/* CSS Document */

body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p, h1, h2, h3, form, ul {
	padding: 0px;
	margin: 0px;
}
body {
	background: #5e0003 url(images/bg-body.gif) bottom repeat-x;
	margin: 0px;
	padding: 0px;
}
a {
	color: #c92727;
	text-decoration: none;
}
a:hover {
	color: #000;
}
ul {
	list-style: none;
}
h2 { font-size: 18px; color: #5e0003; margin-bottom: 15px; }
h3 { font-size: 14px; margin-bottom: 10px; }
#header {
	height: 76px;
	background: url(images/bg-header.gif) top repeat-x;
}
#headerin {
	margin: auto;
	height: 76px;
	width: 905px;
	background: url(images/bg-headerin.gif) no-repeat;
}
#root {
	background: #5e0003;
}
#content {
	margin: auto;
	background: url(images/bg-content.gif) repeat-y;
	width: 870px;
	padding: 0px 16px 0px 19px;
}
#botframe {
	margin: auto;
	background: url(images/bg-botframe.gif) top no-repeat #5e0003;
	height: 24px;
}
#footer {
	clear: both;
	background: url(images/bg-footer.gif) left no-repeat;
	padding: 10px 30px 10px 90px;
	font-size: 11px;
}
#footer a {
	font-weight: bold;
}
#content-left {
	float: left;
	width: 196px;
	background: url(images/bg-content-left.gif) top no-repeat;
	padding: 20px 0px 40px 10px;
}
#content-left h1 a {
	display: block;
	width: 196px;
	height: 68px;
	background: url(images/bg-logo.gif) top;
	overflow: hidden;
	text-indent: -3000px;
	margin-bottom: 40px;
}
#content-left h1 a:hover {
	background-position: bottom;
}
#mainmenu li a {
	display: block;
	height: 26px;
	overflow: hidden;
	text-indent: -3000px;
}
#mainmenu li a.a-home {
	background: url(images/bg-a-home.gif) top;
}
#mainmenu li a.a-profile {
	background: url(images/bg-a-profile.gif) top;
}
#mainmenu li a.a-films {
	background: url(images/bg-a-films.gif) top;
}
#mainmenu li a.a-awards {
	background: url(images/bg-a-awards.gif) top;
}
#mainmenu li a.a-guestbook {
	background: url(images/bg-a-guestbook.gif) top;
}
#mainmenu li a.a-investor {
	background: url(images/bg-a-investor.gif) top;
}
#mainmenu li a:hover {
	background-position: bottom;
}
#content-right {
	float: right;
	width: 639px;
	background: url(images/bg-content-right.gif) top no-repeat;
	padding: 128px 0px 20px 25px;
}
#mainbox-left {
	float: left;
	width: 430px;
}
#mainbox-right {
	float: right;
	width: 125px;
	padding: 88px 20px 0px 0px;
}
#mainbox-right a img {
	border: 5px #efefef solid;
}
.textbox {
	margin-bottom: 25px;
}
.listbox li { border-bottom: 1px solid #efefef; padding: 2px 0px 3px 0px; }
.listbox li a { font-weight: bold; }
.padbox-star img { margin: 5px 0px 4px 12px; border: 5px solid #ddd; }
.borderdown { border-bottom: 1px solid #efefef; }
