/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-color: #5c2916;
	background-image: url(images/hcc.jpg);
	background-position: 115px 60px;
	background-repeat:no-repeat;
}

#header {
background-color: #713e2b;
height: 50px;
width: 100%;
}

#container {
background-color: #FFFFFF;
width: 700px;
height: auto;
margin-left: auto;
margin-right: auto;
padding: 5px;

}

#top_picture {
background-image: url(images/header.jpg);
background-repeat: no-repeat;
width: 100%;
height: 200px;
}
#menu {
background-color: #e1e4bf;
width: 500px;
height: 50px;
float: left;
margin-top: 5px;
}
#sidebar {
background-color: #713e2b;
margin-top: 5px;
float: right;
width: 195px;
height: 695px;

}
.logo {

margin-top: 82px;
}
.menu {
margin-top: 10px;
margin-left: 5px;
}
.shop {
float: right;
margin-right: 5px;
margin-top: 5px;
margin-left: 5px;
}
.welcome {
float: left;
margin-top: 10px;
margin-bottom: 5px;
padding-right: 20px;
}
.text{
color: #666666;
font-family: Calibri, Tahoma, Arial, Verdana;
font-size: 14px;

text-align: left;

}
.footer {
color: #713e2b;
text-align: center;
font-family: Calibri, Tahoma, Arial, Verdana;
font-size: 14px;
margin-top: 100px;

}
.map {
margin-left: 15px;

margin-top: 15px;
}
.contact {
margin-left: 15px;
margin-top: 10px;
}
.stock {
margin-left: 15px;
margin-top: 7px;
}
#powered {
color: #aec3c3;
text-align: center;
font-family: Calibri, Tahoma, Arial, Verdana;
font-size: 10px;
margin-top: 5px;
}
a.powered:link {
color: #cccccc;
}
.contact_form {
width: 490px;
margin-bottom: 5px;
}