body {
	font-family: verdana, sans-serif;
	font-size: 12pt;
	background-color: white;
	margin: 0px;
}

div.container {
	width: 783px;
	background-image: url("gfx/main_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;

	padding-top: 95px;
	margin: auto;
}

div.header {
	width: 680px;
	color: white;
	font-size: 50px;
	font-weight: bold;

	text-align: center;
	margin: 0px auto 20px auto;
}

#header span {
	font-size: 30px;
}	

div.menu {
	height: 36px;
	width: 680px;
	padding-left: 72px;

	text-align: center;
	margin: auto;
	margin-top: 50px;
}

#menu div.item {
	float: left;
	position: relative;
	top: -10px;

	height: 20px;
	width: 120px;
	padding: 6px 0px;

	text-align: center;
	background-image: url("gfx/button.gif");
}

#menu div.item:hover {
	background-image: url("gfx/button_hover.gif");
}

#menu a:link {
	text-decoration: none;
	color: #ddd;
}

#menu a:visited {
	text-decoration: none;
	color: #ddd;
}

#menu a:hover {
	text-decoration: none;
	color: white;
}

div.content {
	width: 565px;
	padding: 5px 60px 15px 60px;
	min-height: 300px;

	background-image: url("gfx/body.gif");
	margin: 35px auto 0px auto;
}

#content span {
	color: blue;	
}

#content span.jets {
	color: green;	
	font-weight: bold;
}

#content h2 {
	margin-top: 0px;
	margin-left: 20px;
}

#content div.portrait {
	float: left;
	margin-left: 70px;
	width: 160px;
	height: 50px; 

	color: blue;		
	text-align: center;
}

#content div.picture_box {
	width: 600px;
}

#content img.portrait {
	width: 150px;
	height: 200px;
	margin-top: 5px;
	border: 1px solid gray;
}

#content p {
	text-indent: 25px;	
}

#content div.quote {
	font-size: 140%;
	font-weight: bold;
	font-family: times, serif;
	color: #00d;
	margin-left: 100px;
}

#content a:link {
	color: blue;	
}

#content a:visited {
	color: blue;
}

#content div.slogans {
	font-size: 125%;
	text-align: center;
}

div.spa_box {
	padding: 5px;
	margin-bottom: 1em;
	margin-right: 10px;
}

#spa_box img {
	width: 160px;
	float: left;
	margin-right: 25px;
	display: inline;
	border: none;
}

#spa_box h4 {
	color: green;	
	margin: 4px;
	padding: 0px;
	font-size: 120%;
}

#spa_box h4.special {
	color: #0000ef;	
	margin: 4px;
	padding: 0px;
	font-size: 120%;
}

#spa_box table {
	margin: 0px 0px .5em 0px;
	font-size: 11pt;
}

#spa_box tr {
	padding: 0px;
}

#spa_box td {
	padding: 0px;
	margin: 0px;
	width: 150px;
}

#spa_box td.left {
}

#spa_box td.right {
	text-align: center;
}

#spa_box div.included {
	margin-top: 5px;
	font-size: 85%;
	color: #333;
}

#spa_box span {
	color: green;
	font-weight: bold;
}

div.footer {
	height: 36px;
	width: 685px;

	text-align: center;
	background-color: #ccc;
	background-image: url("gfx/footer_bg.jpg");
	margin: auto;
}

#footer div.copyright {
	color: blue;
	font-size: small;
	position: relative;
	top: -5px;
}	

div.clear {
	clear: both;
}

div.phone_box {
	width: 11em;

	text-align: left;
	background-color: white;

	margin: 10px auto;
	padding: .25em;
}

div.img_box {
	background-color: white;
	padding: 10px;
	border: 1px solid #66f;
	position: relative;
	width: 375px;
	margin: auto;
}

div.img_box_wide {
	background-color: white;
	padding: 10px;
	border: 1px solid #66f;
	position: relative;
	width: 475px;
	margin: auto;
}

img {
	padding: 5px 0px;
}

ul.features {
	font-size: 90%;
	list-style-position: inside;
}

img.index, div.index {
	border: none;
	margin: auto;
	width: 223px;
}

div.build {
	width: 375px;
	border-bottom: 1px dashed blue;
	padding-bottom: 1em;
	margin: 0px auto 20px auto;
}
