@CHARSET "UTF-8";
#bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	float: left;
}

#bg img {
	width: 100%;
	height: 100%;
	z-index: 100;
}

#page {
	width: 100%;
	height: 100%;
	z-index: 200;
	position: absolute;
	top: 0px;
	text-align: center;
}

#frame {
	width: 997px;
	margin: 0px auto;
	text-align: left;
	background-image: url('../images/bg_frame.jpg');
	background-repeat: repeat-y;
}

#contentfooter{
	clear: both;
	padding: 15px 0 0 0;
}

#h img {
	display: block;	
}

#sl {
	width: 223px;
	float: left;
}

#sl #s {
	border-bottom: 1px solid white;
	padding: 18px;
	height: 48px; 
}

#cb {
	padding: 18px 36px;
	width: 502px;
	float: left;
}

#cb a:hover {
	text-decoration: underline;
}
	
#cb #fb {
	/*background-color: #e20015;/**/
	height: 10px;
	line-height: 10px;
	overflow: hidden;
	margin-bottom: 17px;
	width: 502px;
}

#cb #content {
	width: 502px;
}

#cb h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 1em;
}

#sr {
	padding-top: 18px;
	padding-right: 17px;
	width: 183px;
	float: left;
}

#sr h2 {
	padding-left: 10px;
	background: #e20015;
	color: white;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
}
#sr h3 {
	font-size: 11px;
}

#sr .satelite {
	background-color: #eee;
	padding: 9px;
	margin: 0 0 15px 0;
}

#sr .satelite a {
	color: #e20015;	
}

#sr .satelite a:hover {
	text-decoration: underline;
}


#sr .satelite input.submit {
	margin: 5px 0 2px 0;
}

#im {
	clear: both;
	background: white;
	height: 24px;
	line-height: 24px;
	width: 223px;
	text-align: center;
	font-size: 10px;
}

#im ul {
	display: inline;
	margin-left: 0px;
	margin-right: auto;	
}

#im ul li {
	display: inline;
}

#im ul li.seperator {
	padding: 0px 3px;
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}

table {
	font-size: 11px;
}

caption {
	text-align: left;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	vertical-align: top;
}
strong {
	font-weight: bold;
}

h2, h3, h4 {
	font-weight: bold;
}


