/*
Design by COOL(HASHIR)
http://www.masticool.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}
body {
	
	background:url(images/back_all.jpg);
	font: 13px Arial, Helvetica, sans-serif;
}

#content
{
	width: 778px;
	margin: 0px auto;
}

#main
{
width: 791px;
padding: 10px;
padding-top: 10px;
background: url(images/table_top.gif) no-repeat top;
}

#table_back
{
background: url(images/table_back.gif) repeat-y;
}

#back
{
width: 811px;
}

#header {
	height: 148px;
	text-align: center;
}

#logo {

width: 791px;
height: 58px;
text-align: left;
padding-left: 20px;
padding-top: 10px;
background: url(images/header.png) no-repeat;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}


#menu
{
width: 771px;
height: 39px;
padding-left: 40px;
padding-top: 41px
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 138px;
	height: 29px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	background: url(images/menu.png) no-repeat;
}

#menu a:hover {
	width: 138px;
    height: 35px;
	margin-top: -6px;
	padding-top: 10px;
	color: #F00;
	background: url(images/menu_r.png) no-repeat;
}
#right
{
	width: 249px;
	float: right;
}

#right H3
{
width: 224px;
height: 23px;
font-size: 16px;
font-weight: bold;
padding-left: 25px;
padding-top: 10px;
color:#000;
background: #EFE1CE;
border-top: 5px solid #C28675;
}
#right .right_back
{
background: #EFE1CE;
}

#right .right_bottom
{
background: url(images/right_bottom.gif) no-repeat bottom;
padding-bottom: 30px;
margin-bottom: 10px;
}
#right p
{
font-size: 10px;
padding-left: 10px;
}

#sidemenu {
	padding: 20px 10px 20px 10px;
}

#sidemenu table {
	width: 100%;
	text-align: center;
}

#left
{
width: 513px;
}

#left .left_top
{
background: url(images/left_top.gif) repeat-x;
padding-top: 20px;
}


#left .left_bottom
{
background: url(images/left_bottom.gif) repeat-x bottom;
padding: 10px;
padding-bottom: 20px;
margin-bottom: 20px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #6C2A1A;
}

#left a
{
color: #6C2A1A;
text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #000;
}
#footer {
	height: 44px;
	clear: both;
	padding-top: 30px;
	background: url(images/footer.png) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #4A2011;
}
#bodyalign
{
	padding-top:70px;
	text-align:center;
}