@charset "UTF-8";
/* CSS Document */

body {
margin:0px;
font-family:Verdana, Geneva, sans-serif;
color:#2c1300;
}
#content {
width:100%;
}

a:link {
	color: #2c1300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2c1300;
}
a:hover {
	text-decoration: underline;
	color:#2c1300;
}
a:active {
	text-decoration: none;
}

a.menulink:link {
	color: #2c1300;
	text-decoration: none;
}
a.menulink:visited {
	text-decoration: none;
	color: #2c1300;
}
a.menulink:hover {
	text-decoration: none;
	color:#2c1300;
	font-weight:;
}
a.menulink:active {
	text-decoration: none;
}

#main_content {
width:680px;
top:-60px;
position:absolute;
}
#bg {
width:100%;
height:100%;
position:fixed;
z-index:-100;
}
#middlebar {
width:100%;
height:260px;
top:180px;
position:absolute;
background: url(/images/middlebar.png) top center;
}
#moviebg {
height:380px;
width:660px;
background:url(/images/moviebg.png) top center;
position:absolute;
top:0px;
z-index:60;
}
#bottombar_content {
width:100%;
height:250px;
background: url(/images/middlebar.png) top center;
}
#menu {
width:100%;
height:100px;
}
#leftbox {
position:absolute;
}
.dropmenu {
position:absolute;
top:30px;
width:192px;
background:url(/images/white.png);
z-index:200;
}
.menuitem {
font-size:11px;
font-weight:;
padding-left:20px;
padding-right:20px;
padding-top:4px;
padding-bottom:4px;
cursor:pointer;
}
.menuitem_over {
font-size:11px;
font-weight:;
padding-left:20px;
padding-right:20px;
padding-top:4px;
padding-bottom:4px;
background:url(/inside/images/white.png);
cursor:pointer;
}
.submenu_bar {
background:url(/images/submenubg.jpg) repeat-x;
border-top:1px solid #000;
}
.submenu_link {
padding-top:12px;
padding-bottom:12px;
text-align:center;
font-weight:bold;
font-size:11px;
color:#FFF;
cursor:pointer;
}
.submenu_link_over {
padding-top:12px;
padding-bottom:12px;
text-align:center;
font-weight:bold;
font-size:11px;
color:#FFF;
cursor:pointer;
background:url(/images/bottomarrow.png) bottom center no-repeat;
}
.signup_button {
border-left:2px solid #2c1300;
border-right:2px solid #2c1300;
border-bottom:2px solid #2c1300;
text-align:center;
cursor:pointer;
background:url(/images/submenubg.jpg) repeat-x;
font-weight:bold;
height:45px;
}
.textbox {
padding:4px;
width:190px;
border:1px solid #000;
background:url(/images/smallshadow.png) top repeat-x #FFF;
color:#666;
}
.textbox_on {
padding:4px;
width:190px;
border:1px solid #000;
background:url(/images/smallshadow.png) top repeat-x #FFF;
color:#000;
}
.article_over {
background:url(/images/article_over.png) no-repeat left top;
cursor:pointer;
}
.article {
cursor:pointer;
}
.titletext_over {
color:#FFF;
}
a.white:link {
	color: #FFF;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFF;
}
a.white:hover {
	text-decoration: underline;
	color:#FFF;
}
a.white:active {
	text-decoration: none;
}
.pagetitle {
font-size:18px;
font-weight:bold;
}
.page_title {
font-size:18px;
font-weight:bold;
}
.dropclickbox {
border:1px solid #666;
padding:10px;
cursor:pointer;
background:url(/images/submenubg.jpg) repeat-x;
color:#FFF;
font-weight:bold;
}