body {
	background:#DEE9EF url(img/header_bg_blue.png) repeat-x;
	width:95%;
	font-size:14px;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
    font-weight:300;
    color:#516064;
}
h1 {
    font-size:30px;
    color:#516064;
    margin-bottom:15px;
    font-weight:100;
}
strong {
	font-weight:bold;
}
h1 a{
	color:#3485B9;
	text-decoration:none;
}
h1 a:hover{
	color:#E31E5C;
	text-decoration:none;
}
a {
    color:#E31E5C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#header {
	width:780px;
	height:94px;
	margin:0 auto 12px;
}
#logo {
	padding:0;
	width:400px;
	height:75px;
    
}
#content{
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width:790px;
	background:#fff;
	clear:both;
	display:block;
	margin:0 auto;
	margin-top:5px;
    padding:13px 0 0;
}
#content img {
	background:#F6F6F6;
	padding:5px;
	border:1px solid #DDDDDD;
	margin:0 10px 5px 0;

}
.inner{
	padding:0 20px 25px 25px ;
}
#footer {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	width:768px;
	background:#FFFFFF;
	border:2px solid #C6CFD4;
	clear:both;
	display:block;
	margin:0 auto;
	margin-top:5px;
	padding:10px;
}

