/* CSS Document */

body {
background-image: url(images/background.gif);
background-repeat: repeat-x;
background-color: #2D405B;
color: #8E8E8E;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
  font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
}

#maindiv {
width: 768px;
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
}

#logodiv {
width: 768px;
height: 31px;
margin-left: auto;
margin-right: auto;
margin-top: 53px;
margin-bottom: 6px;
background-image: url(images/logo.gif);
background-repeat: no-repeat;
background-position: left;
}


/*Navigation Menu*/
 #menu {
	height:44px;
	background-image: url(images/menu-bg.gif);
}

#menu a {
	height:29px;
	float:left;
	text-align:center;
	color:#7A704B;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}

#menu a:hover {
	height:29px;
	background-image:url(images/menu-hover.gif);
	color: #40381B;
	font-size: 14px;
}

#menu-wrap{
	width: 768px;
	height: 44px;
}
#content {
padding: 0px 10px 10px 10px;
width: 748px;
}

h1 {
color: #8EA6C7;
font-size: 17px;
margin-bottom: 5px;
margin-top: 0px;
}

#footer {
width: 728px;
padding: 13px 10px 10px 5px;
background-color: #D4DDEA;
height: 22px;
}

#footer a:link {
font-size: 11px;
color: #597193;
text-decoration: none;
border-bottom: 1px dashed #E8F2FF;
}

.templatewrap2 {
width: 160px;
background-color: #F8FBFF;
border: 1px solid #CDD8E8;
padding: 10px;
color: #8095B2;
margin-right: 2px;
margin-bottom: 10px;
}

.infolist ul {
margin-bottom: 10px;
}