@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777;
}

a { color : #777; text-decoration : none;}
a:link { color : #777; text-decoration : none;}
a:visited {text-decoration : none;}
a:hover { color : #777;text-decoration : none;}
a:active, a:focus { color : #777;}

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


#container {
margin: 0 auto;
}

#header {
	width: 1045px;
	margin: 0 auto;
	text-align: left;
	
}

#main {
	width: 1024px;
	height: 600px;
	margin: 0 auto;
	border-width: .1em; 
	border-style: solid; 
	border-color: #ccc; 
}

#footer {
	width: 1024px;
	margin: 0 auto;
	
}

#contact {
	width: 300px;
	float: left;
	text-align: left;
	
}

#copyright {
	width: 300px;
	float: right;
	text-align: right;
	
}