* { padding: 0; margin: 0; }

body { color: #666; 
  		font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
		font-size:75%;
		background:#EEF6FA;
}
#wrapper { 
 margin: 10px auto;
 width: 750px;
 overflow:hidden;
}

#f1 {
    margin: 0px auto;
	padding:20px 0 0px 0;		
	background:url(images/bg21.png) top left repeat-x #fff;
	height:140px;
	text-align:center;	
	}
	
#f0 {
    margin: 0px auto;
	background:url(images/nav_bg.png) bottom left repeat-x;
	height:40px;

	}
#f2 {
    margin: 0px auto;	
	background:#fff;
	height:auto;	
	
	}
	
#f3 {
    margin: 0px auto;	
	background:url(images/bbbg.png) top left repeat-x #fff;
	height:350px;	
	
	}
#f4 {
    margin: 0px auto;	
	background:url(images/bg12.png) bottom left repeat-x #fff;
	height:150px;	
	border-top:solid 3px #DAD2B3;	
	}
#footer{
text-align:center;
}
.wrapperf4 { 
 margin: 0 auto;
 width: 750px;
 overflow:hidden;
}

	#add1, #add2{
	text-align:center;		
	color:#000;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;		
	line-height:25px;
	margin:5px 30px 0 30px;
		}
		
		#add1{
		width:320px;
		float:left;
		text-align:left;
		}
		
			#add2{
			width:320px;
		float:right;
		text-align:right;
				}

		


a img {
        border:none;
    }
a {
        color:#000;
		outline:none;
    }
	
.clear {clear:both;}


#topmenu{
position:relative;
display:block;
width:100%;
height:40px;
font-size:12px;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
}
#topmenu ul{
margin:0px;
padding:0px;
list-style-type:none;
width:auto;
}
#topmenu ul li{
width:auto;
display:block;
float:left;
margin:0;
}
#topmenu ul li a{
width:auto;
display:block;
float:left;
color:#CD0000;
font-weight:bold;
letter-spacing: 1px;
text-decoration:none;
text-transform: uppercase;
padding:11px 20px 0 22px;
height:23px;
}
#topmenu ul li a:hover, ul li a.current{
color:#ccc;
}

h1,h2,h3,h4,h5,h6 { 
  color: #8C8C8C; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-weight: normal;
}




h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.8em; margin-bottom: 0.75em; color:#008000; }
h3 { font-size: 1.2em; line-height: 1.25; margin-bottom: .5em; color:#990000; }




	p {
		margin:.4em 0 .8em 0;
		padding:0;
		text-align:justify;
		line-height:1.7em;
	}
	
	
#ll{
	float:left;
	margin-top:50px;
	width:auto;
	}
	#lr{
	float:right;
	margin-top:50px;
	width:auto;}
	
	
form {
	margin:10px; padding: 0 5px;
	background-color: #EEF6FA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}