body, html, #main {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: arial;
}



body {
	background: #FFFFFF url('../images/bg_page.png') fixed left bottom no-repeat;
}

#title_bar{
	width: 100%;
	height: 100px;
	line-height: 100px;
}

#title_bar #logo {
	width: 126px;
	height: 100px;
	margin-left: 10%;
	background: url('../images/logo.png') center center no-repeat;
	float: left;
}

#title_bar #title {
	float: right;
	margin-right: 10%;
	font-size: 48px;
	font-weight: bold;
}
#menu {
	border-collapse: collapse;
	border-spacing:0;
	padding: 0;
}
#menu_bar_left {
	width: 14px;
	background: url('../images/bg_menu_bar_left.gif') right top no-repeat;
}
#menu_bar_right {
	width: 14px;
	background: url('../images/bg_menu_bar_right.gif') no-repeat;
}
#menu_bar{
	height: 30px;
	line-height: 30px;
	background: url('../images/bg_menu_bar.gif') repeat-x;
}

#menu_bar #principal a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin: 0 10px;
}

#menu_bar #principal a:hover {
	color: #EEE;
}

#center {
	width: 900px;
	margin: 10px auto 10px auto;
}

#center h2 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
}

#left_side{
	width: 150px;
	margin: 0;
	vertical-align: top;
}
#left_side h2{text-align: left;}
#content{
	/*margin: 20px 180px 0 180px;*/
	padding: 0 30px 0 30px;
	font-size: 12px;
	vertical-align: top;
}

#content h1 {
	font-size: 14px;
}

#right_side{
	width: 150px;
	margin: 0;
	vertical-align: top;
}
#right_side h2 {text-align: right;}
#footer{
	padding-top: 50px;
	font-size: 10px;
	text-align: center;
}

/* CALENDAR */
#calendar h1 {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#calendar table tr th{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#calendar table tr td {
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 1px;
}

#calendar table tr td.day {
	cursor: pointer;
}

#calendar table tr td.day:hover {
	background-color: #EEE;
}

#calendar table tr td.day.today {
	padding: 0px;
	border: 1px solid #0A60A7;
}

#TeamLinks {
	font-size: 10px;
	line-height: 14px;
}

#Partners {
}

/* CONTAINER */
.container.main {
	position: relative;
	width: 100%;
	line-height: 100%;
}

.container.outer {
	background: #0A60A7;
	padding: 1px;
}

.container.inner {
	background: #FFFFFF;
	padding: 10px;
}

.container.corner {
	position:absolute;
	width: 10px;
	height: 10px;
}

.container.corner.top_left {
	top: 0;
	left: 0;
	background: #FFFFFF url('../images/bg_container_top_left.png') top left no-repeat;
}

.container.corner.top_right {
	top: 0;
	right: 0;
	background: #FFFFFF url('../images/bg_container_top_right.png') top right no-repeat;
}

.container.corner.bot_left {
	bottom: 0;
	left: 0;
	background: #FFFFFF url('../images/bg_container_bot_left.png') bottom left no-repeat;
}

.container.corner.bot_right {
	bottom: 0;
	right: 0;
	background: #FFFFFF url('../images/bg_container_bot_right.png') bottom right no-repeat;
}

/* NEWS */
.news td.date {
	width: 150px;
	font-weight: bold;
}
.news td.header {
	font-weight: bold;
	text-align: left;
}
.news td.footer {
	text-align: right;
}
.list {
	padding: 0;
	margin: 0;
	list-style: none;
}
