* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

h1 {font: normal 1.7em Tahoma,sans-serif;}
h2 {font: bold 1.4em Tahoma,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

/* structure */
#container {
	background: #050505;
	font-size: 1.2em;
	margin: 10px auto 0 auto;
	width: 900px;
	border-left: dotted 1px #888;
	border-right: dotted 1px #888;
}

/* header & title */
#title{
	background: #1F1F1F ;
	height: 60px;
 
}
#title h1{padding: 12px 0 0 0;}
#title h1 a{padding: 0 0 0 22px; text-transform: uppercase; font: bold 14px Tahoma; color:#FFF; letter-spacing: 1.5px;}
#title h1 span {padding: 0 0 0 22px; font: bold 11px Tahoma; color:#BBB;}
#title h2 a{padding: 0 0 0 22px; font: normal 10px Tahoma; color:#00B5FF; letter-spacing: 2px;}
#title h1 a, h2 a{text-decoration: none;}

/* content */
#content{
	width: 900px;
	background: #111;
  padding-bottom: 20px;
}

#content p{
 padding: 15px 0 0 25px;
 line-height: 20px;
 color: #DDD;
}

#content h1{ color: #555; font: bold 14px Tahoma; padding: 8px 0 2px 15px;}
#content h2{ color: #555; font: bold 13px Tahoma; padding: 8px 0 2px 15px;}
#content h3{ color: #555; font: bold 13px Tahoma; padding: 8px 0 2px 15px;}

#content h3 a{ 
  color: #00B5FF; 
  text-decoration: none; 
  font: normal 11px Tahoma;
  margin: 5px 0 0 20px;  
}

#content a{ 
  margin: 5px 0 0 0;
  color: #00B5FF; 
  text-decoration: none; 
  font: normal 11px Tahoma;
}
#content a:hover { text-decoration: underline; }

.upper {text-transform: uppercase; font: bold 10px Tahoma; color: #666;}
.blue { color: #00B5FF; }

.column {
  float: left;
  width: 33%;
  margin: 15px 0 ;
}

/* misc */
#clearer {clear: both; font-size: 0;}
#left {	float: left; padding-left: 20px;}
#right {float: right; margin-right: 20px;}

#footer{
	background: #070707 ;
	height: 35px;
}
#footer p{
  font: normal 12px Tahoma;
  padding: 10px 0 0 25px;
  color: #666;
}
#footer a{
  font: normal 12px Tahoma;
  color: #666;
  text-decoration: none;
}
#footer a:hover{
  color: #888;
  text-decoration: underline;
}