/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*{
padding: 0px;
margin: 0px;
}

body{
background: #000000 url(images/back_all.jpg) no-repeat top left;
font: "Trebuchet MS",Verdana,sans-serif;
font-size: 14px;
color: #000000;
padding: 0px;
margin: 0px;
}

#content 
{
width: 100%;

}

a{
color: #151422;
text-decoration:none;
}

a:hover, a:active{
color:#151422;
text-decoration:underline;
}

#header{
height: 128px;
}

#menu
{
height: 39px;
width: 800px;
margin-bottom: 10px;
}

#menu ul li{
list-style: none;
display: inline;
}

#menu a
{
display: block;
float: left;
width: 83px;
height: 37px;
padding-left: 30px;
padding-top: 25px; 
color: #ffffff;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
background:   url(images/button.gif) no-repeat;
}

#menu a:hover
{
display: block;
padding-top: 25px;
height: 37px;
float: left;
color: #8DCA3F;
font-weight: bold;
background:   url(images/button_r.gif) no-repeat;
}

#main
{
width:580px;
margin: 0 auto;
}

#leftcontent { position: absolute;
left:10px;
top:155px;
width:390px;
}

#centercontent { top:155px;
background:url(images/table_back.jpg) repeat-y left;
float:left

}

#logo
{
height: 66px;
width: 542px;
text-align: right;
}

#logo h1
{
font-size: 18px;
padding-top: 20px;
padding-left: 20px;
font-weight: bold;
color: #E6E6E6;
}

#logo h2 a
{
font-size: 10px;
padding-left: 20px;
font-weight: bold;
color: #E6E6E6;
text-transform: uppercase;
}

#top
{
background:   url(images/top.jpg) no-repeat top left;
}

#text{
background:   url(images/bottom.jpg) no-repeat bottom left;
padding-bottom: 60px;
padding-left: 60px;
padding-right: 80px;
padding-top: 60px;
min-height: 480px;
}


blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	}
	
#text p{
padding:5px;
}

h1, h2, h3{
color:#151422;
}
.brush{
background: url(images/brush.gif) no-repeat left center;
font: normal 2em Impact,sans-serif;
letter-spacing: 1px;
	padding: 0 0 12px 22px;
}

h2{
font-size:1.05em;
}

h3{
font-size:1em;
}

#text ul, ol{
padding-left:12px;
margin-left:12px;
}
img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
	}

.meta{
text-align:right;
color:#151422;
font-size:0.79em;
}

.meta a{
text-decoration:underline;
}

#rightcontent {
	position: absolute;
	right:10px;
	top:171px;
	width:350px;
	left: 872px;
}


#righttext{
padding-bottom: 0px;
padding-left: 40px;
padding-right: 25px;
padding-top: 25px;
min-height: 250px;
}

#righttext h2 {
background: url(images/smallbrush.png) no-repeat left center;
	color: #000;
	font: normal 2em Impact,sans-serif;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
	padding-left: 15px;
}
#righttext ul {margin: 0 0 0 1em;}
#righttext li {list-style: none;}
#righttext li a {
	color: #777;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#righttext li a:hover {color: #8DCA3F;}



	
#footer {
width:100%;
font-size:0.79em;
text-align:center;
margin-bottom: 20px;
height: 50px;
color: #CCCCCC;
padding-top: 10px;
}


#footer a{
text-decoration:underline;
color: #FFFFFF;
}
