* { 
	padding:0px;
	margin: 0px;
}

body { 
	background: #999999;
}

.bar { 
	background-color: #c0c0c0;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#topbar {
	text-align: center;
	top: 0px;
	left: 160px;
	right: 0;
	height: 116px;
}

#submenubar {
	top: 116px;
	left: 0px;
	bottom: 0;
	width: 160px;
	height: 100%;
}

#title {
	background-image: url(../images/title_2.gif);
	position: absolute;
	width: 600px;
	height: 75px;
	margin: 0;
	left: 107px;
	top: 6px;
}

#title span {
	display: none;
}

.menu {
	list-style-type: none;
}
.menu ul {
	list-style-type: none;
	padding-top: 0;
	padding-bottom: 0;
}

.menu a {
	text-decoration: none;
	color: #333333;
}

.menu a:hover {
	font-weight: bold;
}

.menu a:active {
	color: white;
	font-weight: bold;
}

.menu a#current {
	color: white;
	font-weight: bold;
}

.menu#headmenu {
	position: absolute;
	text-transform: uppercase;
	width: 700px;
	padding: 0;
	top: 80px;
	left: 6em;
}

.menu#headmenu li {
	float: left;
	border-left: 1px solid black;
	padding-left: 1em;
}

.menu#submenu {
	margin-top: 14px;
}

#content {
	position: absolute;
	top: 130px;
	left: 15em;
	width: 41em;
	text-align: left;
}

#content a {
	text-decoration: underline;
	color: #333333;
}

div#content form#contact table {
	width:420px;
	border: 0;
	border-spacing:2px;
}

div#content form#contact td {
	vertical-align: top;
}

.note {
	font-size: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	color:#33FF00;
}

div#content div#mainimage {
	float: left;
	margin-right: 0px;
	margin-bottom: 8px;
}

.image-right {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}


.image-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.clearthis {
	clear:both;
}

.gallery {
	width: 670px;
	margin-left: -10px;
}

.gallery .item {
	margin: 10px;
	float: left;
}

.gallery .item p {
	padding: 0;
	margin: 0;
	margin-top: 0;
	size: 0.5em;
	text-align:center;
}

.gallery .bottom {
	clear: both;
	text-align: right;
}

.gallery .browselink {
	display: block;
	width: 29px;
	height: 21px;
	float: right;
	margin-right: 10px;
}

.gallery .browselink span {
	display: none;	
}

.gallery .previous {
	background-image: url("../images/arrow_left.gif");
}

.gallery .next {
	background-image: url("../images/arrow_right.gif");
}

/* Color, font and sizes */

p, li, dd, dt, td  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, li  {
	font-size: 0.9em;
}
	
p, td, dt, dd  {
	font-size: 0.8em;
}

li, dd  {
	margin-left: 1.5em;
}

p, dl, ul, ol  {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

td  {
	padding: 0.1em;
}

dt, dd, li  {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

h1 {
	font-size: 1.2em;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
}

h2 {
	font-size: 1.1em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
}

h3 {
	font-size: 1.0em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
}

h4 {
	font-size: 0.9em;
	padding-top: 0.3em;
	padding-bottom: 0.1em;
	}
	
h5 {
	font-size: 0.8em;
	padding-top: 0.3em;
	padding-bottom: 0em;
}

h6 {
	font-size: 0.7em;
	padding-top: 0.3em;
	padding-bottom: 0em;
}

#center {
	text-align:center;
}
