/*
 * * * * * * * * * * * * * * * * * * * * * * * * * 
 *		GLOBAL STYLES
 * * * * * * * * * * * * * * * * * * * * * * * * * 
 */

body {
	font-family: "Lucida Sans Unicode", Arial, sans-serif, Verdana;
	font-size: medium;
	background: black; 
	color: white;
	margin-top: 0;
}

#all_content{
	width: 900px;
	margin: 0 auto;
}

img {
	border: none;
}

h1 {
	background: url(../images/logo/black.jpg) no-repeat; 
	display: block;
	margin: 0 auto;
	width: 700px;
	height:  120px;
}

h1 span {
	display: none;
}

h2 {
	color: white;
	text-align: center;
}

h3 {
	text-align: center;
	margin: 0;
	color: white;
}

h4 {
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
}

h5{
	font-size: 12px;
	color: #eee;
	margin: 0px;
}

h6 {
	font-size: 10px;
	margin: 0px;
}
p {
	color: #eee;
	line-height: 1.5;
	text-align: justify;
}

.menu_item 
.menu_item a:link, 
.menu_item a:visited, 
.menu_item_footer a:link, 
.menu_item_footer a:visited, 
.menu_item_text, 
.menu_item_text a:link, 
.menu_item_text a:visited {
	color: #eee;
	text-decoration: none;	
}

