body {
	margin:0;
	padding:0;
	text-align: center;
	background-color: #000000;
	background-image: url(img/background.jpg);
	background-repeat: repeat;
}
#header {
 	background: url(img/headertop.jpg) no-repeat left top;
	padding: 0px 0px 0px 5px;
	width: 900px;
	height: 33px;
	margin: 0 0 0 3px;
}
#header2 {
	background: url(img/header/he1.jpg) no-repeat left top;
	width: 900px;
	height: 267px;
	margin: 0 0 0 3px;
}
#menu {
	background: url(img/bgmenu.jpg) no-repeat left top;
	width: 900px;
	height: 32px;
	padding: 0 0 0 0;
	font-family: "Tw Cen MT";
	font-size: 20px;
	color: #FF0000;
	margin: 0 0 0 3px;
}
#content {
	float:left;
	padding: 0px 0px 0px 15px;
	color: #FFFFFF;
	font-family: Arial, Bookman, "Times New Roman";
	font-size: 12px;
	line-height: 150%;
	width: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;	
}
#navright {
	float: right;
	padding: 0px 5px 0px 5px;
	margin: 0px 3px 0px 0px;
	width: 150px;
}

#container {
width: 906px;
margin: 0 auto;
text-align: left;
background: url(img/bgedge.jpg) repeat-y left top;
}

/* Footer */		
#footer	{
margin: 0 0 0 0;
height: 105px;
clear: both;
background: url(img/bgfooter.jpg) no-repeat left top;
text-align: center;
font: normal 9px Arial, Helvetica, sans-serif;
color: #CCCCCC;
}

#footer a:link { color: #CCCCCC; text-decoration: none; font: normal 11px/150% Arial, Helvetica, sans-serif; }
#footer a:visited { color: #CCCCCC; text-decoration: none; font: normal 11px/150% Arial, Helvetica, sans-serif;}
#footer a:hover { color: #FFFFFF; text-decoration: underline; font: normal 11px/150% Arial, Helvetica, sans-serif;}

#footerb	{
margin: 0 0 0 0;
height: 30px;
background: url(img/bgfootb.jpg) repeat-y left top;
clear: both;
}

#info {
	width: 183px;
	height: 53px;
	text-align: center;
	padding-top: 4px;
	padding-left: 33px;
}
#info2 {
width: 432px;
height: 53px;
text-align: center;
	padding-top: 4px;
	padding-left: 33px;
}
		
#content h1 {
font: bold 20px Arial;
font-weight: 200;
color: #CCCCCC;
}
#origi{
	font: normal 12px/150% Georgia, Bookman, "Times New Roman";
	color: #4c7ba8;
	background-repeat: no-repeat;
	}

span#copyright {
font-family: verdana;
font-size: 11px;
color: #FF3300;
}


img#menu {
	margin: 0px;
    padding: 0px;
	border: 0;
}
img#frame {
	float:none;
	width:auto;
	border: 0px;
}


a{
	text-decoration: none;
	text-decoration: underline;
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}
a#men {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Arial";
	line-height: 160%;
	font-style: normal;
}
a#men:hover {
	color: #FF0000;
}
a#th {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial;
	line-height: 160%;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
a#th:hover {
	color: #FF0000;
}
a#down {
	text-decoration: none;
	color: #FF0000;
	font-size: 11px;
	font-family: "Arial";
}
a#down:hover {
	color: #FFFFFF;
}

a#blink {
	text-decoration: blink;
	color: #FF0000;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}
a#blink:hover {
	color: #FFFFFF;
}

  
.ddsmoothmenu{
font: bold 12px Verdana;
background: #414141; /*background of menu bar (default state)*/
width: 100%;

}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #414141; /*background of menu items (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}