/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, th, td {
margin: 0;
padding: 0;
}
/* Remove list styling */
ol, ul {
list-style: none;
}
/* links */

a:link {color: #6E2306}
a:visited {color: #6E2306}
a:hover {color: #857F56}
a:active {color: #857F56}

html {
text-align: center;
}

body {
position: relative;
width: 830px;
margin: 0 auto;
text-align: left;
font-family: Arial, sans-serif;
color:#7D5018;
font-size:14px;
background: #F2ECDB url(graphics/2010update/bg.jpg) repeat-x top left;
}
p {
line-height: 17px;
}
#branding {
position: relative;
width: 830px;
height: 120px;
margin: 0 auto;
text-align: left;
background-color: #FFFFFF;
}
#branding .overlay
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #FFFFFF url(graphics/2010update/title.gif) no-repeat top left;
}
#branding .overlay2
{
position: absolute;
top: 0px;
left: 0px;
width: 87px;
height: 120px;
background: #FFFFFF url(graphics/2010update/logo.jpg) no-repeat top left;
z-index: 20;
}
#branding h1 {
position: absolute;
padding-top: 20px;
}

h2 {
font-size: 20px;
font-weight: 600;
color: #6E2306;
}
h3 {
font-size: 15px;
font-weight: 600;
color: #6E2306;
padding-bottom: 0;
margin-bottom: 0;
margin-top: 2px;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#content {
position: relative;
width: 830px;
background: #FFFFFF url(graphics/2010update/footer.jpg) bottom right no-repeat;
}

/* content with navigation */
#right_content {
margin-left: 200px;
padding: 20px;
background: transparent url(graphics/2010update/rightcontentbg.gif) top right no-repeat;
}

#nav {
position: absolute;
left: 0;
top: 0;
font-size: 17px;
font-family: Times New Roman, Times, serif;
width: 200px;
background: #F1EAD7 url(graphics/2010update/leafbg.gif) bottom left no-repeat;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#nav li {
margin: 0;
}
#nav li a:link, #nav li a:visited {
display: block;
padding: 5px;
border-left: 5px solid #8F5732;
border-right: 5px solid #857F56;
color: #6E2306;
text-decoration: none;
border-bottom: 1px solid #A6812E;
}
#nav li a:hover {
border-left: 5px solid #857F56;
border-right: 5px solid #8F5732;
background-color: #F1EAD7;
color: #5B5930;
}

#submenu {
background: #F1EAD7 url(graphics/2010update/leafbg.gif) bottom left no-repeat;
}

#submenu a:link, #submenu a:visited {
display: block;
padding: 5px;
border-left: 5px solid #8F5732;
border-right: 5px solid #857F56;
color: #6E2306;
text-decoration: none;
border-bottom: 1px solid #A6812E;
margin-left: 5px;
font-size: 15px;
}

#submenu a:hover {
border-left: 5px solid #857F56;
border-right: 5px solid #8F5732;
background-color: #F1EAD7;
color: #5B5930;
}

.hide{
display: none;
}

.show{
display: block;
}


/* footer */
#site_info {
text-align: right;
font-size: 13px;
color: #6E2306;
margin: 0;
padding: 0 90px 20px 0;
}

table {
padding: 0;
margin: 0;
border:none;
}
th, td {
padding: 3px;
border: none;
}
.noborder {
border: 1px solid #FFFFFF;
}

.smaller {
font-size: 13px;
}

.staff {
font-size: 12px;
padding-top: 0;
margin-top: 0;
line-height: 16px;
text-align: justify;
}

#index_movie {
position: absolute;
top: 0;
right: 0;
}

#caption {
	font-size:11px;
	text-align:center;
	position:relative;
	left:-3px;
	top:5px;
	
}

#staff_picdescrip2{
	position: relative;
	float: right;
	margin: 10px;
	width: 115px;
	margin-bottom: -7px;
	top: -17px;
}

#staff_picdescrip2ls{
	position: relative;
	float: right;
	margin: 10px 10px 0px 10px;
	width: 160px;
	bottom: -2px;
	top: -17px;
}
