/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a{
	color: #284c9b;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

*
{
border: 2;
margin: 0;
}

body
{

	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #000100 url(images/bg.jpg);
}

#main
{
	margin: 0 auto;
	width: 982px;
	padding-top: 10px;
}

#header
{
width: 982px;
margin: 0 auto;
background: url(images/header.png);
background-repeat:no-repeat;
background-position:left top;
}

#logo
{
width:312px;
text-align: center;
float:left;
padding-top: 10px;

}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}


#logo H2 a
{
font-size: 10px;
}

#buttons
{
	width: 675px;
	height: 60px;
	margin: 0 auto;
	background: url(images/menubg.jpg);
	background-repeat:no-repeat;
}

#buttons ul {
    padding-left: 10px;
    margin: 0px;
}

#buttons li {
	display: inline;		
}

#buttons a {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	float: left;
	width: 125px;
	height: 27px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 20px;
	padding-top: 14px;
	margin-right: 5px;
}

#buttons a:hover {
	width: 125px;
	height: 27px;
	background: url(images/menuhov.png);
	background-repeat:no-repeat;
}

#contop{
	background: url(images/contop.png);
	background-repeat: no-repeat;
	background-position:right;
	height: 5px;
}

#content
{
width: 675px;
padding-left: 307px;
}

#content_bg{
	width:982px;
	background: url(images/con_bg.png);
	background-repeat:repeat-y;
	background-position:right;
	
}

#left
{
width: 425px;
padding-left: 10px;

}

#text{
	padding: 5px;
}

#left H1{
font-family: Georgia, "Times New Roman", Times, serif;
color: #ffffff;
margin: 0;
padding: 0;
font-size: 20px;
font-weight:normal;
padding-top: 10px;
padding-bottom: 10px;
background: url(images/title_left.gif);
background-repeat:no-repeat;
}

.read{
	text-align:right;
}

.read a{
	color: #34420e;
}

.read a:hover{
	color: #000000;
}

#right
{
width: 223px;
float:right;
}

#right ul 
{
	list-style: none;
	padding: 5px;
	margin: 0px;
	display:block;
	
}

#right ul li{
	margin-bottom: 20px;
}

#archives ul li {
	margin-bottom: 5px;
	background:url(images/ls.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 25px;
	height: 20px;
	padding-top: 3px;

}

#right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 215px;
	height: 34px;
	font-weight:normal;
	text-align:center;
	padding-top: 8px;
	background: url(images/title_right.png);
	background-repeat:no-repeat;
	font-size: 20px;
	color: #ffffff;
}

#right a{
	text-decoration: none;
	color: #000000;
}

#right a:hover {
	text-decoration: underline;
}

#footer
{
	background: url(images/footer.png);
	background-repeat:no-repeat;
	background-position:top;
	height: 64px;
	width: 739px;
	margin: 0 auto;
	font-size: 10px;
	color: #000000;
	padding-top: 25px;
	text-align: center;
	clear:both;
	margin-left: 243px;
}

#footer a
{
color: #232aa4;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#232aa4;
font-weight: bold;
}