/*	#maintable - controls the main content table and all cells within it  */

BODY
{
	background: #0e0301;
	font-family: Arial;
	font-size: 11px;
	color: #c3b0a1;
	padding: 0px;
	margin-top: 40px;	
}

.BGMain
{
	background: #020202 url("../resources/images/BGMain.jpg") no-repeat;
}

.BGFashion
{
	background: #020202 url("../resources/images/fashion_bg.jpg") no-repeat;
}

.BGFood
{
	background: #020202 url("../resources/images/foodbg.jpg") no-repeat;
}

.ABOUT
{
	padding-left: 95px;
	padding-right: 35px;
	font-family: Arial;
	font-size: 11px;
	color: #c3b0a1;
}

H1
{
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

.DHead
{
	font-family: Arial;
	font-size: 11px;
	color: #795e54;
	font-weight: bold;
	text-decoration: none;
}

.DDesc
{
	font-family: Arial;
	font-size: 11px;
	color: #e4c081;
}