body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #DED4CB;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

a {
	color: #003366;
	text-decoration: none;
}

a:link {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #0033CC;
	text-decoration: underline;
}

#header {
	width: 731px;
}

#holder {
	text-align: left;
	width: 731px;
}
#nav {
	float: left;
	width: 150px;
	padding-left: 13px;
	margin: 0px;
}

#content {
	float: left;
	padding-left: 25px;
	padding-right: 70px;
	line-height: 1.6;
	padding-bottom: 5px;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	width: 455px;
	margin-left: 15px;
}
#footer {
	clear: both;
	height: 20px;
	width: 731px;
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: right;
	margin-top: 15px;
	padding-right: 30px;
}

#content #colleft {
	float: left;
	width: 50%;
}

#content #colright {
	float: right;
	clear: none;
}

#navbot {
	background-image: url(../images/navbot.jpg);
	height: 172px;
}

ul {
	margin-left: 10px;
	margin-right: 0px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}
