* {
	font-family: "Trebuchet MS","Lucida Sans unicode",Arial,Helvetica,sans-serif,courier;
	color: #434343;
}

html, body {
	height: 100%; 
	padding: 0; 
	margin: 0;
}

body {
	background: url(../gfx/back.jpg) center top;
	font-size: 12px;
}

#divContainer {
	position: relative; 
	height: 100%; 
	width: 980px; 
	margin: 0 auto;
}

#divPage {
	position: absolute; 
	top: 157px; /* header height */
	bottom: 50px; /* footer height */
	padding-left: 160px; /* menu width */
	width: 835px;
	left: 0;
	background: transparent url(../gfx/page.png) no-repeat;
	overflow: hidden;
	overflow: auto;
}

#divMenu {
	position: absolute;
	width: 100%;
	top: -40px;
	opacity: .8;
}

#divSubMenu {
	position: absolute;
	top: 157px;
	width: 160px;
	background: white;
}
#divSubMenu ul {
	margin: 0;
	padding: 0px 20px;
}
#divSubMenu li {
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
}
#divSubMenu li.active {
	font-weight: bold;
	font-size: 18px;
}
#divSubMenu li:hover {
	font-weight: bold;
	font-size: 18px;
}
#divSubMenu a {
	text-decoration: none;
}

#divContent {
	width: 550px;
}

#divTwitter {
	position: absolute;
	left: 730px;
	top: 166px;
	width: 245px;
	height: 470px;
	overflow: hidden;
}
#twitter_update_list {
	margin: 10px;
	padding: 0px;
}
#twitter_update_list li {
	list-style: none;
	border-bottom: 1px solid #434343;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#twitter_update_list a {
	text-decoration: none;
	color: red;
}

#divHeader, #divFooter {
	position: absolute; 
	left: 0; 
	right: 0;
} 
#divHeader {
	top: 0;
	height: 157px;
	background: transparent url(../gfx/header.png) center 20px no-repeat;
}

#divHeaderPage {
	position: absolute;
	left: 159px;
	top: 37px;
	font-size: 28px;
}

#divHeaderSub {
	position: absolute;
	left: 191px;
	top: 69px;
	font-size: 38px;
	font-weight: bold;
}


#divFooter {
	bottom: 0;
	height: 50px;
	background: #434343;
	text-align: center;
	background: transparent url(../gfx/footer.jpg) center bottom no-repeat;
}
#divDisclaimer {
	color: white;
	margin-top: 30px;
}


