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

img
{
	border:0;
}

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:#151515;
	height:250px;
	background-image:url(banner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	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
{
        width:100%;
        color: #ffff00;
        position:relative;
        left: 0px;
        top:-90px;
        right:0px;
        margin-top:0px;
        margin-bottom:0px;
        padding-top:10px;
        padding-bottom:10px;
/*        min-height:30px;
          background: #132019 url(menubg.jpg) repeat-x left top; */
        min-height:0px;
        line-height:1.8;
}
#rmenu
{
        width:100%;
        color: #ffff00;
        position:relative;
        left: 0px;
        top:-100px;
        right:0px;
        margin-top:0px;
        margin-bottom:0px;
        padding-top:10px;
        padding-bottom:10px;
/*        min-height:30px;
        background: #132019 url(rmenubg.jpg) repeat-x left bottom;*/
        min-height:0px;
        line-height:1.8;
	border-top: 1px solid #002000;
}

#menubar a
{
/*	border:none; */
	text-decoration: none;
}
#rmenu a
{
	text-decoration: none;
}
#menubar a
{
	color: #fff;
}
#rmenu a
{
	color: #fff;
}
#menubar a:hover, #menubar a:active
{
	color: #ffff00;
	line-height:1.8;
}
#rmenu a:hover, #rmenu a:active
{
	color: #ffff00;
	line-height:1.8;
}
#menubar ul
{
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px;
        padding-right:10px;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        list-style: none;
        text-align:center;
        font-style: normal;

}
#rmenu ul
{
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px;
        padding-right:10px;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        list-style: none;
        text-align:center;
        font-style: normal;

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

#Banner {
  background: #67b11c;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

