/* CSS Document */
html,
body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#BBB;
}
div{
	background-color:#FFF;
}
img {
	border:0;
}

a{
	color:#017CCA;
	text-decoration:none;
}
a:hover{
	color:#50C2FE;
	text-decoration:underline;
}

#site {
	text-align:left;
	width:780px;
	height:489px;
	margin: 0 auto; 
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}

#header {
	width:780px;
	height:134px;	
}
#logo {
	width:390px;
	height:134px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	float:left;
}
#nav {
	height:30px;
	width:780px;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
}
#banner {
	height:111px;
	width:780px;
}

#content {
	width:780px;
	height:324px;
}
#footer {
	width:780px;
}
#copyright{
	font-size:10px;
	color:#FFF;
	text-align:right;
	width:780px;
	background-color:#BBB;
	padding-top:10px;
}