#container {
	width: 637px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contentbg.jpg);
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 83px;
}
#menu {
	height: 28px;
}
#divide {
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	height: 17px;
}
#content {
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	float: left;
	margin-top:-2px;
}
#left {
	width: 360px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #015EA9;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}


#left h1 {
	font-weight: bold;
	color: #B20101;
	font-size: 1em;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#left p {
	margin: 0px;
	padding: 0px;
}



#right {
	height: 601px;
	width: 237px;
	float: left;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 657px;
	clear: both;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #416F97;
	padding-top: 7px;
}




.style1 {
color: #B20101
}


#footer a {
	color: #416F97;
	text-decoration:none;
}

#footer a:hover {
	color: #B5CBDF;
}
.smltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FF0000;
}

