body 
{ 
   font-family: Arial;
   margin: 0px;
   font-size: 10px;
   color: #c0c0c0;
   text-align: justify;
   background: #111111 url(images/bg.png) repeat-y fixed top right;
   background-position: top-right; 
}   

b {color: #35b7b4;}
u {color: #b73535;}
i  {color: #FFFFFF;}
s {color: #FFFFFF;}

n 
{
	color: #35b7b4;
	font-size: 9px;
}

.title
{
	font-family: Lucida Handwriting;
	font-size: 17pt;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 95px;
	background-color: #2c2c2c;
	background-image: url(images/titlebg.png);
	margin-left: 120px;
}

h2
{
	font-family: Lucida Sans;
	font-size: 8px;
	color: #FFFFFF;
	font-weight: italic;
	text-transform: uppercase;
	margin-top: -113px;
	margin-left: 10px;
	border-bottom: 1px solid #b73535;
	
}

blockquote
{
	color: #858585;
}

blockquote:first-line
{
	color: #FFFFFF;
}

.content
{
	position: absolute;
	margin-left: 30px;
	margin-top: 100px;
	width: 700px;
	padding: 10px;
	background-color: #383838;
}

.content a 
{
	color:#000000; 
	text-decoration: none;
	letter-spacing: 2px;
}
.content a:hover 
{
	color:#bababa; 
	text-decoration: none;
	cursor:crosshair
}

.main
{
	position: absolute;
	margin-left: 750px;
	text-align: center;
	margin-top: 100px;
	background-color: #1c1c1c;
	width: 200px;
	height: 545px;
}
	
.main a
{
	font-family: arial;
	color: #747474;
	display: block;
	line-height: 39px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}

.main a:hover
{
	font-family: arial;
	color: #747474;
	display: block;
	line-height: 39px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	background-color: #000000;
}

.sitetitle
{
	background-color: #404040;
	height: 50px;
	font-family: arial;
	color: #747474;
	display: block;
	line-height: 39px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	text-align: center;
}
