body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background: #CCC;
	text-align: center;
	margin: 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

a {
	color: #c90053;
	text-decoration: none;
}

p {
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

#logo {
	float: left;
}

#logo a, #logo img {
	text-decoration: none;
	border: 0px;
	text-align: center;
}

#top {
	width: 900px;
	height: 80px;
	float: left;
	background: url(../images/bg_menu.png) repeat-x;
}

#menu {
	height: 80px;
	float: right;
}

#menu ul {
	list-style: none;
	margin:0 auto!important;
	height: 80px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	float: left;
	clear: left;

}

#menu li {
	display: block;
	color: #FFF;
	margin-left: 10px;
	text-align: center;
	float: left;
}

#menu a {
	color: #555;
	font-size: 16px;
	display: block;
	margin: 30px 15px 10px 15px;
	text-decoration: none;
	text-transform: none;
	font-family: Arial;
	text-shadow: #fff 0px 1px 1px;
}

#menu a:hover {
	color: #888;
}
	
#header {
	float: left;
	width: 900px;
	height: 350px;
	background: url(../images/bg_header.jpg) no-repeat;
	margin-top: 10px;
}

.margin1 {
	margin-left: 15px;
}

.margin2 {
	margin-left: 7px;
}

.margin3 {
	margin-top: 10px;
}

#box_news {
	float: left;
	width: 600px;
	padding: 5px;
}

#box_news h2, #box_fp h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #555;
	font-weight: normal;
}

#box_news p, #box_fp p {
	color: #777;
	line-height: 20px;
	text-align: justify;
	font-size: 13px;
	font-family: Arial;
}

#box_news img {
	border: 1px solid #999;
	padding: 5px;
	margin-right: 25px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;

}

#box_fp {
	width: 250px;
	float: right;
	padding: 5px;
}

#box_fp a {
	margin-left: 10px;
	padding: 10px 10px 10px 20px;
	color: #444;
	background: url(../images/bullet.gif) no-repeat left;
	line-height: 26px;
}

#container {
	float: left;
	margin-bottom: 10px;
	margin-top: 1px;
	width: 900px;
	background: #FFF;
}

h2 {
	font-size: 22px;
	font-weight:normal;
	color: #fff;
}

#footer, #footer p {
	width: 800px;
	float: left;
	font-size: 12px;
	margin: 0 auto;
	color: #999;
}

#footer a {
	color: #777;
}