html {
	scrollbar-arrow-color: #fff;	
	scrollbar-face-color: #061b06;
}

body {
	text-align:center;
	background-image: url(images/back.jpg);
	background-repeat:no-repeat; 
	background-position:center top;
	margin: 0px;
	background-color:#061b06;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contentheader {
	height: 136px;
	width: 765px;
}

#mycontainer {
	width:765px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	height: 100%;
}


#contenttop {
	width:765px;
	padding:0px;
	float:left;
	height: 119px;
}

#buttons {
	width:140px;
	float:left;
	height: 100px;
	padding-top: 9px;
	padding-left: 10px;
}

#buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#buttons a {
	color: #000;
	text-decoration: none;
	display: block;
	width:122px;
	padding:3px;
	background-color: #fff;
	font-weight: bold;
}

#buttons a:hover {
	color: #000;
	background-color: #97999c;
	
}

#buttons li {
	margin-bottom: 3px;
 	
}

#left {
	width:133px;
	float:left;
	height: 600px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		}		
		
#bottomspace {
	float: left;
	height: 10px;
	width: 765px;
}

h1 {color: #000;
	background-color: #fff;font-size:12px;padding: 5px 0px 4px 5px;
	}
		

#content {
	float: left;
	height: 100%;
	width: 316px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 16px;
	
}

#stock{
	float: left;
	height: 100%;
	width: 585px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 16px;
	
}

#right {
	float: right;
	height: 100%;
	width: 255px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	
}


#pictures {
	width:587px;
	float:left;
	height: 100px;
	padding-top: 9px;
	padding-right: 6px;
	padding-left: 7px;
		}


a:link {
	color: #fff;
	text-decoration: underline;font-weight:bold;
}
a:visited {
	color: #fff;
	text-decoration: underline;font-weight:bold;
}
a:hover {
	color: #fff;
	text-decoration: none;font-weight:bold;
}

	
		

		
/* box model*/
