body { 
    margin:0;
	padding:0;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
	background:#CACACA url('../images/bg.jpg') repeat-x top;
}
#outerMain {
    height: 100%;    
}
#main {
    width: 960px;
    text-align: center;
	
}

/* The below classes will be added to the outerMain and main DIVs by a script 
   depending on whether the left and right sidebars exist */
   
/* When no sidebars exist: */
.outerMain_withoutSidebar {
    text-align: center;
    margin: 0px auto;
    width: 960px;
}

/* When both sidebars exist: */
.outerMain_twoSidebars {
    position:absolute;
    width: 1333px;
	background:#FFF;
}
.main_twoSidebars {
    position: absolute;
    top: 0px; 
    left: 250px;    
}

/* When only the right sidebars exist: */
.outerMain_rightSidebar {
    position:absolute;
    width: 1083px;
}
.main_rightSidebar {
    position: absolute;
    top: 0px; 
}

/* Header section: */
/* -------------------------------------------------------------*/
#top {
    background: url('../images/header_bg.jpg') no-repeat top center;
    text-align: left;
    height: 200px;
}

#header {
    position: relative;
    top: 52px;
    width: 272px;
}

/* Login menu: */
/* -------------------------------------------------------------*/
#loginMenu {
    float: left;
    padding-left: 10px;
    position: relative;
}
#loginMenu a {
    color:#000;
    font-size: 12px;
	padding: 10px 6px;
	text-decoration:none;
}

#loginMenu a:hover {
    color:#333;
	text-decoration:none;
}

/* Status bar: */
/* -------------------------------------------------------------*/
#userStatusBar {
    background: url('../images/login_menu_bg.jpg') left top no-repeat;
	color: #000;
	font-size: 12px;
	font-weight: bold;
    text-align: left;
    height: 43px;
    line-height: 30px;
}
#sep {
    width: 100%;
    height: 1px;
    background: #c0c1bb;
    margin: 0px;
}
#userStatus {
    float: right;
	font-size: 13px;
	font-weight: bold;
    text-align: right;
	line-height: 20px;
	clear:both;
	padding-bottom:6px;
}

/* Theme selector: */
/* -------------------------------------------------------------*/
#themeSelector {
    float: right;
    padding-bottom: 6px;
	clear:both;
}
#ThemeSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

/* Language selector: */
/* -------------------------------------------------------------*/
#languageSelector {
    float: right;
    padding-bottom: 6px;
	clear:both;
}
#LanguageSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

/* RSS feed: */
/* -------------------------------------------------------------*/
.feedList {
    float: right;
    clear: right;
    margin: 20px 0 0 0;
    width: 500px;
}

.feedList li {
    float: right;
    margin: 0 0 5px 0; 
    padding-right: 0px;
    list-style-type: none;
    white-space: nowrap;
}
.feedList li a {
    padding: 0 0 0 19px;
    list-style-type: none;
    font-size: 10px;
	text-decoration:none;
    color:#333300;    
    font-weight: bold;
}
.feedList li a.color1 {
    background: url("../images/07.png") no-repeat 0 50%;
}
.feedList li a.color2 {
    background: url("../images/14.png") no-repeat 0 50%;
}
.feedList li a:hover {
    color:#999900;
}

/* General for user/admin/category menu: */
/* -------------------------------------------------------------*/
.menu ul {
    margin: 0px;
    padding-left: 10px; 
	list-style: none;
}

.menu li {
    float: left;
    white-space: nowrap;
}

.menu a {
	display: block;
	padding: 0px 15px 0px 5px;
	text-decoration:none;
}
.menu li:last-child a {
    background: none;
}
.menu {
    clear: both;
}

/* User/admin menu: */
/* -------------------------------------------------------------*/
#userMenu {
    background: url('../images/user_menu_bg.jpg') top left no-repeat;
    height: 38px;
    line-height: 38px;
    text-align: left;
    border-bottom: 1px solid #B9B9B9;
}
#userMenu a {
    color:#333;
    background: url('../images/menusep.gif') no-repeat right;
}
#userMenu a:hover {
	color:#666;
	text-decoration:underline;
}

/* Category menu: */
/* -------------------------------------------------------------*/
#categoryMenu {
    height: 32px;
    line-height: 32px;
    text-align: left;
    border-bottom: 1px solid #B9B9B9;
}
#categoryMenu a {
    color:#6e7066;
    background: url('../images/menusep_category.gif') no-repeat right;
}
#categoryMenu a:hover {
	color:#cf7937;
	text-decoration:underline;
}


#extra_header {
height:160px;
background:url('../images/extra_header_img.png') no-repeat center top;
}
/* Info bar: */
/* -------------------------------------------------------------*/
#infoTextBar {
    background: #dfa476;
}

#infoText {
    background: #dfa476 url('../images/infobg.gif') repeat-x;
	color: #fff;
	font-size: 13px;
    text-align: left;
    min-height: 22px;
    font-weight: bold;
    padding-left: 14px;
    padding-top: 9px;
}

/* Content area: */
/* -------------------------------------------------------------*/
#content {
	margin:30px auto 0 auto;
    padding: 20px 20px;
    clear: both;
	background:#262626 url('../images/content_top_bg.gif') top no-repeat;
}

#contentArea{
background:#262626;
color:#B4B4B4;
}

/* Category navigation bar: */
/* -------------------------------------------------------------*/
div#navBar{
    width: 100%;
    margin-bottom: 20px;
    margin-left: 14px;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}
div#navBar, div#navBar a {
    color: #cf7937;
}
div#navBar a:hover {
    color: #999900;
}

/* Footer: */
/* -------------------------------------------------------------*/
#footer {
	color:#A5A79E;
	font-size:10px;
	text-decoration:none;
	width:960px;
	float:left;
	padding:15px 0 10px;
	margin-bottom:30px;
    background: #262626 url('../images/content_bottom_bg.gif') bottom left no-repeat;
}
#footer div {
    margin-left: 5px;
}
#footer div div{
    margin-right: 5px;
    margin-left: 0px;
    height: 44px;
    line-height: 35px;
    padding-left: 8px;
    text-align: left;
}
#footer a {
	color:#A5A79E;
	text-decoration:underline;
}
#footer a:hover {
	color:#999900;
}

#extra_content {
    text-align: center;
    margin: 0px auto;
    width: 960px;
	background:#262626;
	position:relative;
	padding:20px 0;
	overflow:hidden;
}

#extra_left {
    text-align: center;
	padding-left:20px;
    margin-right: 35px;
	float:left;
	position:relative;
    width: 213px;
}

#extra_left h1 {
	margin:0;
	padding:0 0 8px 0;
	font:20px Georgia, "Times New Roman", Times, serif;
	color:#CACACA;
}

#extra_left p.list {
	margin:0;
	padding:7px 0;
	border-bottom:#4A4A4A 1px solid;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#CACACA;
}

#extra_right {
    text-align: center;
	position:relative;
	float:left;
	padding-right:20px;
    width: 672px;
}

#extra_right p, #extra_left p {
	margin:0;
	padding:0px 0 8px 0;
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#B4B4B4;
}
