body {
font: 11px tahoma, arial, sans-serif;
color: #524c4a;
background-color: #524c4a; 
margin: 0; 
padding: 0;
text-align: center;}

blockquote {font-size: 10px; text-align: right; width: 250px; margin: 0 auto; padding: 15px;}   
blockquote strong {float: left;}


p { 
padding: 0px;
font: 11px tahoma, arial, sans-serif; 
margin-top: 0px;
margin-bottom: 15px;
text-align: left;
color: #524c4a;}

a { 
font: 10px tahoma, arial, sans-serif;
font-weight: none; 
text-decoration: none; 
color: #8f8f8f;
text-transform: uppercase;}

a:visited { 
font-weight: none; 
text-decoration: line-through; 
color: #8F8F8F;}

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

img {
border: 0px solid #000000;
padding: 2px;}	
	
li, li a {
margin: 0;
padding: 0;
list-style-type: none;
}

table {
margin: 0 0 0 10px; }

label {font-weight: bold;}

input, select, textarea {
font: 11px tahoma, arial, sans-serif;
margin: 0 10px 10px 10px;
color: #524c4a;
border: 1px solid #534e4b;
border-bottom: 3px solid;
background-color: #4e272a; 
}

/*LAYOUT*/	
#container { 
	width: 427px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
	text-align: left;
	position: relative;
   	background: url(background.jpg) repeat;
	}

#header { 
	background: url(header.jpg) no-repeat right top; 
	width: 427px;
	height: 390px;
	margin: 0 auto;
	}
    
/*CONTENT*/

#content {
	margin-top: 12px;
}

#content h1, #content h2{
	font: 11px tahoma, arial, sans serif; 
	text-transform: uppercase;
    font-weight: bold;
    color: #4d2729;
    margin-bottom:1px;
    padding: 0 0 10px 11px;
    background: #524c4a;
    margin: 0;
    border-bottom: 1px solid #524c4a;}
    
#content p { margin: 12px; }

/*SUBMENU*/

#nav
{
margin: 0;
padding: 0 0 20px 20px;
border-bottom: 1px solid #524c4a;}

#nav li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#nav a
{
float: left;
line-height: 10px;
font-weight: bold;
margin: 0 0px 0px 11px;
text-decoration: none;
color: #524c4a;
text-transform: uppercase;
}

#nav a:hover, #nav a.active
{
border-bottom: 4px solid #524c4a;
padding-bottom: 2px;
color: #524c4a;}


/*FOOTER*/
#footer {
	margin: 0 auto;
	padding: 0px;
	width: 427px;
    clear: both;
    font: 11px tahoma, arial, sans serif; 
    color: #524c4a;
}

#footer h1{
	font: 11px tahoma, arial, sans serif; 
	text-transform: uppercase;
    font-weight: bold;
    color: #4d2729;
    margin-bottom:1px;
    padding: 0 0 10px 11px;
    background: #524c4a;
    margin: 0;
    border-bottom: 1px solid #524c4a;}

#footer p { margin: 13px; }

#footer li
{
margin: 0;
padding: 0;
list-style-type: upper-roman;
}

#footer li a
{
line-height: 10px;
font-weight: bold;
margin: 0 10px 0 0;
text-decoration: none;
color: #524c4a;
text-transform: uppercase;
}

#footer li a:hover, #footer li a.active
{
border-bottom: 4px solid #524c4a;
padding-bottom: 2px;
color: #524c4a;}

