html{
	height: 100%;
}
	
body{
	background-color: #ffffff;
	color: #444;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial;
	font-size: 75%;
	line-height: 18px;
}


#centerContainer { 
	position: relative;
	margin: 0 auto;
	width: 865px;
}

#menu{
	width: 865px;
	text-align:center;
	margin: 0px;
	padding: 8px 0px 4px 0px;
	border-bottom:1px solid #000000;
}

#leftSidebar{
	position: absolute;
	top: 128px;
	width: 145px;
}

.sidebarTitle{
	width: 145px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding: 6px 0px 6px 0px;
}

.categoryTitle{
	width: 330px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding: 6px 0px 6px 0px;
}

.entrySidebarTitle{
	width: 260px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding: 6px 0px 6px 0px;
}

#mainContent{
	position: absolute;
	top: 128px;
	left: 175px;
	width: 690px;
}

#leftSidebarEntry{
	position: absolute;
	top: 128px;
	width: 260px;
}

#mainContentEntry{
	position: absolute;
	top: 128px;
	left: 290px;
	width: 575px;
}

.title{
	font-size:150%;
	padding-bottom: 2px;
}

.tiny{
	font-size:90%;
}

a{
	color: #2eaccb;
	text-decoration: none;
}

a:hover{
	color: #174e5c;
	text-decoration: none;
}


input{

	font-family: Arial;
	font-size: 100%;
}

select{

	font-family: Arial;
	font-size: 100%;
}
