@charset "UTF-8";
/* CSS Document  transparent */


#bg-across {
	background:	url('images/bg-leather-across.png') center top repeat-y; 
}

#bg-bottom {
	background: url('images/bg-leather-bottom.png') center top repeat;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	border:solid 1px #DEDEDE;
	background-color:#FFFFFF;
}

body{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:20px; padding:0;}	
	
#header
{width:auto; display:block; width: 900px; height:229px; margin: 3 0 15px 0;}

#buttons
{height:40px; padding: 5 0 0px 0; background-image:url(images/leather35.jpg); border-bottom:solid 1px #DEDEDE; border-top:solid 1px #DEDEDE;}



input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}

h1
{
	color:				#ffffff;
	background-color:#440F00;
	font-size:			18px;
	padding:			10px;
	margin:				0px 4px 10px 4px;
	padding:			1px 5px 1px 5px;
}
h2{font-size:14px; color:#490001;}
h3{font-size:13px; border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}

#navbar{width:auto; display:block; height:35px;  margin:0px 4px 0px 4px; background-color:#440F00;}
#navbar a{height:35px; line-height:35px; padding:0 8px; display:inline;}


#side-a {
	float: left;
	width: 300px;
	padding:1px 5px 1px 5px;
	
}

#side-b {
	float: right;
	width: 300px;
	margin:1px 5px 1px 5px;
	
}

#side-b-home {
	float: right;
	width: 300px;
	background-color:#003300;
	margin:1px 5px 1px 5px;
	
}

#content { 
	float: left;
	width: 30%;
	padding:0 0 0 7px;
}


#content comm
{ 
	float: left;
	width: 5%;
	padding:0 0 0 7px;
}


#footer {
	clear: both;
	background: #440F00;
	margin:2 0 2 0px;
	height:35px; background-image:url(images/leather30.jpg);
}


a:link{color:#ffffff; font-style:oblique; font-weight:700;} a:visited{color:#000000; font-style:oblique; font-weight:700;}
a:hover{color:#a44022; text-decoration:underline; font-style:oblique; font-weight:700;} a:active{color:#a44022; text-decoration:underline; font-style:oblique; font-weight:700;}




div.spacer{clear:both; height:10px; display:block;}