/*
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: #CE3B25 url(images/back_all.gif) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
padding: 0px;
margin: 0px;
}

#content 
{
width: 1003px;
background: url(images/table_back.gif) repeat-y left;
}

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

a:hover, a:active{
color:#151422;
text-decoration:underline;
}

#header{
height: 1003px;
height: 284px;
background: url(images/header.jpg) no-repeat;
}

#menu
{
height: 61px;
width: 537px;
padding-left: 20px;
background: url(images/menu.gif) no-repeat;
}

#menu ul li{
list-style: none;
display: inline;
}

#menu a
{
display: block;
float: left;
width: 63px;
height: 37px;
padding-left: 30px;
padding-top: 35px; 
color: #ffffff;
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
}

#menu a:hover
{
display: block;
padding-top: 30px;
height: 37px;
float: left;
color: #ffffff;
font-weight: bold;
}

#main
{
width: 1003px;

}

#wrapper
{
width: 557px;

float: right;
}

#page
{
background: url(images/top_left.jpg) no-repeat left top;
width: 1003px;
}

#logo
{
height: 266px;
width: 1003px;
text-align: right;
}

#logo h1
{
font-size: 18px;
padding-top: 70px;
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;
}



#text{
padding: 30px;
min-height: 480px;
}

#text p{
padding:5px;
}

h1, h2, h3{
color:#151422;
}

h1{
font-size:1.2em;
}

h2{
font-size:1.05em;
}

h3{
font-size:1em;
}

#text ul, ol{
padding-left:12px;
margin-left:12px;
}


.meta{
text-align:right;
color:#151422;
font-size:0.79em;
}

.meta a{
text-decoration:underline;
}

#footer{
font-size:0.79em;
text-align:center;
height: 50px;
color: #000000;
padding-top: 10px;
}

#footer a{
text-decoration:underline;
color: #000000;
}