/* CSS Document */

html { 				
height: 100%; margin-bottom: 1px; }

body {
	background: #c3bbb4;

	}
	
body, p, td, ul, div {
	font: 12px "Trebuchet MS", Verdana, Tahoma, "Times New Roman";
	color: #383124;
}
	
.border {
	border: 1px solid #002F29;
}
	
	
.contentbg{
	background: #f8f6f4 url(images/fill-contentbg.jpg) repeat-y;
}

	
.slideshow {
	color:#FF6600;
	font: normal 10px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
	

.nav {
	background:url(images/fill-nav.jpg) repeat-y;
	text-align: centre;
	font-weight: bold;

}

#nav ul
{
	text-align: center;
	padding: .2em 0;
	margin: 1px 0;
	color: #A4DFFF;
	line-height: 140%;
	font-size: 110%;
	font-weight: bold;
}

#nav ul li
{
display: inline;
padding: .2em .5em;
border-left: 1px solid #fff;
}

#nav ul li.first
{
border-left: none;
}

#nav ul li a
{
color: #fff;
text-decoration: none;
}

#nav ul li a:hover
{
text-decoration: underline;
}

a:link, a:visited  {	
	color:#660033;
	text-decoration:underline; }

				
a:hover {		
	color:#3366CC;
	text-decoration:none; }


.aFooter:link, .aFooter:visited  {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	 }
	

.aFooter:hover {
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
	}
	

	
.aMenu:link, .aMenu:visited  {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	 }
	

.aMenu:hover {
	color:#161867;
	font-weight:bold;
	text-decoration:none;
	}
	

	
h1 {
	color:#41352f;
	font-size:20px;
	font-style: normal;
	font-weight: bold;

}

h2 {  /*content text*/
	font-size:16px;
	color: #611601;
	font-weight:bold;
	 }
	 
	
h3 {
	font-size:14px;
	color: #3366CC;
	font-weight:bold;
	font-style: italic;
	 }

	 
.footer {
text-decoration:none;
font-size:10px;
font-family: Verdana, Arial;
color:#FFFFFF;
text-align: center;
background: #41352f url(images/fill-footer.jpg);}

.contacts {
text-decoration:none;
font-size:11px;
color:#41352F;}


em{
	font-style: italic;
	font-weight: bold;
	color: #611601;
}
