html,body {	height: 100%; }
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #333;
}

.main {
	width: 900px;
	position: relative;
}

table {
	border: 0px;
}
img {
	border: 0px;
}


/* Normal text */
.welcomeo, .nav1o, .nav2o, .contento, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	background-color: #fff;
}

p {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

.navi a {
	text-decoration: none;
	color: #333;
}
.contenti a {
	text-decoration: none;
	color: #3399ff;
}
a:hover {
	text-decoration: underline;
	color: #3399ff;
}

.navi a {
	display: block;
}

h1 {
	padding: 0px 0px 11px 0px;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	padding: 0px 0px 11px 0px;
}

h3 {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

h5 {
	padding: 11px 0px 0px 0px;
}

.highlight {
	color: #3399ff;
}
.lowlight {
	color: #333;
}

.container {
	width: 900px;
	height: 600px;
	position: relative;
}
.welcomeo {
	position: absolute;
	left: 145px;
	top: 125px;
	width: 125px;
	color: #333;
	background-color: white;
}
.welcomei {
	padding: 10px 6px 10px 6px;
}

.logo {
	position: absolute;
	top: 326px;
	left: 0px;
}

/* Nav - level 1 */
.nav1o {
	position: absolute;
	left: 145px;
	top: 125px;
	width: 125px;

	height: 400px;
}

.navi {
	padding: 10px 6px 10px 6px;
}


/* Nav - level 2 */

.nav2o {
	position: absolute;
	left: 280px;
	top: 125px;
	width: 125px;

	height: 400px;
}

/* Content */

.contento {
	position: absolute;
	left: 415px;
	top: 125px;
	width: 330px;

	height: 400px;
}

.contenti {
	padding: 10px 10px 10px 10px;
}

.nav1o, .nav2o, .contento, .welcomeo {
	filter: alpha(opacity=0.85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
	-moz-opacity: 0.8;
	opacity:0.8;
	background-color: #fff;
}
