body {
	font-family: verdana, arial, serif;
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
}
a {
	color:#06F;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none;
	color:#096;
}
a:active {
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	color:#C03;
}
#container {
	margin: 0 auto;
	position: relative;
	text-align: justify;
	width: 750px;
	border:1px solid;
	border-color: #2C1616;
}
#header {
	background: #eee url(img/header.jpg) no-repeat;
	height: 125px;
	text-align: left;
	width: 100%;
}
#sidebar {
	float: left;
	margin-top: 10px;
	width: 100px;
}
#sidebar ul {
	list-style: none;
	margin-left: 10px;
	padding-left: 0px;
}
#sidebar ul li {
	display: block;
	padding-bottom: 8px;
}
#sidebar a {
	background-color: #ffffff;
	color: #3261B1;
	display: block;
	font-size: 0.9em;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}
#sidebar a:hover {
	background-color: #3261B1;
	color: white;
}
#content {
	float: right;
	line-height:130%;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom:40px;
	margin-top: 8px;
	width: 590px;
	min-height: 600px;
}
h2 {
	font-family:Georgia;
	border-bottom:5px solid #3D9BF9;
	padding:0 0 3px;
}
h3 {
	padding-left:10px;	
	margin-top: 5px;
	margin-bottom: 8px;
}
p {
	text-indent:25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	font-size:13px;	
}
br {
	text-indent: 20px;
}
.img {
	text-align:center;
	margin-top: 3px;
	margin-bottom: 3px;
	color:#06F;
}
#title {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	color:#06F;
}
#number{
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
	margin-bottom:5px;
}
#footer {
	background-color: #2C1616;
	clear: right;
	color: #FFF;
	font-size: 0.9em;
	margin: 0 auto;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
	width: 730px;
}
#footer a {
	border-bottom: 1px dotted #666666;
}
#footer a:hover {
	text-decoration: none;
}
