
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000000;
	background: #000000  url(../images/bg_page.jpg) top no-repeat;  	
}

h3 {
	line-height: 38px;
}

p {
	margin-bottom:12px;
}

a {
	color: #ae0000;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
	font-weight:bold;
}

img {
	border:0;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #670001;
}


.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 {
	float: left;
	margin: 0 10px 5px 10px;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}

/* --------------------------------MAIN STRUCTURE--------------------------------*/
#container {
	margin: 0 auto;	
	width:1000px;
	background: url(../images/bg_container.jpg) no-repeat;
}


#header {
	margin:0 auto;
	width: 750px;
	height: 365px; 
/*	background: url(../images/bg_header.jpg) no-repeat; */
}




#topnav {
	margin:0 auto;
	height:50px;
	width:750px;
	padding:0 0 0 0;	
}


/*----NAV---- */


#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	width:750px;
	padding:0 0 0 0;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	float: left;
	width:250px;
	height:50px;
	background-image: url(../images/bg_nav.jpg);

}

#nav ul li a span {
	display: none;
}

#nav ul li.nav1 a {
	width:250px;
	height:50px;
	background-position: top left;
}

#nav ul li.nav1 a:hover, #nav ul li.nav1 a.active {
	background-position: bottom left;
}

#nav ul li.nav2 a {
	width:250px;
	background-position: top center;
}

#nav ul li.nav2 a:hover, #nav ul li.nav2 a.active {
	background-position: bottom center;
}


#nav ul li.nav3 a {
	width:250px;
	background-position: top right;
}

#nav ul li.nav3 a:hover, #nav ul li.nav3 a.active {
	background-position: bottom right;
}

/*------ENDOFNAV-------*/


#content-wrapper {	
	margin:0 auto;
	width: 750px;
	padding:0 0 20px 0;
	overflow:hidden;
	background: url(../images/bg_content_y.jpg) repeat-y;
	/*filter:alpha(opacity=70);
    opacity:0.70;
	-moz-opacity:0.70;
	-khtml-opacity: 0.70; */
}

#content-bg {
	margin: 0 auto;
	width: 1000px;
	background: url(../images/bg_content.jpg) no-repeat;
}

#content {
	margin: 0 auto;
	width: 700px;
	padding: 40px 25px 20px 25x;
	text-align:justify;
}


#footer {
	padding:0 0 0 0;
	clear:both;
	width: 750px;
	margin: 0 auto;
	height:60px;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	background: url(../images/bg_footer.jpg) top no-repeat;
}

.footer-area{
	text-align:center;
	font-size:10px;
	font-weight:bold;
	padding:30px 0 30px 0;
}

#footer a{
	text-decoration: underline;
	font-size:10px;
}

.f14 {
	font-size: 14px;
	line-height:18px; 
}

.f16 {
	font-size: 16px;
	line-height:22px; 	
}

.f18 {
	font-size: 18px;
	line-height:26px; 	
}

.content-ul{
	padding: 0 0 0 30px;
}
