html{
height:100%;
margin: 0px; 
padding: 0px;
}
body { 
    height:100%;
	margin: 0px; 
	padding: 0px;
	font-size: 12px;
	color: #fefefe;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
} 

#outerall{
	background: Black url(../images/body_background_new.jpg) repeat-x fixed top;
	overflow: hidden;
}
#outer {
	width: 900px;
	margin: 0 auto;
        border : 2px solid Black;
}
#top-search{
	height:73px;
background-color:#32271c;
}
#logo{
	width: 560px;
	float: left;
	text-align: left;
	padding: 8px 0 0 20px;
}
#search{
	height: 46px;
	width: 258px;
	float: right;
	text-align: left;
	background:url(../images/top_background.gif) top left no-repeat;
	padding: 27px 0 0 59px;
}
#header {}
#menu-top {
	height:49px;
	width:900px;
	border-top: 2px solid #936b00;
	background: url(../images/menu_background.gif) top left repeat-x;
}
#pathway{
	width: 100%;
	background:#38261a;
}
#content-all{
	padding: 15px;
}
#content-banner{
	padding: 15px 0 0 0;
}
#footer {
	background:#32271c;
	color:#fff;
	padding: 8px 20px 5px 20px;
	font-family: Georgia;
}
#copyrights{
	float: left;
	width: 70%;
}
#design{
	float: right;
	text-align: right;
}

/**************************************************/
#logo img,
#header img{
	vertical-align: top;
}
#search .inputbox{
	margin: 0;
	width:141px;
	height:16px;
	padding: 2px 3px 0 3px;
}
#pathway div.moduletable{
	margin: 0px;
	padding: 8px 10px 5px 10px;
	font-size: 11px;
	color: #fefefe;
	line-height: 13px;
	width: auto;
}
#pathway div.moduletable h3{
	float: left;
	color: #fefefe;
	background: none;
	font-size: 11px;
	margin: 0 10px 0 0;
	padding: 0;
	height: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 13px;
}
#pathway div.moduletable a{
	color:#ffc11a;
	padding-right:20px;
	margin-right:10px;
	text-decoration:none;
	line-height: 13px;
	background:url(../images/position.gif) right no-repeat;
}
#pathway img{
	display:none; }
#footer a{
	text-decoration: none;
	color: #fff;
}
#footer a:hover{
	text-decoration: underline;
}
#form-login ul{
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	list-style: disc;
}
#form-login ul li{
	padding: 0px;
	background: none;
	list-style-position: inside;
	color: #936b00;
}
#form-login ul li a{
	color: #fefefe;
	text-decoration: none;
}
#form-login ul li a:hover{
	text-decoration: underline;
}
#form-login .inputbox,
input#subscriber_name,
input#cm_email{
	width: 140px;
}