body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #0072C8;
	margin: 0px;
	padding: 0px;
}
#page #left {
	background: url(images/side.jpg) no-repeat;
	height: 100%;
}
#page {
	background: #DFF1FF;
	width: 900px;
	height: 800px;
}
#page #right {
	float: right;
}
#page #right #top {
	background: url(images/top.jpg);
	height: 150px;
}
#topnav {
	text-align: center;
	padding-bottom: 20px;
}
#topnav a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#topnav a:hover {
	color: #990000;
}

#content {
	color: #333333;
	font-size: 11px;
	text-align: left;
}
#content h1 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
	line-height: normal;
}
#content ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#content li {
	margin-bottom: 5px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
#content a {
	color: #000000;
}

#nav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
}
#nav a:hover {
	color: #990000;
}
#copyright {
	font-size: 10px;
	color: #333333;
}
#copyright a {
	color: #000000;
}
