body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #66CC33;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/left-side-img.jpg);
	background-repeat: repeat-y;
	background-position: left 195px;
}
.redBorder {
	padding: 3px;
	border: 2px solid #FF0000;
	margin-right: 5px;
}

#content h2 {
	color: #FF0000;
	font-size: 0.9em;
}
#content a {
	color: #25328c;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #FF0000;
}
#content ul {
	font-size: 0.7em;
}
#content li {
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 195px;
	width: 840px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#content {
	margin: 0px;
	clear: both;
	width: 620px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 120px;
	padding-left: 220px;
}
#content p {
	font-size: 0.7em;
}
#footer {
	background-image: url(images/footer.png);
	background-position: bottom;
	height: 175px;
	width: 840px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#nav li {
	float: right;
	list-style-image: none;
	list-style-type: none;
	margin-right: 4px;
	margin-left: 4px;
}
#nav a {
	font-size: 0.6em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 18px;
	width: 110px;
	background-image: url(images/btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 4px;
}
#nav {
	width: 840px;
	padding-top: 165px;
}
#nav a:hover {
	background-image: url(images/btnOver.jpg);
}

