
body { 
	color: white; 
	background-color: black; 
	margin: 0px; 
	padding: 0px; 
}

img { 
	border: none; 
}
	
p { 
	color: white; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, Verdana, sans 
}

a { 
	color: #777; 
	text-decoration: none 
}

/*a:link { 
color: #444; 
text-decoration: underline 
}
*/
a:hover { 
color: #fff; 
text-decoration: underline 
}



#container { 
	width: 620px;
	height: auto;
	margin-left: auto; 
	margin-right: auto; 
	margin-top:100px;
	padding: 0px; 
}

#logotext { 
	margin-left: 190px;
	margin-bottom:30px;
	width: 240px;
	height: 40px; 
	padding: 0px; 
}


#siteleft { 
	float:left;
	width:310px;
	height: auto; 
	margin-bottom: 30px; 
	padding: 0px; 
	text-align: center;
}

#siteright { 
	float:right;
	width:310px;
	height: auto; 
	margin-bottom: 30px; 
	padding: 0px; 
	text-align: center;
}


#text { 
	width: 540px;
	height: auto;
	margin-top:40px;
	padding-left: 40px; 
	padding-right: 40px; 
}
