@import url("reset.css");
@import url("buttons.css");

a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #FFFFFF;
}
a img {
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

p {
	padding: 15px 0 0 0;
}

.wrapper_center {
	width: 960px;
	margin-left:auto; 
	margin-right:auto;
}

#header {
	height: 20px;
}

/*MENU START*/
.menu {
	width: 960px;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li {
	float: left;
	margin: 0 0;
}

.menu ul.main {
}
.menu li.main {
	float: none;
}
/*MENU END*/

#content {
	float: left;
	width: 960px;
}

.footer {
	height: 42px;
}
#footer_text {
	height: 42px;
	min-height: 42px;
	width: 960px;
	margin-left:auto; 
	margin-right:auto;
	font-family: Verdana;
	font-size: 11px;
	text-align: center; 
	color: #FFFFFF;	
}

.center_text {
	width:960px;
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	text-align: justify; 
	color: #FFFFFF;	
	overflow:visible;
}

.bottom {
	width:960px;
	height:50px;
}