*{
color:#000000;
font-size:12px;
font-family:sans-serif;
}

body{
background-color:#000000;
}

p{
margin:6px 35px 6px 38px;
}

b{
	color:#2c2c2c;
	font-size:12px;
	font-weight:bold;
}
	
h1{
margin:12px 35px 5px 38px;
padding:0;
color:#2c2c2c;
font-size:16px;
}

h2{
margin:12px 35px 5px 38px;
padding:0;
color:#2c2c2c;
}

h3{
margin:5px 35px 5px 38px;
padding:0;
color:#2c2c2c;
}

a{
text-decoration:none;
border:none;
}

img{
	padding:4px;
	border:none;
}

img.right{
	float:right;
	padding: 20px 28px 0 0;
}

ul{
	padding-left:49px;
}

.wrapper{
width:920px;
height:697;
margin:1px auto;
border-bottom:solid 7px #27885b;
background-color:#f1e5cf;
}


#header{
height:160px;
width:920px;
background-image:url(/images/logo.jpg);
background-repeat: no-repeat;
border-bottom:solid #000 5px;
}

#main{
height:412px;
width:920px;
}

#advert{
width:920;
height:94px;
background-image:url(/images/product.jpg);
background-repeat: no-repeat;
border-bottom:solid #000 5px;
}

#navigation{
width:159px;
height:412px;
background-image:url(/images/side_bar.jpg);
background-repeat: no-repeat;
float:left;
display:inline;
padding:0;
margin:0;
}

#navigation ul{
	width:159px;
	padding-left:17px;
	margin:35px 0 0 0;
}
	
#navigation li{
	width:127px;
	height:36px;
	background-image:url(/images/button.jpg);
	background-repeat: no-repeat;
	margin:2px 0 4px 0;	
	padding:0;
	list-style:none;	
	text-align:center;
}

#navigation a{

	
	color:#5c4c25;
	font-size: 18px;
	
	font-weight:bold;
	margin:0;
	text-decoration: none;
	line-height:40px;
	display:block;
	
}


#navigation a:hover{

	color:#68562a;
	font-style:italic;
	
}

#content{
width:735px;
height:404px;
float:right;
padding:0;
margin:0;
background-color:#f1e5cf;
}

