BODY {
	color: white;
	background: url('img/bg_page.png') black repeat-x top left; 
	font-family: verdana;
	padding: 0;	
	margin: 0;
}
IMG {
	border: none;
}
A {
	text-decoration: none;
}
A:Hover {
	text-decoration: underline;
}

#main {
	background: black;
	width: 1024px;
	margin: 0 auto;
	border-left: solid 2px black;
	border-right: solid 2px black;
}

#logo {
	margin: 30px 0 -43px 50px;	
	background: black;
}

#network {
	margin-top: 50px;
	margin-right: 30px;
	float: right;
}
#network A {
	margin-left: 20px;
	vertical-align: middle; 
}

#address {
	clear: right;
	float: right;
	text-align: right;
	font: bold 14px arial;
	color: white;
	text-shadow: 1px 1px gray;
	background: url('img/bg_address.png') transparent repeat-y top right; 
	padding: 15px;
	width: 500px;
	margin-top: 22px;
}
#address A {
	color: white;
}

#bottom {
	margin: auto;	
	text-align: center;
	width: 1024px;
	background: black;
}

#credits {
	position: absolute;
	top: 3px;
	font-size: 8px;
	text-align: right;
	width: 500px;
	left: 50%;
}
#credits A {
	color: #505050;
}
#credits A:Hover {
	color: #a0a0a0;
}

#menu {
	font: bold 22px arial;
	line-height: 32px;
	background: url('img/menu_bg.png') black repeat-x;
	height: 40px;
	padding-top: 1px;	
	text-shadow: -1px 0 #800000, 0 1px #800000, 1px 0 #800000, 0 -1px #800000;
}
#menu_inside {
	float: right;
}
#menu A {
	opacity: .5;
	filter: alpha(opacity=50);
	color: white;
	background: url('img/menu_bg_item.png') transparent no-repeat top left;
	white-space: nowrap;
	width: 174px;
	padding-left: 16px;
	display: block;
	float: left;
	text-align: center;
}
#menu DIV {
	display: inline;
}
#menu A:Hover {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}
#menu .selected,
#menu A.selected:Hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: white;	
}

#page {
	font: normal 14px arial;
	text-align: justify;
	color: gray;
	padding: 5px 10px;
	padding: 20px 20px 20px 500px;
	background: url('img/bg_fp.jpg') black no-repeat top left;
	min-height: 600px;
}
#page H3 {
	background: url("img/bg_title.png") no-repeat top center;
	padding: 135px 0 30px 0;
	font-size: 20px;
	margin: 0;
	text-align: center;
	color: white;
}
#page H4 {
	margin: 0;
	padding: 0;
	color: white;
}
#page P {
	margin: 0;
	padding: 0 0 12px 0;
}
#page B {
	color: white;
}

/*
#motto {
	color: black;
}
#motto_box {
	width: 320px;
	height: 200px;
	margin: 30px auto;
}
*/
