/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

html,body {
	height: auto;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 749px;
	height: 95%;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#banner {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#tabs {
	position:absolute;
	top: 58px;
	left: 425px;
	z-index: 1;
}

img.tabimages {
	margin: 0px;
	padding: 0px;
}

#right {
	position: absolute;
	width: 205px;
	height: 100%;
	top: 0px;
	left: 544px;
	background-image: url(images/menubkg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	z-index: 0;
}

#left {
	position: relative;
	top: 8px;
	left: 8px;
	width: 260px;
}

#center {
	position: relative;
	top: -275px;
	left: 273px;
	width: 337px;
	margin-bottom: 8px;
}

#main {
	z-index: 2;
}

#pictureframe {
	border: solid 3px gray;
	z-index: 2;
	margin-bottom: 8px;
}

a.menu {
	color: #E1E3B8;
	margin-left: 95px;
}

a.menu:visited {
	color: #E1E3B8;
	margin-left: 95px;
}

a.menu:hover {
	color: red;
	margin-left: 95px;
}

table.main {
	z-index: 2;
	margin-left: 8px;
	margin-top: 8px;
}

table.bod {
	margin-left: auto;
	margin-right: auto;
}
td.bod {
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid black;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

h2.center {
	text-align: center;
}

div.clearer {clear: both; line-height: 1px; height: 0px;}