* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #222 repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}
 
a img{ border: 0px; }

a { text-decoration: none;}

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.pink { color: #D01A71;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { width: 710px;}



/***Header***/

 
#logo { float: left;}

#logo h1 {
	margin-top: 30px;
	margin-left: 10px;
	font-size: 1.1em;
}
 


/***left Side Bar***/

#navlist { float: left; width: 150px; margin-top: 30px; margin-left: 5px;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 25px;
  width: 140px; 
 padding: 9px;
 margin: 5px;
 background: inherit;
 border-right: 4px solid #444;
 color: #999; 
 font-size: 0.9em;}
 
#navlist li a:hover {
	color: #f4f4f4;
	background: #333;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #9D9D9D;
}
 
#navlist li .active {
 color: #999; 
 border-right: 4px solid #444;}


/***Content***/

#content { float: right; width: 520px; margin-top: 30px; margin-left: 2px; }

#content a { color:#CCCCCC; font-weight: bold;}

#content a:hover {
	color: #fff;
	font-weight: bold;
}
 
#content p {line-height: 1.8em; font-size: 0.7em; margin-bottom: 10px; color: #999;}

 
 h1 {
	color: #999;
	margin-bottom: 4px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

 h3 {
	color: #CCCCCC;
	margin-bottom: 4px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

#content blockquote { color: #666; font-style: italic; text-align: center; margin: 10px auto;}
 

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	
	}
