html{
	height:100%;
	background-color:#A31E02;
}

body{
	margin:0;
	padding:0;
	position:relative;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	/*height:100%;*/
	/*background:url(../images/bg_repeat.png) top left repeat-x;*/
	/*background:url(../images/bg.png) top left no-repeat;*/
	background:url(../images/bg.jpg) top left repeat-x;
}
.colored{
	color:#800;
}
h1{
	margin:10px;
}
h2{
	margin:5px;
}
h3, h4, h5{
	margin-left:5px;
}
ul, li, img, div, table, div, h3, h4, h5, p{
	margin:0px;
	padding:0px;
}
ul{
	list-style:square;
}

a{
	font-size:14px;
	color:#622;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}


#container{
	position:relative;
	margin:auto;
	width:1014px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

#container_main{
	background-color:#fff;
	width:100%;
	padding:10px;
}
	/* Flash Film */
	#main_header{
		background:url(../images/bg_header.png) top left repeat-x;
		height:200px;
		width:1010px;
		border:2px solid #400;
	}

#main_content{

}
	#main_content .main_left{
		vertical-align:top;
	}
		#main_content .main_left ul{
			list-style:none;
		}
	#main_content .main_right{
		vertical-align:top;
		padding-left:10px;
	}


#main_footer a{
	color:#800;
}
