/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body{
	font-family:Sylfaen;
	font-size:15px;
	color: #FFFFFF;
	background-color: #000000;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{
	font-size:18px;
	border-bottom: solid 1px #DEDEDE;
	margin-bottom: 10px;
	font-family: Sylfaen;
}
h2{
	font-size:15px;
	color:#FFFFFF;
	font-family: Sylfaen;
	border-bottom: solid 1px #DEDEDE;
}
h3{
	font-size:25px;
	border-bottom:solid 1px #DEDEDE;
	padding:0px 0;
	margin-bottom:10px;
	font-family: Sylfaen;
}

quoter{
	font-family:Sylfaen;
	font-size:13px;
	color: #FFFFFF;
}

a:link, a:visited{
	color:#CCCCCC;
}
a:hover{text-decoration:none;}


/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
*/

#container{
	width:800px;
	margin:0,0,0,0;
}

	#topbar{
	width:auto;
	display:block;
	height:120px;
}
	#navbar{
	width:auto;
	display:block;
	height:60px;
}
		#navbar a{height:28px; line-height:28px; padding:0 8px; display:inline;}
	
	#main{
	width:auto;
	display:block;
	padding:10px 0;
}
		#column_left{
	width:185px;
	margin-right:5px;
	margin-left:2px;
	float:left;
}
		#column_right{
	width:580px;
	margin-right:20px;
	float:right;
	padding-top: 5px;
	border-right-color: #666666;
}
		div.spacer{clear:both; height:10px; display:block;}
	
	#footer{
	width:auto;
	display:block;
	padding:10px 0;
	font-size:13px;
	color:#666666;
}
	
/* ------------------------------ 
CUSTOM CLASSES
------------------------------ */

/* 
Add here your custom classes
*/
