.container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.topleft {
	background-image: url(img/top1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 119px;
	width: 227px;
}

.topright {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 119px;
	width: 573px;
	background-image: url(img/top3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.topright h1 {
	font-size: 18px;
	color: #660000;
	text-align: center;
}

.sidebar {
	background-image: url(img/top2.gif);
	margin: 0px;
	float: left;
	width: 217px;
	padding-top: 100px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: top;
}

.content {
	float: left;
	width: 563px;
	padding: 5px;
}

.footer {
	clear: both;
	width: 800px;
	margin: 0px auto;
	padding: 20px 0px;
}

.footer p {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: small;
	color: #CCCCCC;
}


.sidebar h1 {
	font-size: 14px;
	color: #660000;
}

.sidebar h2 {
	color: #333333;
	font-size: 12px;
}

.sidebar ul {
	list-style-image: url(img/bullet.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

.linkblock {
	margin: 0px;
	padding-top: 27px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

.sidebar li {
	margin: 2px;
	padding: 2px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;

}





/** SIDE */

#side {
	float: right;
	width: 520px;

	
}

#side h2 {
	padding-bottom: 25px;
	font-size: 16px;
	color: #660000;
}

#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#side .section2, #side .section3 {
	float: left;
	width: 230px;
}

#side .section2 h2, #side .section3 h2 {
	padding-top: 42px;
	background: url(img/homepage07.jpg) no-repeat 0 100%;
}

#side .section2 {
}

#side .section3 {
	margin-left: 30px;
}
