@import 'navigation.css';
@import 'sub-navigation.css';
@import 'thickbox.css';


*{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}



body {
	background-color: #3b3b3a;
	background-image: url(body-bg.jpg);
	background-repeat: repeat-x;
}

#center {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#head {
	width: 980px;
	height: 191px;
	background-image: url(head-bg.jpg);
}

.space {
	width: 980px;
	height: 10px;
	background:#FFFFFF;
}

#head-image {
	width: 980px;
	height: 232px;
	padding-top: 20px;
}

#content {
	width: 920px;
	min-height: 202px;
	padding: 30px;
	padding-top: 20px;
	background-color: #FFFFFF;
	background-image: url(content-bg.jpg);
	background-repeat: no-repeat;
}

#content-footer {
	width: 980px;
	height: 20px;
	background-image: url(content-footer.jpg);
	background-repeat: no-repeat;
}

#sponsoring {
	margin-top: 10px;
	width: 980px;
	height: 90px;
	background-image: url(sponsoring-bg.jpg);
}

#news {
	padding: 10px;
	margin-left: 30px;
	width: 410px;
	height: 182px;
	/*background-image: url(news-bg.png);*/
}
.news_block {
	background-image: url(news-bg.png) !important;
	padding: 10px;
	
}

#register {
	margin-left: -17px;
	margin-top: -23px;
}

#mainsponsor {
	width: 443px;
	float: left;
	padding-top: 14px;
	padding-left: 10px;
}

#subsponsor {
	padding-top: 14px;
}


#navigation {
	position: absolute;
	padding: 10px;
	padding-top: 15px;
	top: 20px;
	right: 30px;
	width: 200px;
	height: 257px;
	background-image: url(navigation-bg.png);
}


.header-movie {
	margin-top: 20px !important;
	margin-left: 20px !important;
	
}


a.copy {
	float:left;
	color:#F4F4F4;
	text-decoration: none;
	font-size: 10px;
}

a.copy:hover {
	color:#D4D4D4;
}


ol {
	margin-left: 20px;
}

ul {
	margin-top: 5px;
	list-style-image: url('list-arrow.gif');
	margin-bottom: 10px;
	margin-left: 19px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}


hr {
	border: 1px dotted #072772;
	height:1px;
}

.image_legend {
	font-size: 10px;
}

.form {
	background-color: #FFFFFF;
	border: 1px solid black;
	width: 289px;
} 

.form_error {
	background-color: #FFDBB7;
	border: 1px solid black;
	width: 289px;
}


h1 {
	background-image: url(h1-bg.jpg);
	color: #FFFF00;
	font-size: 14px !important;
	margin-bottom: 12px !important;
	padding: 6px !important;
	width: 908px;
}
.news_block h1 {
	color: #333333;
	background-image: none !important;
	width: 200px !important;
	padding: 0px !important;
}

a{
	color: #072772;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

.clear {
	clear: both;
}

thead {
	text-align: left;
}
#table {
	width: 918px;
	border:1px solid #bbb;
	border-collapse:collapse;
}
#table td,#table th { border:1px solid #ccc;border-collapse:collapse;padding:5px; }

/*.x-grid3-hd-inner {
	background: #F9F9F9 url(/ext-2.2/resources/images/default/grid/grid3-hrow.gif) repeat-x scroll 0 bottom;	
}*/


.D4D4D4 {
	background-color: #D4D4D4;
}