
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}

body {
	font-family:"Century Gothic", "Book Antiqua", "Palatino, serif";
	font-size: 15px;
	color:#000000;
	background:#51727C url(../images/bg.jpg) top center no-repeat;
}



p {
	margin-bottom:12px;
}

a {
color: #B1212A;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #F0D471;
	font-weight:bold;
}

img {
	border:0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color:#612003;
	line-height: 38px;
}


.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.inline {
	display:inline;
}
.overflow{
	overflow:hidden;
}
.txtcenter{
	text-align:center;
}


.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}

.imgleft {
	margin:0 auto;
	text-align:center;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}

.f16 {
	font-size: 16px;	
	line-height:22px; 
	
}
.f18 {
	font-size: 20px;	
	line-height:26px; 
}

.content-ul{
	padding: 0 0 0 30px;
}

/* --------------------------------MAIN STRUCTURE--------------------------------*/
#wrapper {
	margin:0 auto;
	width:1000px;
}
#container {
	padding-left:40px;
	width:500px;

}


#header {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	width: 835px;
	height:264px; 
	/*background: url(../images/bg_header.jpg) no-repeat; */
} 



#topnav {
	margin: 0 auto;
	height:500px;
	width:600px;
	padding:0px;

}



/*----NAV---- */

#navigation {	
	margin: 0 auto;
	overflow:hidden;
	width: 934px;
	height:107px;
	padding:0px ;
	background: url(../images/bg_navigation.jpg); 
	
}
    

ul#nav {
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	float: left;
	height:100px;
	width:200px;
	padding:0px;
}

ul#nav li a span {
	display: block;
	text-align:center;
	text-transform:uppercase;
	padding:50px 0 0 0;
}

ul#nav li.navmain a {
	overflow:hidden;
	height:100px;
	width:200px;
	text-decoration:none;
	color:#ffffff;
}

ul#nav li.navmain a:hover, ul#nav li.navmain a.active {
	overflow:hidden;
	height:77px;
	width:200px;
	color:#612003;
	font-weight:bold;
	background:url(../images/navhover.png);
}

/*------ENDOFNAV-------*/


#content-wrapper {
	overflow:hidden;
	width: 482px;
	padding:0px ;
	background: url(../images/bg_content_y.jpg) repeat-y; 
	
}

#content-header {
	width:482px;
	height:63px;
	padding:0;
	background: url(../images/content_header.jpg) no-repeat; 

}

#content {
	margin: 0 auto;
	width:400px;
	padding: 0;
	text-align:justify;

}
#content-footer {
	width:482px;
	height:121px;
	padding:0 0 0 0;
	background:url(../images/content_footer.jpg) no-repeat;
}


.footer-area{
	text-align:center;
	font-size:10px;
	padding:10px 0 10px 0;
	color:#000000;
}

#footer a{
	text-decoration: underline;
	font-size:10px;
}



