/* CSS Document */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}


body { 
	background:  #ffffff url('d_back.jpg') repeat top left;
	color: #000000;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding-left:5px;
	background-attachment:fixed;
	padding-top: 13px;
	text-align: center;
	}


 #container {

	background: #FFFFFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 960px;
	height: auto;
	padding-top: 5px;
	text-align: left;
		border: 1px solid #CCCCCC;
		
	
	

}




#header {
	background-image: url('homebanner.jpg');
	background-repeat: no-repeat;
	height: 250px;
	width:950px;
	margin-left: 5px;
	margin-right: 5px;
}

#topbar {
	width: 950px;
	background: url('decimalstore_top-bar.jpg');
	height: 25px;
	padding-top: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;margin-bottom: 10px;
}

#topbar a {
	color:white;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; padding-right: 10px;
	
}


#topbar a:hover {
	color:#cccccc;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; padding-right: 10px;
	
	
}



#leftmenu {
	width: 165px;
	background: #ffffff;
		height: auto;
	float: left;
	margin-left: 5px;
}

#leftbanner {
	float: left;
	height: auto;
}

#termsbox {
	width: 938px;
	background:  url('footer_back.jpg');	
	height:41px;
	margin-right: 5px;
	margin-top: 10px;
	border: 1px solid #336699;
	margin-bottom: 5px;
	margin-left: 5px;
	clear:both;
	color: #FFFFFF;
	padding: 15px 5px 5px 5px;
}

#termsbox a {
	color: #FFFFFF;
}

#termsbox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content {
	background: #ffffff;
	height: auto;
	padding-top: 0px;
	width: 600px;
	float: left;
	margin-left: 5px;
}

#rightbar {
	background: #ffffff;
	width: 165px;
	height: auto;
	padding-top: 0px;
	margin-left: 5px;
	float: left;
	text-align:center;

}



h1 {
	color: #666666;
	margin-bottom: 2px;
	font-weight: bold;
	padding-top: 2px;
	font-size: 17px; 
	font-family:"Courier New", Courier, monospace;
}


h2 {
	color: #000000;
	margin-bottom: 2px;
	font-weight: lighter;
		padding-left: 5px;
	padding-top: 2px;
	font-size: 14px; font-weight:500;
}



h3 {
	color: #000000;
	margin-bottom: 2px;
	font-weight: lighter;
		padding-left: 5px;
	padding-top: 2px;
		font-size: 11px;
}


.float-left  { float: left; }
.float-right {float: right;}
.align-left  {	text-align: left; }
.align-right {	text-align: right; }