body 	{
	font-size: small;
	font-family:helvetica,san-serif;
	background-color:#000033;
	width: 1024px;
	padding: 25px;
	color:#ff9900;
	padding-top:50px;
	
}

#content{



}
	
#header {
	text-align: center;
	
}

#nav	{
	float: left;
	width: 250px;
	height: 400px;
	font-size: 200%;
	color: #000;
}


#main	{
	float: left;
	width: 500px;
	font-size: 175%;
	color: #ff9900;
	padding: 0px 50px 0px 100px;
	background-image: url("images/shortlogovert.jpg");
	background-positon: left right;
	background-repeat:no-repeat;
}


#footer{
	float: clear;
	width: 1024px;
	padding-right: 0px 100px 20px 0px;
	font-size:75%;
}

#right	{
	float: right;
	width: 200px;
}

span.note{
	color: #fff;
}

span.question{
	color: #fff;
}


h1	{
	font-size: 400%;
	color: #fff;
}

h2	{
	color: #fff;

}

h3	{
	font-size: 150%;
	text-align: center;
	color: #ff9900;
}


li	{
	list-style-type: none;
}

a	{
	text-decoration: none;
	color: #fff;
}

a.email	{
	font-family: arial;
	font-size:75%;
}

img	{
	border: none;
}
