body {
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-size: 12px;
	color: #444444;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-color: #EEEEEE;
}

h1 {
	font-size: 20px;
	color: #0080860;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 7px;
	color: #DD22AA;
}

a {
	color: #3D5674;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

b, u {
	margin-left: 5px;
	margin-right: 5px;
}

hr {
	border: 0px;
	border-bottom: 1px solid #FF00AA;
}

table {
	width: 100%;
	border-spacing: 2px;
	margin: 1.5em 0;
}

.right table th {
	padding: 0.3em 0.75em;
	text-align: left;
	border-bottom: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
}

.right table td {
	padding: 0.3em 0.75em;
	color: #000000;
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
}

.left {
	float:left;
	padding-top: 50px;
	width: 310px;
}

.left ul li {
	float: right;
	list-style: none;
}

.left ul li a {
	margin-top: 2px;	
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 5px;
	width: 155px;
	height: 23px;
	float: right;
}

.left ul li.link a:hover {
	color: #000000;
	background: #EEEEEE;
}

.left ul li.active a {
	color: #FF00AA;
	background: #EEEEEE;
}

.right {
	padding-left: 310px;
	padding-top: 50px;
}

.right img {  
	border: 1px solid #CCC;  
	margin: 5px;
}

.right ul li, .right ol li{
	margin-top: 10px;
}

.thumb {			
	float: right;
}

.block {
	margin-top: 10px;
	height: 106px;
	width: 700px;
}

.content {
	width: 700px;
}

#footer {
	font-size: 12px;
	clear: both;
	margin-top: 100px;
	text-align: right;
}
