body {
	background-color: #FFF;
	overflow: hidden;
	background-image: url(../images/baahe_bg.gif);
	background-repeat: repeat;
}

#mainContainer {
	position: absolute;
	height: 100%;
	width: 800px;
	left: 0px;
	top: 0px;
	background-color: #FFF;
}

#logo {
	position: absolute;
	height: 50px;
	width: 120px;
	left: 50px;
	top: 90px;
}

#fullname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #BEBEBE;
	position: absolute;
	height: auto;
	width: 375px;
	left: 50px;
	top: 140px;
	text-align: left;
	z-index: 1;
}

#navContainer {
	color: #999;
	position: absolute;
	height: auto;
	width: 500px;
	left: 50px;
	top: 25px;
}

.navContainer_column1 {
	width: 80px;
}

.navContainer_column2 {
	width: 110px;
}

.navContainer_column3 {
	width: 120px;
}

.navContainer_column4 {
	width: 100px;
}

.navContainer_column5 {
	width: 90px;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.nav a:link {
	color: #000;
	text-decoration: none;
}

.nav a:visited {
	color: #000;
	text-decoration: none;
}

.nav a:hover {
	color: #3CF;
}

.nav a:active {
	color: #3CF;
}

#subnav_BELL {
	position: absolute;
	width: 140px;
	height: auto;
	left: 460px;
	top: 50px;
	margin-top: 5px;
	margin-bottom: 10px;
	visibility: hidden;
}

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.subnav a:link {
	color: #3CF;
	text-decoration: none;
}

.subnav a:visited {
	color: #3CF;
	text-decoration: none;
}

.subnav a:hover {
	color: #F60;
}

.subnav a:active {
	color: #F60;
}

#Content {
	position: absolute;
	height: 415px;
	width: 750px;
	left: 50px;
	top: 160px;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #CCC;
	position: absolute;
	height: auto;
	width: 175px;
	left: 600px;
	bottom: 5px;
	text-align: right;
}
