body{
	background-color: #2f2f2f;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:10;
	padding-top:34px;
}
	
/* mainbody */
#mainbody{
width:941px;
margin: 0 auto;
height:600px;
background-position:center;
}

/* Header */
#structure{
width:941px;
margin: 0 auto;
margin-top: 40px;
height:41px;
float:left;
}

#logo{
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
height:41px;
float:left;
width:301px;
margin-left:12px;
margin-right:147px;
}

#rightmenu{
height:41px;
float:right;
width:480px;
}

/* Banner */
#rotatebanner{
height:272px;
float:left;
width:941px;
position:absolute;
left: 100px;
top: 100px;
margin-bottom:26px;
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
}
/* footer */
#footerbanner{
height:108px;
float:left;
width:502px;
/*background-image:url(images/footerbanner.jpg);
background-repeat:no-repeat;*/
margin-right:255px;
}
#footerbutton{
height:108px;
float:left;
width:184px;
}
#footerbutton_inner{
height:25px;
float:left;
width:184px;
}
.buttonlink{
font-family:Arial;
font-size:12px;
font-weight:normal;
color:#CCCCCC;
text-decoration:underline;
}
.buttonlink:hover{
font-family:Arial;
font-size:12px;
font-weight:normal;
color:#999999;
text-decoration:underline;
}
table { border-width: 17px; 
border-style: outset; } 
td { border-width: medium; 
border-style: outset; }


		html, body 		{ margin: 0; padding: 0;   }
		body 			{ color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; text-align:left; }
		h2				{ color: #333; }
		a				{ color: #337810; }
		p				{ margin: 5px 0 5px; }
		#container		{ width: 670px; margin-left:auto;margin-right:auto; margin-top: 90px; background: #fff; border-color: #585858; 
border-style: outset;}
		
			{ color: #666; font-size: 11px; font-weight: normal; padding: 0 0px; text-align:left; }

 
		
		/* Content Style */
		#navigation		{ border-bottom: 0px solid #ccc; margin-right: 10px; margin-top: 0px; }


A:link {color: #000000; text-decoration: underline}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {font-size:20; font-weight:bold; color: red;}

		#navigation ul	{ padding: 0 12px 9px; }
		#extra			{ margin: 0 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-bottom: 1px solid #ccc; margin-bottom: 18px; margin-left: 18px; margin-top: 10px; }
		#content p, #extra p { padding-right: 5px; padding-top: 5px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: right; width: 125px; }
		#content		{ float: left; width: 500px; }
		#extra			{ clear: both; }		/* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 18px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 2px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }


#rightmenu{
height:41px;
float:right;
width:450px;

}

.dropdownmenu,
.dropdownmenu li,
.dropdownmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.dropdownmenu{
	float: right;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.dropdownmenu li{
	float:left;
	line-height: 1.3em;
	vertical-align: left;
	padding: 7px 0;
	padding-right:10px;
	background-color: transparent;
	color: #cccccc;
	line-height: normal;
}

.dropdownmenu li:hover{
	position: relative;
	z-index: 599;
	cursor: default;
}

.dropdownmenu a:link,
.dropdownmenu a:visited { color: #ccc; text-decoration: none; }
.dropdownmenu a:hover { color: #999999; text-decoration: none; }
.dropdownmenu a:active { color: #ccc; }

.dropdownmenu ul{
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;

	background-color: #333;
	color: #ccc;
	font-size: 10px;
	text-transform: none;
}

.dropdownmenu ul li {
	float: none;
	line-height:norma;
	background-color: black;
	color: #000;
	text-align:left;
	padding-left:10px;
	font-size:1.3em;
}

.dropdownmenu ul ul{
	top: 0px;
	left: 99%;
}

.dropdownmenu li:hover > ul {
	visibility: visible;
}

.dropdownmenu ul li.hover,
.dropdownmenu ul li:hover {
	background-color: #999999;
}

.dropdownmenu ul a:link,
.dropdownmenu ul a:visited { color: #ccc; }
.dropdownmenu ul a:hover { color: #ccc; text-decoration: none; }
.dropdownmenu ul a:active { color: #ccc; }

.dropdownmenu *.dir {
	padding-right: 0px;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}	