body {
	margin: 0;
	background-image: url('/img/body-bg.jpg');
	background-repeat: repeat-x;
	background-color: rgb(109,111,172);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: black;
}

body img {
	border: none;
}

body table, tr, td {
	border: none;
}

#frame {
	position: relative;
	z-index: 10;
	background-image: url('/img/header.gif');
	background-repeat: no-repeat;
	height: 234px;
}

#content {
	position: relative;
	z-index: 40;
	left: 93px;
	top: 77px;
	width: 823px;
	min-height: 500px;
	padding: 40px;
	padding-bottom: 50px;
	margin-bottom: 33px;
	background-color: white;
	border-left: 1px solid rgb(208,208,208);
	border-right: 1px solid rgb(208,208,208);
}

#content #txt {
	position: relative;
	width: 608px;
	min-height: 453px;
	margin-left: 210px;
	margin-top: 202px;
	padding: 10px;
	padding-bottom: 40px;
	padding-top: 0;
	background-image: url('/img/txt-footer.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

.home #content #txt {
	width: 767px;
	margin-left: 50px;
	min-height: 140px;
	background-image: url('/img/home/txt-footer-blue.gif');
	border-bottom: 1px solid rgb(217,217,233);
}

#content #bottomtxt {
	position: relative;
	width: 767px;
	height: 210px;
	margin-left: 50px;
	padding: 10px;
	background-image: url('/img/home/txt-footer-pink.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#content div#movieplayer {
	position: absolute;
	width: 250px;
	height: 155px;
	left: 14px;
	bottom: 22px;
}

#content p#dvdtxt {
	position: absolute;
	bottom: 32px;
	left: 234px;
	width: 150px;
	margin: 0;
	padding: 0;
}

#content div#homeblock {
	position: absolute;
	left: 410px;
	top: 50px;
	width: 365px;
}

#content div#homeblock p {
	margin: 0;
	padding: 0;
	padding: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('/img/home/home-block-bg.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#content div#homeblock p:first-child {
	background-image: none;
}

#content h1, h2, h3 {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	text-transform: uppercase;
}

#content h1 {
	font-size: 20px;
}

#content h2 {
	font-size: 18px;
}

#content p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

a {
	color: rgb(17,20,119);
}

a:visited {
	color: rgb(7,10,109);
}

a:hover {
	text-decoration: none;
}

ul#menu {
	position: absolute;
	z-index: 50;
	left: 82px;
	top: 80px;
	margin: 0;
	padding: 0;
}

ul#menu li {
	list-style: none;
}

ul#menu li a {
	display: block;
	width: 78px;
	height: 72px;
	margin-top: 2px;
	text-align: center;
	text-decoration: none;
	text-indent: -1000px;
	background-position: top:
}

ul#menu li a:hover {
	background-position: bottom;
}

ul#submenu {
	position: absolute;
	left: 85px;
	top: 240px;
	width: 161px;
	height: 487px;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	background-image: url('/img/submenu-bg.gif');
	background-repeat: no-repeat;
}

ul#submenu li {
	list-style: none;
}

ul#submenu li a {
	display: block;
	height: 29px;
	line-height: 29px;
	width: 141px;
	margin-left: 8px;
	padding-left: 4px;
	border-bottom: 1px solid rgb(247,204,204);
	color: rgb(17,20,119);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

ul#submenu li a.first {
	font-size: 21px;
}

ul#submenu li a:hover {
	color: black;
}

#header {
	position: absolute;
	z-index: 45;
	left: 179px;
	top: 80px;
	width: 795px;
	height: 203px;
	background-image: url('/img/header-bg.gif');
	background-repeat: no-repeat;
}

#header img {
	margin-left: 10px;
	margin-top: 10px;
}

#date {
	position: absolute;
	z-index: 45;
	left: 800px;
	width: 170px;
	text-align: right;
	top: 64px;
	font-size: 11px;
}

h1#message {
	position: absolute;
	z-index: 45;
	left: 183px;
	width: 788px;
	top: 278px;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-align: right;
	border-bottom: 1px solid rgb(217,217,233);
}

#breadcrumb {
	z-index: 80;
	position: absolute;
	left: 182px;
	top: 288px;
}

#breadcrumb a {
	text-decoration: none;
	font-size: 12px;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#footer {
	position: relative;
	z-index: 45;
	width: 905px;
	height: 33px;
	left: 93px;
	top: 11px;
	background-image: url('/img/footer.gif');
	background-repeat: no-repeat;
}

#footer p {
	position: absolute;
	right: 50px;
	margin: 0;
	padding: 0;
	top: 4px;
	font-size: 11px;
}

#footer a {
	color: black;
}

#content p.actions {
	position: absolute;
	bottom: 0px;
	text-align: center;
	margin-top: 10px;
	margin-left: 510px;
	width: 100px;
	font-size: 11px;
}

p.error {
	color: rgb(175,0,0);
}

.forum_post {
	border: 1px solid rgb(217,217,233);
	font-size: 11px;
}

.forum_post_txt {
	padding: 4px;
	font-size: 13px;
}

input.text {
	border: 1px solid rgb(217,217,233);
	font-size: 13px;
	padding-left: 3px;
}

textarea {
	border: 1px solid rgb(217,217,233);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	padding: 3px;
	overflow: auto;
}

input.button {
	border: 1px solid rgb(217,217,233);
	font-size: 13px;
	background-color: rgb(217,217,233);
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

fieldset {
	border: none;
}

#lightbox {
	background-color: white;
	background-image: url('/img/lightbox-bg.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding: 10px;
	border: 1px solid black;
}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; font-size: 12px; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }