@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	text-align:center;
	background:url(images/bg.jpg) repeat-x;
	background-color:#ffffff;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
}

img{
	border:0;
}

#layout{
	margin:0 auto;
	width:980px;
	text-align:left;
	height:100%;
}

#top{
	height:100px;
}


#footer{
	height:125px;
	background:#ffffff;
	border-bottom:#c8e7ff 1px solid;
}

#copyright{
	text-align:center;
	color:#8c8c8c;
}

#copyright a:link{
	color:#6cb4eb;
	text-decoration:none;
}

#copyright a:visited{
	color:#6cb4eb;
	text-decoration:none;
}

#copyright a:hover{
	text-decoration:underline;
	color:#338dcc;
}