body { 
    margin-top: 0px;
    background: url(../images/browndots.jpg) repeat scroll top left;
}
#main {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    width: 833px;
    text-align: center;
    background: transparent url(../images/background.jpg) repeat scroll top left;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
}

/* Header section: */
/* -------------------------------------------------------------*/
#top {
    background: url('../images/top_shadow.jpg') no-repeat left;
    text-align: center;
    height: 108px;
    width:832px;
    margin-left: 1px;
}

#header {
    padding-top:20px;
    text-align: left;
    padding-left:120px;
}

#header a {
    text-decoration: none;
}

/* Login menu: */
/* -------------------------------------------------------------*/
#loginMenu {
    float: right;
    padding-right: 10px;
    clear: all;
    padding-top: 10px;
}
#loginMenu a {
    color:#802b0c;
    font-size: 11px;
	padding: 1px 10px;
	text-decoration:none;
}
.loginMenu{
    background: #d0801d;
}

/* Status bar: */
/* -------------------------------------------------------------*/

#userStatus {
    text-transform: uppercase;
    text-align:right;
    color: #802b0c;
    font-weight:bold;
    float: right;
    padding-right:14px;
}

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

/* Language selector: */
/* -------------------------------------------------------------*/
#languageSelector {
    float: right;
    padding-right: 10px;
    clear: all;
    margin-top: -40px;
}
#LanguageSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

/* RSS feed: */
/* -------------------------------------------------------------*/
.feedList {
    float: right;
    clear: right;
    margin-top: -16px;
}

.feedList li {
    float: right;
    margin: 0 0 5px 0; 
    padding-right: 18px;
    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 {
    height: 32px;
    line-height: 32px;
    text-align: center;
    background:#e2bb04;
    font-variant:small-caps;
    font-weight:bold;
    margin-left: 1px;

}
#userMenu a {
    color:#802b0c;
    background: url('../images/menusep.gif') no-repeat right;
}
#userMenu a:hover {
	color:#6e7066;
	text-decoration:none;
}

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

/* 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 {
    padding-top: 15px;
    min-height:400px;
    width: 832px;
    margin-left: 1px;
}

/* Category navigation bar: */
/* -------------------------------------------------------------*/
div#navBar{
    width: 823px;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: right;
    font-weight: bold;
}
div#navBar, div#navBar a {
    color: #cf7937;
    text-decoration:none;
}
div#navBar a:hover {
    color: #802b0c;
}

/* Footer: */
/* -------------------------------------------------------------*/
#footer {
	color:#000000;
	font-size:10px;
	text-decoration:none;
        margin-top: 2px;
        background:#e2bb04;
        margin-left: 1px;
}
#footer div {
    margin-left: 5px;
}
#footer div div{
    margin-right: 5px;
    margin-left: 0px;
    line-height: 24px;
    padding-left: 8px;
    text-align: center;
}
#footer a {
	color:#802b0c;
	text-decoration:none;
        font-size:11px;
        padding-left: 8px;
        padding-right: 8px;
}
#footer a:hover {
	color:#6e7066;
	text-decoration:none;
}
#footer a:visited {
	color:#802b0c;
	text-decoration:none;
}

h1 {
   color:#802b0c;
   width:100%;
   font-size: 24px;
}