body
{
	background-color: #2d2d2d;
	background-image: url(/_images/bg.jpg);
	background-repeat: repeat-x;
}

#container
{
	width: 865px;
	margin-left: auto;
	margin-right: auto;
}

/* ====================== */
/* HEADER */
/* ====================== */

.welp span {display:none;}
.welp2 div span {display:none;}
.welp2 div div span {display:block;}
#header
{
	margin-top: 50px;
	border-bottom: 1px solid #323232;
	padding-bottom: 1px;
}



/* ====================== */
/* CONTENT */
/* ====================== */
.notBold 
{
	font-weight:normal;
}
#content
{
	margin-top: 42px;
}
#leftContent
{
	width: 490px;
}
#rightContent
{
	float: right;
	width: 365px;
}
div
{
	color: #ffffff;
	font-family: "Arial";
	font-size: 12px;
}
#leftContent table
{
	border: 12px solid #101010;
	background-color: #101010;
	color: #ffffff;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
}
#leftContent textarea, .tb300, .tb150
{
	font-family: "Arial";
	font-size: 12px;
	width: 300px;
	background-color: #cccccc;
	border: 0;
}
#leftContent textarea
{
	height: 170px;
}
.tb300a 
{
	height:60px!important;
}
.tb150 
{
	width:150px;
}
.colHeader
{
	font-family: "Arial";
	font-size: 36px;
	font-weight: bold;
	color: #2f2e2e;
}
.leftSide 
{
	float:left;
	margin-right:5px;
}
.img16 {
	max-height:36px;
	height:expression(((this.height>36)&&(this.height>=this.width)) ? 36:true);
	max-width:36px;
	width:expression((this.width>36)&&(this.width > this.height) ? 36:true);
	border: solid 1px white;
}
.img100 {
	max-height:100px;
	height:expression(((this.height>100)&&(this.height>=this.width)) ? 100:true);
	max-width:100px;
	width:expression((this.width>100)&&(this.width > this.height) ? 100:true);
	border: solid 1px white;
}
.img150 
{	max-height:150px;
	height:expression(((this.height>150)&&(this.height>=this.width)) ? 150:true);
	max-width:150px;
	width:expression((this.width>150)&&(this.width > this.height) ? 150:true);
	border: solid 1px white;
}
#films, .box
{
	border: 12px solid #101010;
	background-color: #101010;
	width: 370px;
	padding-left: 4px;
}
.filmItem
{
	background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #2f2e2e;
	margin-bottom: 6px;
	width: 325px;
}
.filmItem table
{
	color: #ffffff;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	width: 325px;
}

#name, a, a:link, a:visited, a:hover
{
	color: #ffffff;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3
{
	margin: 0;
}
/**/
/* BUTTONS */
/**/
.button
{
	height: 41px;
	background-image: url(/_images/btn_bg.jpg);
	border: 1px solid #222222;
	padding-right: 22px;
	padding-left: 22px;
	line-height: 41px;
	text-align: center;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #bbbbbb;
	text-align: center;
}
.activeNav
{
	height: 40px;
	background-color: #deb731;
	line-height: 40px;
	padding-right: 22px;
	padding-left: 22px;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #010101;
	border: 1px solid #222222;
	text-align: center;
}
.activeNav a, .activeNav a:link, .activeNav a:visited, .activeNav a:hover, .button a, .button a:link, .button a:visited, .button a:hover
{
	font-size: 14px;
	font-weight: bold;
	color: #010101;
}
.button a, .button a:link, .button a:visited, .button a:hover
{
	color: #bbbbbb;
}

a:hover, .button a:hover
{
	color: #DEB731;
}
.activeNav a:hover
{
	color: #ffffff;
}

SELECT
{
	background-color: #dedede;
}
.button149
{
	width: 149px;
	height: 41px;
	background-image: url(/_images/btn_bg.jpg);
	border: 1px solid #222222;
	line-height: 41px;
	text-align: center;
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #bbbbbb;
}
A.dashed 
{
	text-decoration:underline;
	color:#DEB731;
}