body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
	background-color: #ffe0cc;
	font-family: Arial, helvetica, sans-serif;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	width: 1000px;
	text-align: left;
	padding: 0px;
	background-color: white;
}

/**********************************************************/
/*                       Header                           */
/**********************************************************/

#header {
	float: left;
	margin: 0px;
	width: 1000px;
	height: 130px;
}



/**********************************************************/
/*               Left naviagtion system                    */
/**********************************************************/

#content {
	float: left;
	width: 1000px;
	background-color: white;
}

#lefthandside {
        float: left;
        width: 185px;
	color: #b27600;
	text-align: center;
}


#leftbar ul {
	float: left;
	width: 185px;
	font-weight: bolder;
        list-style: none;
	margin: 0px;
	padding: 0px;

}

#leftbar li {
	color: white;
	float: left;
	font-size: 16px;
	width: 185px;
	height: 40px;
	padding: 0px;
	margin-bottom: 3px;
	text-align: center;
	padding-top: 2px;
        background-image: url(graphics/button.jpg);
	background-repeat: no-repeat;
}

#leftbar a:link, #leftbar a:visited {
	text-decoration: none;
	font-weight: bolder;
	color: white;
}

#leftbar a:hover {
	color: green;
}



/**********************************************************/
/*                   Content                              */
/**********************************************************/


#righthandside {
	float: right;
	width: 800px;
	font-size: 14px;
	text-align: justify;
	color: #b27600;
	margin-top: 10px;
}

.pictures {
        margin-right: auto;
        margin-left: auto;
	display-block;
	text-align: center;
	margin-top: 10px;	
	margin-bottom: 10px;

}

.text {
        background-color: #ffdd99;
	margin-top: 5px;
	width: 720px;
 	float: left;
	margin-bottom: 20px;
	padding: 15px; 
	text-align: center;  
	margin-top: 10px;   
	margin-left: 15px;	
}

.picright {
	float: right;
	width: 370px;
	margin-bottom: 15px;
	background-color: white;
}



.textleft {
	float:left;
	width: 340px;
	background-color: #ffdd99;
	margin-left: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	padding: 15px;
}


.sellit{
	background-color: #8c008c;
	color: white;	
	margin-top: 5px;
	width: 720px;
 	float: left;
	margin-bottom: 20px;
	padding: 15px; 
	text-align: center;  
	margin-left: 15px;
}


.clearall {
	clear: both;
}

/********************************************************/
/*                      Footer                          */
/********************************************************/


#footer {
	width: 1000px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;	
	color: white;
	font-size 16px;
	font-weight: bold;
	background-color: #d89000;
	text-align: center;
}



/*********ADVERT*********/
.adwrap {
	margin-top: 10px;
	float: right;
	background-color: white;
}

.adtext {
	float: left;
	color: #cc6600;
	margin-top: 10px;
	height: 50px;
}

.adtext a {
	color: #cc6600;
}

.adimg img {
	float: left;
	border: 0px;
	display: inline;
	margin-left: 10px;
}
