/* CSS Layout Style */


body, td.main {
	margin: 0;
	padding: 0;
	background:#2f0103;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:11px;
}

#master
{
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
#topAds {
	text-align:center;
	background-color:#2f0103;
	height:60px;
	width:468px;
	position:absolute;
	top:0px;
	margin-left:-234px;
	left: 50%;

}
#main {
	width:771px;
	margin: 0 auto;
	background:url(images/faux_column_bg.jpg) top left repeat-y;
}

#left_column {
	width: 130px;
	float: left;
	background:url(images/left_bg.jpg) top left no-repeat;
}

#right_column {
	width: 641px;
	float: left;
	background:url(images/right_bg.jpg) top left no-repeat;
	position:relative;
}

#bodycontent {
	padding: 0 20px 0 20px;
	background-color: #e6d190;
	/* position: relative;  peekaboo bug fix for IE6 - causes firefox to break topnav under div */
	min-width: 0; /* peekaboo bug fix for IE7 */
	zoom: 100%; /* force ie element - hasLayout */
}

#footer {
	width: 100%;
	clear: both;
	color: #fffdd4;
	background-color: #6a0c00;
}

#footer a {
	color: #fffdd4;
	text-decoration: underline;
}

#footer p {
	padding: 15px;
	text-align: right;
}

#buddylist_dock {
	width: 300px;
	float: left;
}

.im {
	padding: 0;
	float: right;
	width: 22px;
}

.status_area {
	width: 300px;
	float: right;
	color:#ffffcc;
	padding: 69px 15px 0 0;
	text-align:left;
}

.status_area a {
	color:#ffffcc;
}


#search_box {
	white-space: nowrap;
	width: 300px;
	height: 24px;
	overflow: hidden;
	float: right;
	width: 300px;
	margin: 65px 10px 5px 0;
}

.menuMain {
	float: left;
	padding: 2px 2px 2px 2px;
	width: 80px;
	height: 18px;
	color: #fff;
	background-color: transparent;
}

.menuMainItem {
	width: 80px;
	height: 18px;
	background-color: #3e2306;
	color: #e6d190;
}

.menuMainItem:hover {
	background-color: #e6d190;
	color: #000;
}



a.search-section:link,
a.search-section:visited,
a.search-section:hover {
	text-decoration:none;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	color: #666;
}

a.clicked-section:link,
a.clicked-section:visited,
a.clicked-section:hover {
	font-weight:bold;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}



