body {
margin: 0px;
padding: 0px;
background: url(Images/bg.jpg) repeat-x;
font-family: tahoma, arial, sans-serif; 
color: #000;
font-size:11px; 
line-height: 14px;
}


/* Links*/

.menu {margin:0px; }
a:link { text-decoration: none; color:#ac5122;}
a:visited { text-decoration: none; color:#795d42;}
a:hover { text-decoration:none; color:#4b536c;
}



/* Navigaton bar */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: center;

}

dl#menu {
width: 200px;
}

dl#menu dt {
cursor: pointer;
padding: 8px;
height: 20px;
font-size: 12px; 
line-height: 20px;
border: 1px solid #d1cabe;
background-color: #795d42;
}

dl#menu dd {
line-height: 20px;
padding: 5px
font-size: 12px; 
text-align: left;
border: 1px dotted #795d42;
background-color: #4b536c;
}

dl#menu li {
text-align: center;
background: none;
}

dl#menu li a, dl#menu dt a {
color: #d1cabe;
text-decoration: none;
display: block;
border: 0px none;
height: 100%
}

dl#menu li a:hover, dl#menu dt a:hover {
	text-decoration:none; 
	font-size: 12px; 
	color: #795d42; 
	background-color: #d1cabe; }







/* Body Coding */

#header {
width: 900px;  
height: 488px; 
margin:0px auto;  
background-image: url(Images/header.jpg); 
background-position: center; 
background-repeat: no-repeat; 
text-align:right;
padding:0px;
}


#content {
clear:both;
width: 800px;
background-image: url(Images/contentbg.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
margin: 0px auto 0px auto;
padding-top: 16px;
}



#left_content { 
width: 200px;
margin-left: 12px;
font-family: verdana; 
font-size: 11px; 
line-height:14px; 
color: #000;
text-align: justify;  
}



#right_content { 
float:right;
width:550px;
margin: 0px 0px 0px 0px;
padding-left: 15px;
padding-right: 12px;
font-family: arial; 
font-size: 12px; 
line-height:14px; 
color: #000;
text-align: justify;  
}

#footer {
margin: auto; 
padding: 0;
background: transparent;
}





/* Titles */

h1 {
font-size: 25px; 
color: #cd7649; 
text-align: left; 
letter-spacing:10px; 
font-family: trajan pro; 
line-height: 30px;
margin: auto; 
border-bottom:1px dashed #d1cabe;
}
 
h2 {
font-size: 14px; 
color: #4b536c; 
text-align: left; 
font-family: tahoma; 
text-transform: uppercase;
line-height: 21px;
margin: auto; 
}
 




/* Images */

img.left {
float:left;
padding:3px ;
margin-right: 20px;
}

.left {
float: left;
}
	
img.right {
float:right;
padding:3px ;
margin-left: 20px;

}

.right {
float: right;
}

