
#main {
width: 70%;
margin:auto;
padding:35px 0 0 0;


}

body {
	background-image: url(bg_background.png);
	background-repeat: repeat;
	margin: 0px;
}
.logo{
	width:200px;
	float:left;
}
.content{
	background-color:#FFF;
	width:100%;
	margin:25px auto 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	box-shadow: 0px 0px 3px #999;
-moz-box-shadow: 0px 0px 3px #999;
-webkit-box-shadow: 0px 0px 3px #999;
border-radius: 9px 9px 9px 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
.content h1{
	padding:15px 15px 0px 15px;
	color:#2281b2; 
	font-size:22px;
	margin:0;
}
.content p{
	padding:5px 15px;
	line-height:18px;
	letter-spacing:1px;
}
.tick_bg {
background-image: url(tick.png);
background-repeat: no-repeat;
padding: 7px 15px 7px 55px;
background-position: 20px;
font-family: Arial;
list-style: none;

line-height:18px;
}
.footer {
border-top: 1px dotted #3c3c3c;
padding: 12px 0 0;
}
.fmenu{
	width:85%; 
	text-align:center; 
	margin:0 auto; 
	padding:0;
}
.last{
	border:none !important;
}


ul {
    width: 100% !important;
    list-style: none;
    margin: 0 auto;
    padding: 0 10px;
}
.fmenu li {
margin: 10px 0;
padding: 0 7px;
display:inline-block;
list-style:none;
border-right: 1px #999999 solid;
}
.fmenu li a {
color: #2281b2;
text-decoration:none;
}
.fmenu li a:hover {
color: #2c2929;
text-decoration:underline;
}
.footer p a {
color: #2281b2;
text-decoration:none;
}
.footer p a:hover {
color: #2c2929;
text-decoration:underline;
}