* {
	padding:0;
	margin:0;	
	}
body {
	text-align:center;
	padding-bottom:10px;
	}
.background {
	width:840px;
	background:url(images/background.gif) repeat-y;
	margin-left:auto;
	margin-right:auto;
	}
.layout {
	width:800px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url(images/layout_bg.gif) repeat-y top left;
	}
.head {
	width:800px;
	height:70px;
	background:url(images/head_bg.gif) repeat-x top left #000;
	}
.head h2 {
	font-size:24px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	padding:7px 10px 0px 0px;
	color:#FFF;
	}
.head h3 {
	font-size:20px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:right;
	color:#FFF;
	padding-right:10px;
	}
.left_col {
	width:200px;
	min-height:543px;
	float:left;
	}
.nav {
	float:left;
	width:200px;
	min-height:285px;
	background:#CCC;
	}
.logo_block {
	width:190px;
	min-height:345px;
	margin-top:-70px;
	background:url(images/logo_block_bg.gif) no-repeat #553285 bottom right;
	}
.logo {
	margin:5px 0px 0px 9px;
	}
/***************** START NAVIGATION *****************/
.links {
	padding-top:10px;
	}
.links li{
	width:150px;
	height:28px;
	background-color:#553285;
	color:#FFF;
	list-style-type:none;
	font-family:Arial,Helvetica,sans-serif;
	padding-top:2px;
	}
.links a:link, .links a:visited, .links a:active{
	display:block;
	width:150px;
	height:26px;
	color:#FFF;
	text-decoration:none;
	padding:2px 0px 0px 40px;
	}
.links a:hover{
	display:block;
	width:150px;
	height:26px;
	color:#FFF;
	text-decoration:none;
	background-color:#96C;
	padding:2px 0px 0px 40px;
	}
.links .current {
	background-color:#96C;
	}
/***************** END NAVIGATION *****************/
.sidebar {
	clear:both;
	border-top:1px solid #FFF;
	background:url(images/sidebar_top.gif) repeat-x top left #efefef;
	font-family:Verdana,Arial,Helvetica,serif;
	width:165px;
	font-size:0.8em;
	padding:10px 20px 10px 15px;
	line-height:1.4;
	}
.sidebar p {
	padding:10px 0px 0px 0px;
	}
.sidebar a {
	font-weight:bold;
	color:#03F;
	}
.sidebar form {
	margin:20px 0px 0px 30px;
	}
.sidebar #donation {
	padding:5px 5px 5px 5px;
	text-align:center;
	font-weight:bold;
	}
.main {
	float:left;
	width:600px;
	background:#FFF;
	font-family:Verdana,Arial,Helvetica,serif;
	}
.banner {
	width:600px;
	height:90px;
	background:url(images/banner.jpg) no-repeat top left;
	}
/***************** START CONTENT *****************/
.content {
	background:url(images/content_back.gif) repeat-x top left;
	/** width:600px; **/
	width:570px;
	padding:20px 15px 15px 15px;
	}
.content h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
	height:30px;
	width:580px;
	background:url(images/hr_2.gif) no-repeat bottom left;
	margin:0px 0px 15px 0px;
	}
.content a {
	color:#03F;
	}
/***************** END CONTENT *****************/
.footer {
	clear:both;
	width:800px;
	height:38px;
	background:#CCC;
	text-align:center;
	font-family:Verdana,Arial,Helvetica,serif;
	font-size:0.8em;
	background:url(images/footer.gif) repeat-x top left;
	padding:19px 0px 0px 0px;
	}
.footer ul {
	list-style-type:none;
	display:block;
	}
.footer ul li {
	display:inline;
	margin:0px 15px 0px 0px;
	}
.footer a {
	color:#FFF;
	}
.copyright {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	margin:5px 0px 5px 0px;
	}
.copyright a {
	color:#03F;
	}