* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
font-size: .74em;
background: #000000;
color: #aaa;
font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
}

a,a:link,a:active,a:visited { color: #E7AD32; outline: none; text-decoration: none;  }
a:hover { color: #FF0000;text-decoration: underline; }
img {border: none;}
ul {  list-style-type: none; margin: 0; padding: 0px; color: #999;}	
li {}

#wrap  {
margin: 20px 0 20px 10px;
width: 925px;
}

#header {
background: #000 
height: 124px;
}
#header h1 {
color: #fff;
font-size: 1.6em;
margin: 0;
font-weight: 100;
padding: 30px 0 0 30px;
}
#header h1 a { text-transform: none ;font-weight: 100; text-decoration: none; color : #ffff; }
#header h2 {
color: #ffffff;
font-size: 10px;
margin: 0;
font-weight: 75;
padding: 0 0 0 30px;
}

#content{text-align: justify; float:left;width:469px; padding: 10px 10px 10px 20px; }
#content h2 { font-size: 1.2em; font-weight: 600; padding-bottom: 10px;}
#content h2 a { text-decoration: none; font-weight: 100; }
#navigation{
	float:right;
	width:140px;
	padding: 10px;
	text-align: right;
	
}
#navigation ul li { border-bottom: 0px solid #000; padding: 5px 00px 5px 0; }
#navigation li a:hover { text-decoration: none;}

.column {
float: left;
width: 180px;
margin: 10px;
color: #444;
padding: 10px;
background: #000000;
}	
.column a { color: #E7AD32; }
.column a:hover { color: #FF0000; }
.column ul {padding-left: 10px;  list-style-type: square; color: #000000; }

* html #leftcolumn {
	height : 531px;
	width: 215px;
	top: 180px;
	border: none;
	position: absolute;
} 
.leftbox {
	margin-left : 0px;
	padding-left: 10px;
	overflow: hidden;
	z-index: auto;
	margin-bottom: 1px;
	top: 600px;
	border: 0px none;
	position: absolute;
	left: 15;
} 
#rightcolumn {
	margin : 0;
	padding-right : 5px;
	display : inline;
	width : 177px;
	float : left;
	min-height : 531px;
	background-color : #FFFDF7;
	left: 774px;
	top: 336px;
	right: 155px;
	position: relative;
	height: 338px;
} 
#footer{ margin: 10px auto 0 auto; font-size: 0.8em; width: 98%; color: #000000; padding: 5px; }
#footer a {color: E7AD32; }
