body
{
	font: Tahoma;
	color: #999999;
	background-color: #000033;
}

a:link 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #CC0000;
}

a:visited 
{ 
	font-weight: bold; 
         text-decoration: none; 
	color: #c00000;
}

a:hover, a:active 
{ 
	text-decoration: underline; 
	color: #c0c0c0;
}

span.right_align
{
	text-align:right;
}

span.center_align
{
	text-align:center;
}
		
#main_table
{
	padding:10px;
	background-color:#ffffff;
	color:#000000;
	width: 99%;
	border:solid #cc0000 2px;	
	margin-bottom: 10px;
}

#member_view_table
{
	padding:10px;
	background-color:#ffffff;
	width: 99%;
	color:#000000;
	border:solid #cc0000 2px;		
	margin-bottom: 10px;
}
		
#tools_table
{
	padding:10px;
	background-color:#ffffff;
	width: 99%;
	color:#000000;
	border:solid #cc0000 2px;	
	margin-bottom: 10px;
}

table.details
{
	padding:50px;
	background-color:#ffffff;
	color:#000000;
	border:solid #cc0000 2px;	
	margin-bottom: 10px;
	align:center;
}

ul.padded_list
{
	padding:10px;
	text-align:center;
}

img.members_pictures_large 
{
	border: 2px solid #c00000;
	
}

img.members_pictures 
{
	border: 2px solid #c00000;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}

#single_c_container
{
	background: url(../images/bg_single_column.gif) repeat-y; 
	width: 346px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;

}

#single_c_header
{ 
	background: url(../images/bg_header_test.jpg) no-repeat right top; 
	width: 346px;
	height: 161px;
}

#single_c_content 
{
	margin-left: 15px;
	margin-right: 15px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 306px;
	clear: both;
}

#single_c_footer
{
	background: url(../images/bg_footer_single_column.gif) no-repeat right bottom; 
	width: 346px;
	height: 40px;
}
	



