body
{
	width:100%;
	margin: 0;
/*	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif; */
	font-family: Georgia, Times, "Times New Roman", serif;
	background: #fff; 
/*	color:#fff; */
	min-width:900px;
	position:absolute;
}

a
{
/*	color: #444488; */
/*	text-decoration: none; */
/*	font-style: oblique; */
/*	border-bottom: 1px dashed #333c3d; */
/*	padding: 2px 0px; */
}

a:hover
{
	color: #ff0000;
/*	color: #74ffc3; */
/*	border-bottom: 1px solid #86af9d; */
}

#top
{
	text-align:left;
	width:100%;
	color:#fff;
	background:#fff;
	height:300px;
	background-image:url(logo02.gif);
	background-repeat:no-repeat;
	background-position:center 50px;
	text-shadow: 0 3px 5px #000;
	position:relative;
}

#logo
{
	width=200px;
	position:absolute;
	top:20px;
	right:20px;
}

#title
{
 	width:500px;
	position:absolute;
	top:50px;
	left:20px;
	text-shadow: 0 3px 5px #000;
	font: italic bold 3em Georgia, Times, "Times New Roman", serif;
	color:#fff; 
}

#title h1
{
	font-size: 29px;	
}

#menubar
{
/*	padding: 0px 100px; */
	width:100%;
	color: #ffff00;
 	position:absolute;
	padding-top:10px;
	padding-left:20px;
	left: 0px;
	top:170px;
	right:0px;
/*	background: #132019 url(menubg.jpg) repeat-x left top;*/
	line-height:1.8;
}

#menubar a
{
/*	border:none; */
	text-decoration: none;
}

#menubar a
{
	color: #000;
}
#menubar a:hover, #menubar a:active
{
	color: #0000ff;
	line-height:1.8;
}

#menubar ul
{
	margin-left: 0px;
	margin-right: 50px;
	list-style: none;
/*	padding:0px 10px; */
	text-align:center;

}
#menubar li
{
	display: inline;
	padding: 1px 5px;
/*	border: 3px solid #55aa88; */
/*	border-left: 0px; */
	margin: 0px 2px;
/*	background: #55aa88; */
	background: #fff;
	text-align: justify;
}
#menubar li a:hover
{
	border: 1px solid #ff0000; 
	color: #ff0000
	background: #fff; 
}
#main
{
/*	font-size: 88%; */
	margin-top:30px;
 	min-height:400px;
	padding: 10px 10px;
	text-align:left;
	position:relative;
}
