body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1F1F1;
	background: #340114 url(../images/bg.png) no-repeat top;
	text-align: center;
	margin: 0;
}

@font-face {
    font-family: "Script MT Bold";
    src: url(font/SCRIPTBL.TTF);
}


#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

a {
	color: #ccc;
	text-decoration: none;
}

p {
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

#logo {
	padding-top: 30px;
}

#logo a, #logo img {
	text-decoration: none;
	border: 0px;
	text-align: center;
}

#menu {
	width: 800px;
	height: 60px;
	background: url(../images/bg_menu.png) no-repeat;
	margin-top: 50px;
	text-align: center;
	float: left;
}

#menu ul {
	list-style: none;
	margin:0 auto!important;
	height: 40px;
	padding: 0px 0px 0px 200px;
	text-align: center;
	float: left;
	clear: left;

}

#menu li {
	display: block;
	color: #FFFF;
	margin-left: 10px;
	text-align: center;
	float: left;
}

#menu a {
	color: #eee;
	font-size: 22px;
	display: block;
	margin: 20px 15px 10px 15px;
	text-decoration: none;
	text-transform: none;
	font-family: "Script MT Bold";
	text-shadow: #000 1px 1px 1px;
	float: left;
}

#menu c {
	color: #eee;
	font-size: 22px;
	display: block;
	margin: 20px 15px 10px 15px;
	text-decoration: none;
	text-transform: none;
	font-family: "Script MT Bold";
	text-shadow: #000 1px 1px 1px;
	float: left;
}





#menu a:hover {

	color: #ffff;
text-decoration: underline;

}
	
#header {
	float: left;
	width: 800px;
	height: 220px;
	background: url(../images/bg_bread.jpg) no-repeat;
	margin-top: 10px;
}

.margin1 {
	margin-left: 15px;
}

.margin2 {
	margin-left: 7px;
}

.margin3 {
	margin-top: 10px;
}

#box_news {
	float: left;
	width: 500px;
	padding: 5px;
}

#box_news h2, #box_fp h2 {
	font-size: 26px;
	text-transform: none;;
	color: #fff;
	text-shadow: #000 0px 1px 0px;
	font-family: "Arial CE";
	font-weight: normal;
}

#box_news p, #box_fp p {
	color: #ccc;
	line-height: 20px;
	text-align: justify;
	font-size: 15px;
	text-shadow: #000 0px 1px 0px;
}

#box_news x {
	color: #ccc;
	line-height: 20px;
	text-align: left;
	font-size: 15px;
	text-shadow: #000 0px 1px 0px;
}




#box_news img {
	border: 1px solid #999;
	padding: 5px;
	margin-right: 25px;
margin-left: 25px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;

}

#box_fp {
	width: 250px;
	float: right;
	padding: 5px;
}


#container {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 800px;
	background: url(../images/bg_content.png) repeat-y;
}

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: #ccc;
}