body {
	color: #333;
	font: 14px/19px Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 774px;
}

/* -- colors -- */
body.pepper, body.pepper #thedeck .pic img:hover {background: #600;}
body.plum, body.plum #thedeck .pic img:hover {background: #606;}
body.blau, body.blau #thedeck .pic img:hover {background: #036;}
body.chloro, body.chloro #thedeck .pic img:hover {background: #060;}
body.mud, body.mud #thedeck .pic img:hover {background: #754C23;}
body.steel, body.steel #thedeck .pic img:hover {background: #395966;}

body.pepper h1, body.pepper h2, body.pepper h3, body.pepper #thedeck a, body.pepper #thedeck a:visited {color: #600;}
body.plum h1, body.plum h2, body.plum h3, body.plum #thedeck a, body.plum #thedeck a:visited {color: #606;}
body.blau h1, body.blau h2, body.blau h3, body.blau #thedeck a, body.blau #thedeck a:visited {color: #036;}
body.chloro h1, body.chloro h2, body.chloro h3, body.chloro #thedeck a, body.chloro #thedeck a:visited {color: #060;}
body.mud h1, body.mud h2, body.mud h3, body.mud #thedeck a, body.mud #thedeck a:visited {color: #754C23;}
body.steel h1, body.steel h2, body.steel h3, body.steel #thedeck a, body.steel #thedeck a:visited {color: #395966;}

body.pepper #thedeck a:hover {color: #c00;}
body.plum #thedeck a:hover {color: #c0c;}
body.blau #thedeck a:hover {color: #06c;}
body.chloro #thedeck a:hover {color: #0c0;}
body.mud #thedeck a:hover {color: #de9041;}
body.steel #thedeck a:hover {color: #7ab9d3;}

/* -- structure -- */
#omni {
	margin: 0 auto 20px auto;
	width: 774px;
	background: #fff url(images/bg.gif) top center repeat-y;
}

#themast {
	height: 217px;
	margin: 0;
	padding: 0;
	width: 774px;
	background: #fff url(images/header.jpg) top center;
}

#themast h2 {
	font-size: 0px;
	display: none;
}

#thedeck {
	width: 600px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	text-align: left;
	background: #fff /* url(images/bomb.jpg) bottom right no-repeat */;
}

#thehold {
	width: 774px;
	clear: both;
	background: #fff url(images/bg.gif) top center repeat-y;
	color: #666;
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	border-bottom: 3px solid #000;
	padding: 8px 0;
	text-align: center;
	margin: 0;
}

#thehold ul, #thehold li {
	list-style: none;
	display: inline;
	margin: 0 15px;
	padding: 0;
}

#thehold p {
	margin: 0;
	padding: 0;
}

body.plum #thedeck ul {list-style: none;}

/*-- menu --*/
ul#nav {
	text-align: right;
	background: #d7d7d7 url(images/navtop.jpg) top center no-repeat;
	list-style: none;
	padding: 30px 0 0 0;
	margin: 0 0 0 8px;
	width: 126px;
	float: left;
}

ul#nav li {padding: 5px 20px 0 0;}

ul#nav li#navbottom {
	background: #d7d7d7 url(images/navbottom.jpg) bottom center no-repeat;
	padding: 5px 20px 120px 0;
}

ul#nav li a {
	color: #333;
	text-decoration: none;
}

ul#nav li a:hover {
	text-decoration: underline;
	color: #666;
}

/* -- gallery -- */
div.pic img {
	border: 1px solid #ccc;
	height: 75px;
	width: 75px;
	padding: 5px;
	margin: 1px;
}
div.pic {
	margin-left:10px;
}
div.pic h3{
	text-align:left;
}

/* -- fonts -- */
h1 {font: 20px Verdana, arial, sans-serif;}
h2 {font: 16px arial, sans-serif; font-weight: bold; clear: both; margin-bottom: 0; padding-bottom: 0;}
h3 {font: 14px arial, sans-serif; font-weight: bold; clear: both; margin-bottom: 0; padding-bottom: 0;}
#thedeck a {font-weight: bold;}
#thedeck a:hover {font-weight: bold; text-decoration: none;}
.center {text-align: center;}
#thedeck p {margin-top: 0; padding-top: 0;}

/* -- other -- */
.plum img {border: 0;}