html {
	margin: 0;
	padding: 0;
}
body {
	background: #0F0F0F url(images/background.jpg) repeat-y center;
	text-align: center;
	font: 11px verdana, sans-serif;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	color:#666666;
}
a {
	color:#666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#666666;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 0px;
}
#wrapper {
	width: 778px;
	margin: auto;
	text-align: justify;
}
#header {
	height: 320px;
	width:778px;
	background: url(images/header.jpg) no-repeat;
}


#nav {
	width: 450px;
	height:35px;
	margin: -100px 0px 0px 290px;
}


#body {
	width: 100%;
	background-color:#CCCCCC;
	border:solid 5px;
	border-color:#666666;
	min-height:250px;
}

#content{
	position:relative;
	margin-top:-180px;
	margin-left:50px;
	margin-bottom:50px;
	width:450px;
}
#news{
	position:relative;
	width:250px;
	height:200px;
	margin-left:518px;
	margin-top:25px;
}

#shop{
	width:150px;
	height:150px;
	float:left;
	text-align:center;
	padding:25px;
}

#sitemap {
	color:#000000;
	font-weight:bold;
	text-align:center;
	width:778px;
}

#footer {
	margin: 14px;
	text-align: center;
	font-weight:bold;
	color:#FFFFFF;
}

#header_text{
	font-weight:bold;
	color:#333333;
}



