body,html{
	margin				: 0;
	padding				: 0;
	height				: 100%;
	text-align          : center;
}
body{
	background			: #000;
	/* background            : url(/images/body.gif);*/
}
div#container{
	width				: 960px;
	margin				: 0 auto 0 auto;
	min-height			: 1024px;
	height				: auto!important;
	height				: 1024px;
	position			: relative;			
	background			: #fff url(/images/bg-sidebar.jpg) no-repeat 0 bottom;
	text-align          : left;
}
div#sidebar{
	
	position			: absolute;
	left				: 0;
	top					: 0;
	width				: 335px;
	min-height			: 1024px;
	height				: auto!important;
}

div#main{
	margin-left			: 335px;
	padding				: 293px 25px 25px 25px;
	background-position	: 25px 0;
	background-repeat	: no-repeat;
	color				: #A5A5A5;
	font				: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}
div#main hr{			
	border				: 0;
	height				: 1px;
	border-top			: 1px solid #DBDBDB;
}

form#newsletter{
	height				: 30px;
	margin				: 8px 0 0 0;
	border-bottom		: 1px solid #D9D9D9;
	font				: 12px Tahoma;
	background			: #fff url(/images/lbl-newsletter.gif) no-repeat 50px 2px;
	padding				: 0 0 0 145px;
}
label#lbl-newsletter{
	display				: none;
}
label#lbl-newsletter{
	
}
input#txt-email{
	border				: 1px solid #CECECE;
	font				: 11px Tahoma;
	height				: 15px;
	padding				: 2px;
	margin				: 0;
}

#btn-register{
	border				: 0;
	padding				: 0;
	width				: 37px;
	height				: 19px;
	background			: url(/images/btn-register.gif);
	cursor              : pointer;
}

div#footer{
	color				: #ACACAC;
	font				: 10px Tahoma;
	/* position			: absolute;*/
	bottom				: 14px;

	width				: 960px;
	margin				: 0 auto 0 auto;
	position			: absolute;			
	text-align          		: left;

}

ul#menu{
	/* width				: 157px; */
	padding				: 0;
	margin				: 20px 0 0 178px;
	background			: url(/images/menu.gif) no-repeat 0px  0px 
}

ul#menu li{
	display				: block;
	list-style			: none;
}

ul#menu li a{
	display				: block;
	height				: 24px;
	text-indent         : -200em;
	/* line-height			: 10px; */

}
h1#title{
    text-indent         : -200em;
	margin				: 24px 0 0 0;
}

ul#submenu{
	padding				: 10px 0 0 10px;
	margin              : 0;
	border-bottom       : 1px solid #ccc;
}

ul#submenu li{
	display				: block;
	list-style			: none;
}

ul#submenu li a{
	display				: block;
	height				: 24px;
	text-decoration     : none;
	color               : #666;
	font-size           : 12px;
	text-transform      : uppercase;
}
ul#submenu li a.selected{
	font-weight         : bold;
}

#main .navbar{
    margin-top: 20px;
    margin-top: 20px;
    text-align: center;
}

#main .navbar a{
    color: #666;
    text-decoration: none;
}

#main a{
    text-decoration: none;
    color: #666;
}

#main a:hover{
    text-decoration: underline;
}

a.more {
    display: block;
    text-align: right;
    text-decoration: none;
    font-size: 14px;
}

#main h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 25px;
}

#draft-message {
    background-color: #FFFFCA;
    color: #000;
    font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    text-align: center;
    padding: 10px;
    margin-bottom: 2px;
}
