/* Copyright(c) 2007-09, Fashions.Org - All Rights Reserved 
     Redistribution, publication or deriative works of code and contents is expressively prohibited.

	 CSS Stylesheet for website about.php page
*/

#about
{
	margin		: 10px; 
	font-family	: verdana; 
	font-size	: 8pt;
	overflow	: auto; 
	clear		: both;
}

.statement 
{
	text-align	: left;
	width		: 670px;
	border		: 2px solid #996600;
	padding		: 6px 6px 6px 6px;
	background-color: gold;
}

.col1
{
	font-weight	: bold;
	width		: 200px;
	float		: left;
}
.col2
{
	width		: 350px;
	float		: left;
}