body {
	margin: 0px;
	padding: 0;
	background-color: #c8c8c8;
	font-family: century gothic, arial, sans-serif;
	color: #ffffff;
	font-size: 11pt;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

h2 {
	font-size:20pt;
	font-family: arial;
	color: #000000;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 900px;
	z-index: 4;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	z-index: 5;
}

#header {
	width: 900px;
	margin: 0 auto;
	z-index: 10;
}

#navbar {
	width: 900px;
	height: 58px;
	position: relative;
	top: -3px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	z-index: 3;
}

#contact {
	float:left;
	position: relative;
	top: 25px;
	left: -40px;
	width: 146px;
	height: 143px;
}

#contact2 {
	float:left;
	position: relative;
	top: -520px;
	left: -85px;
	width: 146px;
	height: 143px;
}

#contact3 {
	float:left;
	position: relative;
	top: -180px;
	left: 650px;
	width: 150px;
	height: 149px;
	z-index: 5;
}

#contentback {
	width: 770px;
	position: relative;
	left: 69px;
	top: -3px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-x;
	background-color: #575757;
	z-index: 2;
}

#content {
	width: 750px;
	margin: 0 auto;
}

#current {
	float: right;
	width: 250px;
	height: 578px;
	margin-left: 25px;
	background-image: url(images/currbg.png);
	background-repeat: repeat-y;
}

#current p {
	width: 240px;
}

#footer {
	width: 900px;
	height: 25px;
	position: relative;
	top: -3px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

#prices {
}

#prices table {
	font-size: 14px;
}

#prices p {
	padding-left: 30px;
	text-align: justify;
}

#prices.pr {
	font-size: 16pt; 
	color: #ffe5c6;
}