@import "menu_top.css";
@import "header.css";
@import "main_menu.css";
@import "flashcont.css";
@import "content.css";
@import "footer.css";
@import "flcg.css";

body{
	background: #50b4d0 url(../img/bg_body.jpg) repeat-x;
	text-align: center;
	font-family: Verdana, sans;
	font-size: 0.65em;
}

#container{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

ul{
	margin: 0;
	padding: 0;
	border:0;
	list-style-type: none;
}

.clear{
	clear: both;
}

a img{border: none;}

fieldset{border:5px solid #cfcfcf; padding:10px 0 20px 20px; margin: 20px 0 40px 0;}
legend{margin: 0; padding: 5px 10px; font-weight: bold; background: white; border:none; width: 75%; color:#cfcfcf;}
button{margin-top: 10px;}

.hidden{display: none;}

.static ul{
	list-style-type: square;
	padding: 0 30px;
}
.static ul li{
	padding: 0 0 0 10px;
}
