body {
	background-image: url(Images/background2.jpg);
	background-repeat: repeat;
	background-position: 0% 0%;
	background-attachment: fixed;
	margin: 0;
}
#pagewidth{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#container {
	float: left;
	width: 800px;
	background-image: url(Images/container.png);
}
#footer {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #333;
	clear: both;
}
.heading {
	color: #666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
.heading2 {
	color: #666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
}
.heading3 {
	color: #666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-decoration: underline;
}
.main {
	color: #333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 120%;
	margin: 0px 20px 0px 20px;
}
.info {
	color: #333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	letter-spacing: 120%;
	float: right;
}
.prices {
	font-size: 15px;
	float: right;
}
.icons {
	float: left;
	clear: left;
	margin: 0;
}
.containers {
	width: 800px;
	clear: both;
	float: left;
}
.hidden {
	display: none;
	color: #666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 120%;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul li {
	position: relative;
	float: left;
	width: 160px;
}
ul li a {
	display: block;
	background-image: url(Images/menu_background.png);
	color: #666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	width: 160px;
	height: 30px;
}
ul li a:hover {
	color: #06F;
	text-decoration: none;
}
.more a {
	color: #333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.more a:hover {
	color: #333;
	text-decoration: underline;
}
.more a:visited {
	color: #333;
}
.pazmedia {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #333;
	clear: both;
}
.pazmedia a {
	color: #06F;
	text-decoration: none;
}
.pazmedia a:hover {
	color: #06F;
	text-decoration: underline;
}
.pazmedia a:visited {
	color: #06F;
}