/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	background-color:#2a0708; /** Background Color **/
	background-image:url(images/styles/main_bg.jpg); /** Background Image **/
	background-repeat:repeat-x; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin:0px;
}

p	{font-size:12px;}


#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#FFFFFF;
	/*background-image:url(images/styles/content_bg.jpg); */
	background-repeat:repeat-x;
	background-position:bottom;
}
#header{
	position:relative;
	background-image:url(images/styles/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	margin:0 auto;
	width:960px;
	height:110px;
	text-align:left;
}
#container_3 {
	position:relative;
}
#container_4 {
	position:relative;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
}
#main_content {
	background-image:url(../images/subcontbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	float:left;
	height:170px;
	width:625px;
	background-color:#666666;
	margin-bottom:0px;
}
/* ***************************************************************************** */
#toparea {
	position:relative;
	width:950px;
	height:170px;
	background-image:url(../images/bannerareabg.jpg);
	background-repeat:no-repeat;
	backround-position:bottom;
	margin-bottom:0px;
	}
#admanager_spot1 {
	postion:relative;
	float:right;
	background-color:#d3d9dc;
	background-image:url(../images/welcomebg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:170px;
	width:320px;
	}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	background-image:url(../images/menu_bg.jpg);
	background-color:#68a0bb;
	height:35px;
	z-index:10;
}
#subMenu {
	height:25px;
	border-top:1px solid #afa35e;
	border-bottom:1px solid #afa35e;
	width:950px;
	margin-left:0px;
	padding-top:5px;
	}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	clear:both;
	padding-bottom:22px;
	min-height:444px;
	}
#title_nav {
	float:left;
	width:950px;
	height:75px;
	padding-top:10px;
	padding-left:5px;
	margin-bottom:15px;
	clear:both;
	}
#right_column {
	float:right;
	width:232px;
	margin-right:5px;
	}
#left_column {
	position:relative;
	width:685px;
	padding:5px;
	margin:auto;
	float:left;
	border-right:1px dotted #999999;
}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding:10px;
	margin:0px;
	position:relative;
	background-color:#000000;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:auto;
}
/* ***************************************************************************** */
/* LOGO */
#logo {
	position:relative;
	width:960px;
	height:110px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding-bottom:30px;
	color:#FFFFFF;
}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:142px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}
h1 {font-weight:400;letter-spacing:.05em}
:focus {outline:none;}




