/*--------------------------------------------------------
START :: LAYOUT STYLING
---------------------------------------------------------*/
#shell {
	overflow: auto;
	width: 828px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/shell_tile3.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7e5f6c;
}
#topAdBar {
	background-color: #61002f;
	margin-right: 6px;
	margin-left: 6px;
	text-align: center;
}
#loginBar {
	height: 31px;
	background-color: #61002f;
	margin-right: 6px;
	margin-left: 6px;
}
#bannerAd {
	height: 90px;
	background-color: #ffffff;
	margin-right: 6px;
	margin-left: 6px;
}
#brandBar {
	height: 125px;
	background-color: #FFE1EB;
	background-image: url(img/brand_bg2.jpg);
	background-repeat: no-repeat;
	margin-right: 6px;
	margin-left: 6px;
	text-align: right;
	vertical-align: top;
}
#topMenu {
	background-color: #FFE1EB;
	height: 41px;
	margin-right: 6px;
	margin-left: 6px;
	background-image: url(img/topmenu_bg.gif);
	background-repeat: repeat-x;
}
#Content {
	width: 816px;
	overflow: hidden;
	margin-right: 6px;
	margin-left: 6px;
}
#sideMenu {
	width: 165px;
	float: left;
	text-align: center;
}
#pageContent {
	width: 651px;
	float: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#contentColumn {
	width: 531px;
	float: left;
	text-align: center;
}
#resultsBox {
	width: 631px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}
#adColumn {
	width: 120px;
	float: left;
	text-align: center;
}
#footer {
	height: 25px;
	background-color: #61002f;
	margin-right: 6px;
	margin-left: 6px;
	clear: both;
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	color: #DEA5C5;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #E2ADC7;
	text-decoration: underline;
}
#searchBox {
	float: right;
	width: 210px;
	padding-top: 7px;
	text-align: right;
}
#loginBox {
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 390px;
}
/*--------------------------------------------------------
END :: LAYOUT STYLING
---------------------------------------------------------*/
