
.body {
	position: absolute;
	width: 900px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	text-align: center;
	color: #000000;
	border:none;

}
p	{
	marker-offset: 0px;
}

.main {
	font-size: smaller;
}

.main #container {
	width: 800px;
	background: #F0B060;
	margin: 0 auto;
	vertical-align:text-top;
	text-align: left;
}

.main #header {
	background: #F05000; 
	
	font-size: 48px;
	font-weight: bold;
}

.main #navbar {
	background: #0000FF;

	text-align: center;
	font-weight: bold;
	font-size: 14px;

}

.main #navbar a {
	color: #E06030;
	text-decoration: none;
}

.main #sidebar1 {
	background: #F05000;
}


.main #mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align:text-top;
	padding: 10px;
	padding-top: 20px;
}

.main #footer {

	background: #F05000;

}

.main #footer p {
	margin: 0;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;

}

.currentlink {
	color: #FFF;
}

.nolinkvisible {
	color: #000;
	text-decoration: none;
}

.categorytitle {
	font-size: 17px;
	font-weight: bold;
}


.entrytitle {
	font-size: 18px;
	font-weight: bold;
}

.entrytitleunderline {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.maintitle {
	font-size: 22px;
	font-weight: bold;
}

div#navbar2 {
 height: 30px;
 width: 900px;
 background-color: #0000ff;
float: left;
display: inline; 
}
div#navbar2 ul {
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 color: #FFF;
 line-height: 30px;
 white-space: nowrap;
}
div#navbar2 li {
 list-style-type: none;
 display: inline;
}
div#navbar2 li a {
 text-decoration: none;
 padding: 7px 10px;
 color: #FFF;
}
div#navbar2 li a:link {
 color: #FFF:
}
div#navbar2 li a:visited {
 color: #CCC;
}
div#navbar2 li a:hover {

 color: #FFF;
 background-color: #3366FF;
}
#sidebar2	{
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#midbar	{
	padding:none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #0000aa;
	text-decoration: none;
}


	