/*Global */
* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

html, body {
	padding: 0;	
	margin: 0 0 10px 0;
}

body {
	background: #E3E2EA url(../images/bkg.gif) repeat; 
	margin: 0;
	padding: 0;
	font: 11px/130% Verdana, sans-serif;
	color: #333;
}

a:link, a:active, a:visited {
	text-decoration : underline;
	color: #993300;
}

a:hover {
	color: #333;
	background-color: #eee;
}

.Button {
	background: url(../images/button-right.gif) no-repeat top right;
	height: 24px;
	padding-right: 10px;
	/*float: left;*/
	line-height: 1.2em;
	display: block;
	margin-bottom: 1em;
	*margin-bottom: 0;
}

.Button a:link, .Button a:active, .Button a:hover, .Button a:visited, .ButtonInput input {
	background: url(../images/button-left.gif) no-repeat top left;
	border: 0;
	color: #fff;
	font-weight: bold;
	display: block;
	/*float: left;*/
	padding: 4px 10px 10px 10px !important;
	text-decoration: none;
	cursor: pointer;
}

dd.Button { 
}

/*--LAYOUT--*/
#wrap {
	width: 790px;
}

.login {
	width:110px;
	float: left;
	padding: 0 8px;
	font-size: 10px;
}

.login td { font-size: x-small; }

.subcontent {
	width:130px;
	float: left;
	padding: 40px 8px 0 8px;
	font-size: 9px;
	clear: both;
}

.content, .header {
	width:600px;
	margin-top: 31px ;
	margin-left: 150px;
	padding: 15px;
	text-align:left;
	background-color: #fff;
	border: 2px solid #000;
}

.header { border-bottom: 0; }

.content { margin-top: 0; border-top: 0; }

#topBannerAd {
	width: 728px;
	margin-left: 44px;
	background-color: #e2e2e2;
	border: 2px solid #000;
	padding: 3px 3px 3px 5px;
}

#main {
	padding: 15px;
	width: 382px;
	float: left;
}

#sideAd {
	width: 160px;
	float: right;
}

/*Navigation */
ul#nav {
	font: 12px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

ul#nav a:link, ul#nav a:visited { color: #000; text-decoration: none; }

ul#nav a:active, ul#nav a:hover, li#active { color: #993300; }

/* Banners */
.leftBanner { margin-bottom: 15px; }

/*IE Float Clear Hack */
.clearfix:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



