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

body{
	margin: 0px;
	padding: 0px;
}

a {
	color: #4C6A90;	
}

#header{
	height:307px;
	background: url(images/topbg.gif) repeat-x;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}

#navlogo{
	width: 720px;
	margin: 0px auto;
	height: 223px;
}

#contentWrapper{
	width: 720px;	
	margin: 0px auto;
	background: url(images/contentbg.gif) repeat-y;
}

#content{
	padding: 0 40px 0 40px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #71421d;
	font-weight: normal;
	font-size: 12px;
}

#footer{
	background: url(images/footerbg.gif);
	height: 60px;
}

#footerLinks{
	padding: 15px 0 0 0;
	text-align: center;
	width: 720px;
	height: 44px; 
	margin: 0px auto;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footerLinks a{
	color: #fff;
	text-decoration: none;
	padding: 0px 10px 0 10px;
}
