/*
A few css ideas/inspirations from: 
http://the-peril.com/ and http://www.freecsstemplates.org
*/
body {
	
     	font-family:Trebuchet MS;
	font-size:13px;
	background-color: #000000;
	color: #E4E7F8;
	
	}

b {	font-family:Trebuchet MS;
	font-size:15px;
	color: #FFFD93;
	}

i { 	font-family:Trebuchet MS;
	font-size:11px;
	color: #FF5A22;
}

u { 	font-family:Trebuchet MS;
	font-size:11px;
	color: #D7F158;
}
	
TD, TR {
	font-family:Trebuchet MS;
	font-size:11px;
	color: #252525;
}

a:link, a:visited, a:active {
	color: #B9CAB8;

	text-decoration:none; 
	font-weight:bold;
	letter-spacing: 1px;
}


A:hover{
	color: #F84B5C;
	
	text-decoration:none; 
	font-weight:bold;
	}
	
a img { 	
	border : 2px solid #E32A30; }

a:hover img {
	border:2px solid #000000; }

h1 {
	 
border-bottom: 4px solid #E42831;
	padding: 2px;
	font-family:Trebuchet MS;
	font-size:15px;
	letter-spacing:1px; 
	line-height:18pt; 
	color: #FF5621; 
	text-align: center;
	text-transform: UPPERCASE;
	
}



h2{
font-size: 17px;
font-weight: bold;
background-color: #7372CE;
color:#000000;
text-align: center;
}


#content {
	position: absolute;
	left: 20px;
	top: 650px;
	width: 650px; 
}


#header {
	position: absolute;
	left: 0px;
	top: 0px;
	
}	


#ad {
	position: absolute;
	left: 2px;
	top: 0px;
	width: 1002px; 
}	

.menu {
border-bottom: 1px solid #CCCACB;
padding-bottom: 2px;
}

img {
border: 2px solid #B9CAB8;
padding: 2px;

}
-->
