﻿body {
	font-family: verdana, sans-serif, serif;
	color:#FFF;
	font-size: 11pt;
	background-image: url(bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
img {
	border: 0px;
}
.name {
	position: relative;
	top: 10px;
}
a {
	color: #cccccc;
	text-decoration: underline;
}
a:hover {
	color: #fafafa;
}
.main {
	position: relative;
	top: 10px;
	width: 980px;
	height: 684px;
	background: #3c3c3c;
	border: 1px solid #000000;
}
.tab1 {
	position: absolute;
	top:20px;
	left: 5px;
	width: 970px;
	height: 660px;
	background: #000000;
}
.tab2 {
	position: absolute;
	top:20px;
	left: 5px;
	width: 970px;
	height: 660px;
	background: #000000;
	visibility: hidden;
}
.tab3 {
	position: absolute;
	top:20px;
	left: 5px;
	width: 970px;
	height: 660px;
	background: #000000;
	visibility: hidden;
}
.tab4 {
	position: absolute;
	top:20px;
	left: 5px;
	width: 970px;
	height: 660px;
	background: #000000;
	visibility: hidden;
}
.image {
	position: absolute;
	top: 5px;
	left: 105px;
	width: 860px;
}
.contact {
	position: absolute;
	top:15px;
	left: 15px;
	width: 940px;
	height: 630px;
	background: #000000;
}
.scroll {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 95px;
	height: 650px;
	overflow: auto;
	white-space: nowrap;
}
.cursor {
	cursor: pointer;
}
.bold {
	font-weight: bold;
}
.tabArea {
	position: absolute;
	top: 2px;
	left: 5px;
	font-size: 11pt;
	font-weight: bold;
}
a.tab {
	background-color: #3c3c3c;
	color: #ffffff;
	border-bottom-width: 0px;
	padding: 2px 1em 2px 1em;
	text-decoration: none;
}
a.tab:hover {
	background-color: #000000;
	color: #ffffff;
}

