/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, th, td {
margin: 0;
padding: 0;
}

/* links */
a:link {color: #2C1F36}
a:visited {color: #2C1F36}
a:hover {color: #8D6DBD}
a:active {color: #8D6DBD}

html {
text-align: center;
}

body {
position: relative;
width: 850px;
margin: 0 auto;
text-align: left;
font-family: Arial, sans-serif;
color:#2C1F36;
font-size:13px;
background: #FFFFFF url(graphics/bg.jpg) repeat-x top center;
}
p {
line-height: 16px;
}
#branding {
position: relative;
width: 850px;
margin: 0 auto;
padding: 0;
text-align: left;
height: 299px;
background: transparent url(graphics/banner.jpg) no-repeat top left;
}
h1 {
position: absolute;
top: 0;
left: 115px;
width: 242px;
height: 239px;
background: transparent url(graphics/logo.jpg) no-repeat top left;
text-indent: -9999px;
z-index: 10;
}

h2 {
font-size: 20px;
font-weight: 600;
color: #6B3E81;
}
h3 {
font-size: 16px;
font-weight: 600;
color: #2C3E7A;
text-decoration: underline;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}

.indent2 {
margin-left: 40px;
}

.indent3 {
margin-left: 60px;
}

#content {
position: relative;
width: 850px;
background: #E0E0E0 url(graphics/content_bg.gif) bottom left no-repeat;
}

/* content with navigation */
#right_content {
margin: 0 10px 0 170px;
padding: 25px 20px 15px 20px;
background: transparent url(graphics/rightcontentbg.gif) top right no-repeat;
}

#nav {
position: absolute;
left: 17px;
top: 0;
font-size: 14px;
width: 148px;
background: #CBC3D7 url(graphics/nav_footer.gif) bottom left no-repeat;
font-weight: bold;
margin: 0;
padding: 7px 0 8px 0;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
background: #CBC3D7 url(graphics/nav_bg.gif) top center no-repeat;
}
#nav li {
margin: 0;
}
#nav li a:link, #nav li a:visited {
display: block;
padding: 5px 5px 5px 20px;
background-color: transparent;
color: #2C1F36;
text-decoration: none;
border-bottom: 1px solid #604361;
margin: 0 10px;
}
#nav li a:hover {
color: #FFFFFF;
}

/* footer */
#site_info {
text-align: right;
font-size: 12px;
margin: 0;
padding: 5px 15px 20px 0;
}

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

.smaller {
font-size: 13px;
}

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

.notoppad {
margin-left: 20px;
margin-top: 5px;
padding-top:0;
}
