body, html {
	width: 100%;
	height: 100%;
}
body {
	background: #000000 url(../images/bg.jpg) top left repeat-x;
	margin: 0px;
}
table.mainTable {
	width:100%;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
}
table.mainTable td.contact {
	background: transparent url(../images/tab.gif) top left no-repeat;
	width: 100%;
	vertical-align: top;
	text-align: right;
	padding: 11 14 0 0;
}
table.mainTable td.homepage {
	background: transparent url(../images/photo_home.jpg) top right no-repeat;
	padding: 25 210 25 25;
	vertical-align: top;
}
table.mainTable td.about {
	vertical-align: top;
	background: transparent url(../images/photo_about.jpg) top right no-repeat;
	padding: 25 210 25 25;
	vertical-align: top;
}
table.mainTable td.content {
	vertical-align: top;
	padding: 25 25 25 25;
	vertical-align: top;
}
table.mainTable td.gallery {
	background-color: #000000;
	border-bottom: 2px solid #ffffff;
}
table.outputTable th {
	text-align: left;
	color: #ffffff;
	border-bottom: 1px solid #b43725;
}
table.outputTable td {
	padding: 7px;
	font-size: 11px;
}
table.copyright {
	margin-top: 5px;
	font-family: verdana;
	font-size: 11px;
	color: #929496;
	text-align: center;
}

table.videoTable td {
	text-align: center;
}
p {
	margin: 10 0 10 0;
	color: #ffffff;
}
p.heading {
	margin: 7 25 2 0;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #b43725;
}
p.subheading {
	margin: 7 25 2 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #929496;
	color: #ffffff;
}
p.popout {
	font-size: 13px;
	font-weight: bold;
	margin: 7 25 2 10;
}
ul {
	list-style-type: square;
	margin-top: 0px;
}
li {
	padding: 3 0 3 0;
	margin-left: 0px;
}
a.hiw:active,a.hiw:link,a.hiw:visited,a.hiw:hover {
	text-decoration: none;
	color: #929496;
}
a:active,a:link,a:visited {
	text-decoration: none;
	color: #929496;
}
a:hover {
	color: #b43725;
}
.stretch {
	width: 100%;
	height: 100%;
}
