/* The content of the posts (body of text) */
body, html	{
background-color:#222222;

color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top:5px;
padding:0;
}



/* General font families for common tags */
font,p, .genmed_w, .gen_bold_w, .genmed, .gen_bold, a:link,a:active,a:visited	{
font-family:Verdana, Arial, Helvetica, sans-serif

}
font,td,p	{	
	font-size:9px;
}

/* General text */

.gensmall, a.gensmall:link, a.gensmall:active, a.gensmall:visited, .gensmall_i	{
	font-size:10px;
	color:#666666;}
	
a.gensmall:hover {text-decoration:underline;
outline:none;}	
	
.gensmall_i	{

	font-style:italic;
}	

.genmed	{
	font-size:14px;
	line-height: 20px;
	color:#666666;
}



.gen_bold	{
	font-size:14px;
	font-weight:bold;
	line-height: 20px;
	color:#666666;	
}

.gensmall_w, a.gensmall_w:link, a.gensmall_w:active, a.gensmall_w:visited  {
	font-size:10px;
	color:#FFFFFF;
}

a.gensmall_w:hover {text-decoration:underline	}


/* General page style */
a:link,a:active,a:visited	{
	text-decoration:none;
	color:#666666;
	outline:none;
}

a:hover	{
	color:#FFFFFF;
	text-decoration:underline;
	outline:none;
}


hr	{
color:#ffffff;}



/* Gets rid of the need for border="0" on hyperlinked images */
img	{border:0}
	
td.bl {border-left: 1px solid #666666;}
td.br {border-right: 1px solid #666666;}
td.bt {border-top: 1px solid #666666;}
td.bb  {border-bottom: 1px solid #666666;}


.copyright, a.copyright, a.copyright:active, a.copyright:visited {
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 10px;
	font-weight: lighter;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
}

a.copyright:hover {
	color: #999999;
	text-decoration: underline;
}	

#official {
	position:relative;
	width:150px;
	height:10px;
	z-index:1;
	top: 32px;
	left:25px;
}

#page3 {
	position:relative;
	width:120px;
	height:31px;
	z-index:1;
	top: 19px;
	left:65px;
}

#left_pane {
	position:relative;
	width:412px;
	height:364px;
	z-index:100;
	left: 0px;
	top: 0px;
}

#portfolio {
	position:absolute;
	width:400px;
	height:362px;
	z-index:101;
	left: 6px;
	top: 1px;
	overflow: hidden;
}

#comments {
	position:absolute;
	width:412px;
	height:350px;
	z-index:102;
	left: -5px;
	top: 10px;
	overflow: hidden;
}

.bg_home { background-color: #FFFF66;}
.bg_bio { background-color: #FFCC66;}
.bg_gallery { background-color: #FF9933;}
.bg_news { background-color: #00FF99;}
.bg_contact { background-color: #33CCFF;}
.bg_comments { background-color: #00FFCC;}

.white	{	color:#FFFFFF;}
