/* This is the default width for this theme. We need this file as we have to set a default css file for the theme variations. */

/* @group Main Structure */

#Container {
	width: 850px;
	margin: 0 auto;
	position: relative;
	font: 1.2em/160% Helvetica, Arial, sans-serif;
}

#Header {
	position: relative;
	width: 850px;
	margin: 30px auto 0;
	text-align: left;
}
#PageBody{
	width: 850px;
	color: #333;
	border-top: 2px solid #f5a3e3;
	position: relative;
}

#PageContent {
	float: right;
	text-align: left;
	width: 850px;
	overflow: auto;
	margin-bottom: 12px;
	margin-top: 12px;
	white-space: normal;
}

#SideCol {
	width: 250px;
	float: left;
	padding: 0;
	color: #000;
	text-align: left;
}

#Footer {
	width: 850px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	clear: both;
	overflow: hidden;
	border-top-style: double;
	border-top-color: #f5a3e3;
}



/* @end */

/* @group Header */
#Header h1 a { 
	width: 140px; 
	height: 31px; 
	overflow: hidden; 
	position: absolute; 
	top: 20px; 
	left: 0; 
	text-indent: -9999px; 
}

#Header p#Slogan { 
	position: absolute; 
	right: 0; 
	top: 20px; 
	width: 217px; 
	height: 35px; 
	color: #333333; 
	text-align: right; 
	line-height: 1500%; 
	overflow: hidden; 
	margin: 0; 
}



/* @end */

#Footer .SiteMap { 
	width: 250px; 
	float: left; 
	color: #333333; 
	font-size: 1em; 
	padding-top: 20px; 
	margin: 0 20px 20px 0; 
}

#SubMenu ul a, #SubMenu ul a:visited {
	border-bottom:1px solid #E4E4E4;
	color:#333333;
	font-size:1.3em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:3px 0pt;
	text-decoration:none;
	width: 250px;
}

/* @group SideBar */

#sidebarContainer {
	width: 250px;
	float: right;
	position: relative;
	z-index: 3;
}

#sidebarContainer #sidebar {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	padding-bottom: 0;
	color: #f5a3e3;
}
#sidebarContainer #sidebar ul {
	margin: 5px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}



/* @end */

/* @group Home Page */
#ImgHolder{ 
	width: 550px; 
	margin: -20px 0 0px; 
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#ImgHolder img{ 
	margin: 5px 0 0 5px; 
}

#ImgHolder #flashcontent{ 
	margin: 0; 
	padding: 10px; 
}



/* @end */