* { padding: 0; margin: 0; }

body {
 font: normal 73% 'Century Gothic', Arial, Helvetica, sans-serif;
 line-height : 1.7em;
 color : #999;
 background: #4b4b4a;
 margin-top : 15px;
}
#wrapper {
 width: 766px;
 margin: 0 auto;
 border: 2px solid #595652;
}

#header {
 width: 766px;
 height: 137px;
 margin: 0;
 padding: 0;
 color: #000;
 background: #fff url(/images/top.jpg) no-repeat;
}


#navigation {
 width:auto;
 padding: 0;
 margin: 0;
 color: #333;
 background: #595652;
}
/* ^^^^^^^^ MENU ^^^^^^^^^^ */
ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: transparent url("/images/nav.jpg") repeat;
	
	border-bottom: 2px solid #1f1c17;
	border-top: 1px solid #595652;}
	
ul#menu li{
	display: block;
	float: left;
	margin: 0;
	padding: 0;}
	
ul#menu li a{
	display: block;
	float: left;
	color: #bbb;
	text-decoration: none;
	padding: 4px 20px 0 20px;
	height: 24px;}
	
ul#menu li a:hover{
	background:transparent url("/images/nav.jpg") repeat;
	border-bottom:2px solid #dd5aa6;
	}
	
ul#menu li a.current,ul#menu li a.current:hover{
	color:#fff;
	background:transparent url("/images/nav.jpg") repeat;}
	
/* ^^^^^^^^ END MENU ^^^^^^^^^^ */
#navShadow {
	clear:both;
	background : url(/images/nav_shadow.jpg) no-repeat;
	width : 766px;
	height : 18px;
}

#content {
	float : left;
	width : 766px;
	min-height: 400px;
	padding : 0;
	margin : 0;
	background : #302c27;
}

#pageTitle {
	padding : 0;
	margin : 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #c6c6c6;
}

#pageText {
	padding : 0;
	margin : 0;
	text-align : left;
}

#pageText p{
	font-size: 14px;
	line-height : 20px;
	color : #999;
	padding : 10px 0 5px 0;
	
}

.border{
	background : #595652;
}

#footer {
 clear: both;
 width: 766px;
 height: 39px;
 margin: 0;
 padding: 0;
 border-top: 4px solid #595652;
 background: transparent url(/images/bottom.jpg) right no-repeat;
 text-align : center;
}

#footer p {
 margin: 0;
 padding: 10px 0 0 0 ;
 font-size: 90%;
 color: #999;
}


a:link, a:visited {
 text-decoration : none;
 color : #dd5aa6;
 background:inherit;
}
a:hover {
text-decoration : underline;
color :#dd5aa6;
background:inherit;
}
a:active {
 text-decoration : none;
 color : #bbb;
 background:inherit;
}
