* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #222;
	font-family: verdana, arial, helvetica, sans-serif;

}

img {
	border: 0;
}

td img {
	display: block;
}

p {
	font-size: small;
	padding: 0 6px 0 6px;
}

a {
	color: #5e5e5e;
}

p.grey { color: #5e5e5e; }
p.red { color: #ee0000; }

b.red { color: #ee0000; }

p.subpage_menu {
	color: #5e5e5e;
}

p.subpage_menu a {
	font-weight: bold;
	text-decoration: none;
	color: #5e5e5e;
}

p.subpage_menu a:hover {
	color: #eee;
}

p.form {
	font-family: "arial condensed" arial, "helvetica condensed", helvetica, sans-serif;
	margin-left: 10px;
}

hr {
	border: none 0;
	border-top: 1px dashed #fff;
	height: 1px;
	clear: both;
	padding: 5px 0 5px 0;
}

hr.invisible {
	border: none 0;
	border-top: 0px;
	height: 0px;
	display: none;
}

ul {
	list-style: disc outside;
	padding-left: 20px;
}

li {
	font-size: small;
	padding: 5px;

}

/*
li:hover {
	background-color: #eee;
}*/

h1 {
	font-family: sans-serif;
	font-size: xx-large;
	font-weight: normal;
	color: #6a604f;
	padding-left: 15px;
	margin-bottom: 10px;
}

h3 {
	color: #6a604f;
	padding-left: 5px;
	margin-bottom: 10px;
}

div.space-line {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
}

div.image_right {
	float: right;
	margin: 0 5px 0 5px;
	padding: 5px;
}

div.section {
	padding: 10px 15px 0 15px;
	clear: both;
}

div.subsection {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
}

div.subsection#right {
	width: 350px;
	float: right;
}

div.subsection#left {
	width: 350px;
	float: left;
}

div.faq_question {
	padding-top: 10px;
	padding-left: 10px;
}

div.faq_question h3 {
	background-color: #d1bc9a;
}

div.tourBox {
	padding: 5px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #d1bc9a;
}

div.tourImage {
	float: left;
	width: 55%;
}
div.tourDescription {
	float: right;
	width: 45%;
}

div.center {
	text-align: center;
}

div#footer {
	padding: 10px;
	margin: 4px 0;
	text-align: center;
	background: #353535;
	color: #fff;
}

div#header {
}

div#headerTable {
	border-spacing: 0;
	border-collapse: separate;
	width: 751px;
	
/*
	clear: left;*/
}

div#containerMain {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
}

div#content {
	width: 563px;
	background-color: #e8dbc5;
	margin-left: 187px;
	padding: 5px 0 5px 0;
}

div#content_wide {
	width: 751px;
	background-color: #e8dbc5;
	padding: 5px 0 5px 0;
}

div#side {
	width: 187px;
	background-color: #d1bc9a;
	float: left;
	display: inline;
	padding: 5px 0 5px 0;
}

div#side a {
	font-size: small;
	font-weight: bold;
	color: #695f4e;
	text-decoration: none;
	text-align: right;
	display: block;
	clear: both;
	padding: 5px 10px 5px 0;
}

div#side a:hover {
	background: url('images/menu_active.gif') no-repeat;
}

div#skyscraper {
	margin-top: 0px;
	float: right;
}

div#container {
	float: left;
}

div#webtools {
	display: none;
	background-color: #ccc;
	text-align: center;
	padding: 10px;
}

div#userInfo {
	padding-top: 10px;
	padding-left: 20px;
}
