* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);	
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:  url(../images/bg_page.jpg) top;
	color: #000000;
}

h3 {
	line-height: 38px;
}

p {
	line-height: 16px;
}

a {
	color: #af030b;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
	font-weight:bold;
}

img {
	border:0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #ffff00;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #bdd73c;
}

.marker{
	font-size: 16px;
	font-weight: bold;
	color: #bdd73c;
	text-align:center;
}


.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 15px 15px 0;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}

/* --------------------------------MAIN STRUCTURE--------------------------------*/
#container {
	margin: 0 auto;
	width:950px;	
	background: url(../images/bg_container.jpg) no-repeat;
}

#header {
	margin:0 auto;
	width:950px;
	height: 436px;
}


#sidebar {
	float: left;
	width: 200px;
	padding: 120px 0 0 50px;
}

/*----NAV---- */
ul#nav {
	float: left;
	width: 200px;
	height:25px;
	list-style: none;
}

ul#nav li {
	float: left;
	width: 200px;
	clear: both;
}

ul#nav li a {
	float: left;
	width: 200px;
	background-image: url(../images/bg_nav.jpg);
}

ul#nav li a span {
	display: none;
}


ul#nav li.nav1 a {
	height: 40px;
	background-position: top left;
}

ul#nav li.nav1 a:hover, ul#nav li.nav1 a.active {
	background-position: top right;
}

ul#nav li.nav2 a {
	height: 40px;
	background-position: center left;
}

ul#nav li.nav2 a:hover, ul#nav li.nav2 a.active {
	background-position: center right;
}


ul#nav li.nav3 a {
	height: 40px;
	background-position: bottom left;
}

ul#nav li.nav3 a:hover, ul#nav li.nav3 a.active {
	background-position: bottom right;
}

/*------ENDOFNAV-------*/

#content-wrapper {
	margin: 0 auto;
	width: 700px;
	text-align:justify;
	padding:0 0 0 0;
	background: url(../images/bg_content.jpg) repeat-y;
}
#content {
	margin: 0 auto;
	padding:30px 20px 70px 20px;
	width: 650px;
}





#footer {
	clear:both;
	margin:0 auto;
	width: 700px;
	height:200px;
	padding: 0 0 0 0;
	background: url(../images/bg_footer.png) no-repeat;
}

.footer-area {
	font-size:10px;
	color:#5a5a5a;
	padding:20px 0 50px 0;
	clear:both;
	text-align:center;
}

.footer-area a{
	font-size:10px;
}
.f14 {
	font-size: 14px;
	line-height:18px; 
}

.f16 {
	font-size: 16px;
	line-height:22px; 
}



/*contact form*/

#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 200px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 398px;
	border: 1px solid #133662;
	background: #daedfc;
	padding: 3px;
	color: #777;
	font-size: 1.0em;
}
