* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
body {
	background-color: #E5F4FA;
	text-align: center;
	font: 0.7em/normal Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-bottom: 52px;
}
img, object {
	display: block;
}
a img {
	border-style: none;
}
a {
	color: #0092D0;
}
.hidden {
	display: none;
}
#container {
	position: relative;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(../images/container.gif) repeat-y;
}
#body {
	margin: 0 12px 10px 12px;
}
#header {
	position: relative;
	height: 190px;
}
#logo {
	position: absolute;
	width: 930px;
	height: 52px;
	left: 0px;
	top: 108px;
	background-image: url(../images/logo.gif);
}
#footer {
	background-image: url(../images/footer.png);
	height: 42px;
}
#footer span,
h1 span,
h3 span { 
	display: none;
}
.row {
	padding-top: 10px;
	overflow: hidden;
}
* html .row {
	height: 1%;
}
#hilight, #news, #contests {
	width: 750px;
	float: left;
}
#calendar, #banners, #advertising {
	float: right;
	width: 170px;
}

h3 {
	height: 40px;
}
#hilight h3 		{ background-image: url(../images/hilight.png); }
#calendar h3 		{ background-image: url(../images/calendar.png); }
#news h3 				{ background-image: url(../images/news.png); }
#banners h3 		{ background-image: url(../images/banners.png); }
#contests h3 		{ background-image: url(../images/contests.png); }
#advertising h3 { background-image: url(../images/advertising.png); }
#events h3 			{ background-image: url(../images/events.png); }

#calendar-content {
	border: 1px solid #C5E6F4;
	padding: 3px;
}
#calendar table {
	table-layout: fixed;
}
#calendar td {
	height: 22px;
	width: 22px;
}
#calendar td.period {
	width: auto;
	text-align: center;
}
#calendar td.empty {
	background-color: #E5F4FA;
}
#calendar td.day {
	background-color: #0092D0;
}
#calendar td.today { background-color: #0092D0; 
}
#calendar td.full { background-color: #C5E6F4; 
}
#calendar .button {
	display: block;
}
#calendar a {
	color: #FFFFFF;
	text-decoration: underline;
}
.bubble {
	position: absolute;
	width: 170px;
	/*background-color: #E5F4FA;*/
	background: url(../images/trans.png) repeat;
	border: 1px solid #FFFFFF;
	padding: 10px;
	text-align: left;
	right: 11px;
	bottom: 11px;
	/*color: #0092D0;*/
	color: #FFFFFF;
}
#banners a, #advertising a {
	display: block;
}
#carousel {
	position: relative;
	background-color: #E5F4FA;
	height: 190px;
}
#carousel-wrap {
	position: absolute;
	width: 890px;
	height: 170px;
	overflow: hidden;
	left: 20px;
	top: 10px;
}
.window {
	width: 750px;
	height: 170px;
	position: relative;
	background-image: url(../images/window.gif);
	background-repeat: repeat-y;
}
.content-wrap {
	position: relative;
	height: 150px;
	left: 24px;
	top: 10px;
	width: 666px;
	overflow: hidden;
}

.content-inner {
	position: absolute;
	width: 666px;
	left: 0px;
	top: 0px;
	height: auto;
}
.scrollbar {
	position: absolute;
	height: 170px;
	width: 30px;
	top: 0px;
	right: 0px;
	background-image: url(../images/scrollbar.gif);
}
.window h4 {
	font-size: 1.5em;
	font-weight: normal;
	color: #0092D0;
	margin-bottom: 0.5em;
}
.window hr {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #FFFFFF;
}
.window .link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.window .up {
	height: 22px;
	width: 22px;
	position: absolute;
	left: 4px;
	top: 4px;
	background-image: url(../images/up.gif);
}
.window .down {
	height: 22px;
	width: 22px;
	position: absolute;
	left: 4px;
	bottom: 4px;
	background-image: url(../images/down.gif);
}
.hover {
	background-position: 0px -22px;
}
.window .bar {
	background-color: #E5F4FA;
	position: absolute;
	height: 49px;
	width: 22px;
	left: 4px;
	top: 27px;
	display: block;
	z-index: 1000;
}
.window .drag { background-color: #C5E6F4; 
}
.event {
	position: absolute;
	height: 170px;
	width: 170px;
	top: 0px;
}
.event h4 {
	font-size: 0.9em;
	font-weight: bold;
}
.event h4 a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	width: 170px;
	left: 0px;
	bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/trans.png);
	background-repeat: repeat;
}
#event0 { left: -180px; }
#event1 { left: 0px; }
#event2 { left: 180px; }
#event3 { left: 360px; }
#event4 { left: 540px; }
#event5 { left: 720px; }
#event6 { left: 900px; }
#carousel #prev {
	background-image: url(../images/prev.png);
	height: 52px;
	width: 52px;
	position: absolute;
	top: 69px;
	left: 0px;
}
#carousel #next {
	background-image: url(../images/next.png);
	height: 52px;
	width: 52px;
	position: absolute;
	top: 69px;
	right: 0px;
}

