@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	color: #666;
}

a.transImageLink img {
	filter:Alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0; 
	border:none;
}

a.transImageLink:hover img {
	filter:Alpha(opacity=55);
	-moz-opacity:0.55;
	opacity:0.55; 
	border:none;
}

#wrapper {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #ffffff;
	height: 1000px;
}
	
#banner {
	width: 910px;
	height: 340px;
	top: 20px;
	position:absolute;
	left:30px;
}

#navigation {
	width: 910px;
	height: 65px;
	top: 361px;
	position:absolute;
	left: 30px;
}
#small_logo {
	position:absolute;
	width: 81px;
	height: 77px;
	top: 5px;
	left: 2px;
	z-index: 1;
}

#logo_big {
	width: 250px;
	height: 320px;
	top: 430px;
	position:absolute;
	left: 30px;
	width: 250px;
}

#sponsor_box {
	width: 660px;
	height: 300px;
	top: 430px;
	position:absolute;
	right:30px;
	text-align:right;
}

#footer {
	width: 317px;
	height: 30px;
	bottom: 155px;
	right: 30px;
	text-align:right;
	vertical-align:middle;
	color:#666;
	position:absolute;
}
	
#footer_image {
	width: 910px;
	height: 150px;
	position:absolute;
	left:30px;
	background-image: url(images/footer.jpg);
	bottom: 0px;
}
#footer2 {
	width: 422px;
	height: 19px;
	bottom: 161px;
	text-align:left;
	vertical-align:middle;
	color:#999;
	position:absolute;
	left: 30px;
}
