/* CSS Document */

body {
	background-color:#EFEFEF;
	font-family:Tahoma,Geneva,Verdana,Helvetica,sans-serif;
	background:#f3f1e3 ;
	}
	
a {
	text-decoration: none;
	color:#000000;
	}
	
a:hover {
	color:#666666;
	}

#main_container {
	  width:760px;
	border: #8F8D7D 1px solid;
	margin: 0 auto;
	background-color:#F3F1E3;
	padding:0px;
	}
	
div#header {
/* you can set your own image here */
   background: #F3F1E3 url(header.png) repeat-x scroll 0 0; 
   display: block; 
   height: 173px; 
    border-bottom:5px solid #C5C2A4; }  
	
	div#header h1 {
/* you can set your own image here */
   background:url(logo.jpg) no-repeat center 5px; 
   display: block; 
   height: 173px;    
   width:350px;         /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   font-size:0px;
   line-height:0px;
   margin:0px;
 padding:0px;
 float:left;

}
	
h1, h2, h3, h4, h5, h6
{font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
font-weight:normal;
color:#5a594b;
text-transform:uppercase;}

/* HEADINGS */
div#content h1 {
	
	font-size:19px;
	text-align: left; 
	padding-bottom: 1px;
        line-height: 1.5em;
        margin: 5px 0 0px 0;
}




div#content h2 {
	font-size:17px;
	text-align: left; 
	padding-bottom: 1px;
        line-height: 1.5em;
        margin: 0 0 0.2em 0;
}
div#content h3 {
 
  
	font-size:16px;
   line-height: 1.3em;
   margin: 0 0 0.2em 0;
}
div#content h4 {
   
   
	font-size:15px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {

   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

#right img{background:#FFFFFF none repeat scroll 0 0;
border:1px solid #AFAF8E;
padding:5px;
position:relative;
z-index:10;}

p {
	font-size:12px;
line-height:1.4em;
margin:0 0 1.5em;
padding:0;
	}
	
#content {
	width:100%;
	color:#3C3C3C;
	}
	
#footer {
	width:100%;
	
	text-align:center;
	font-size:9px;
	background: #C5C2A4;
	padding:3px 0;
	color:#7F7D6F;
	}
#uc
{float:right;
width:300px;
margin-right:30px;
margin-top:30px;
}

