body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:0.7em;
	color:#4c4d4f;
	text-align:center;
	background-color:Black;
}

form
{
	border:none;
	padding:0;
	margin:0;
}

/************************* Page Frame
*/

#pageFrame
{
	width:980px;
	margin:0 auto;
	padding:20px 0 20px 0;
	text-align:left;
	position:relative;
}

/************************* Header
*/

#headerFrame
{
	width:906px;
	background:url(Frame/HeaderFrameBg.jpg) no-repeat left top;
	position:relative;
	overflow:hidden;
	padding-left:74px;
	height:125px;
}

#headerFrame .HeaderHiddenText { display:none; }

#headerFrame .HeaderLink
{
	display:none;
	width:275px;
	height:18px;
	position:absolute;
	right:118px;
	top:52px;
}

#headerFrame .HeaderLink span { display:none; }

/************************* Site Search
*/

#siteSearchFrame
{
	width:936px;
	text-align:right;
	padding:0 44px 6px 0;
	height:auto !important;min-height:25px;height:25px;
	background:url(Home/SiteSearchFrameBg.jpg) no-repeat left bottom;
	position:relative;
	overflow:hidden;
}

#siteSearchFrame label
{
	display:inline-block;
	width:52px;
	height:16px;
	padding:0;
	margin:3px 0 0 0;
	background:url(Frame/SearchLabelBg.jpg) no-repeat left top;
	vertical-align:top;
}
#siteSearchFrame label span { display:none; }

#keywords
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:100%;
	width:110px;
	height:130%;
	border:solid 2px #221f22;
	padding:2px 2px 0 2px;
	margin:0 2px 0 0;
	color:Black;
	background:#ebeced url(Frame/SiteSearchKeywordsBg.gif) repeat-x left top;
	vertical-align:top;
}

#siteSearchFrame button
{
	border:none;
	cursor:pointer;
	width:10px;
	height:9px;
	padding:0;
	margin:6px 0 0 0;
	background:url(Frame/SiteSearchButtonBg.gif) no-repeat left top;
	vertical-align:top;
}
#siteSearchFrame button span { display:none; }

/************************* Content Frame */

#contentFrame
{
	background:#f3f3f4 url(Layouts/PagePlanetsBg.jpg) no-repeat left top;
}

#contentInner
{
	background:url(Layouts/PageShadowBotBg.png) repeat-x left bottom;
	height:auto !important;min-height:400px;height:400px;
	padding-bottom:15px;
}