body {
	background: #ffffff;
	color: #000000;
	margin: 0px;
}

table#container {
	width: 100%;
	height: 100%;
	margin: 0px;
}

td#header {
	height: 115px;
	width: 100%;
	background: #3e3e3e;
}
td#header div {
	height: 100px;
	border-right: 1px solid #000;
}

div#header_left {
	float: left;
	background: url('../images/header_left.jpg') no-repeat;
	width: 315px;
}

div#header_audio, div#header_contact, div#header_employ, div#header_equip, div#header_event, 
div#header_home, div#header_photo, div#header_price, div#header_ref {
	width: 485px;
	margin-left: 315px;
}
div#header_audio { background: url('../images/header_audio.jpg') no-repeat; }
div#header_contact { background: url('../images/header_contact.jpg') no-repeat; }
div#header_employ { background: url('../images/header_employ.jpg') no-repeat; }
div#header_equip { background: url('../images/header_equip.jpg') no-repeat; }
div#header_event { background: url('../images/header_event.jpg') no-repeat; }
div#header_home { background: url('../images/header_home.jpg') no-repeat; }
div#header_photo { background: url('../images/header_photo.jpg') no-repeat; }
div#header_price { background: url('../images/header_price.jpg') no-repeat; }
div#header_ref { background: url('../images/header_ref.jpg') no-repeat; }

div.stretchbar, img.stretchbar {
	clear: both;
	width: 100%;
	height: 15px !important;
	border: 0px !important;
}

div#nav_left {
	float: left;
	width: 195px;
	height: 100%;
	background: url('../images/background.jpg') repeat-y;
}

div#nav_left a {
	display: block;
	margin-bottom: 3px;
}

div#nav_right {
	float: right;
	width: 150px;
	height: 100%;
	background: #000000;
	text-align: center;
	padding-top: 20px;
}
div#nav_right a {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

div#content {
	padding-bottom: 47px;
}


div#content, div#content div {
	font-size: 12pt;
}

div#footer {
	background: url('../images/background-bottom.gif');
	width: 100%;
	height: 32px;
	text-align: center;
	padding-top: 10px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { color: #0033ff; }
a:visited { color: #0033ff; }
a:active { color: #666666; }
p { text-align: left; }

h1 {
	font-family: Times;
	text-decoration: underline;
}

h2 {
	font-family: Times;
	text-decoration: underline;

}