html, body {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: black;
	background-color: #506e8f;
}
#container {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	text-align: justify;
}
/* ------------------- HEADER ------------------ */

#header {
	height: 100px;
	color: #ff0;
	margin: 0;
	padding: 0 35px 0 35px;
	background-image: url(../images/graphics/border.png);
	background-position: top center;
	background-repeat: repeat-y;
}
#sponsor_header {
	display: none;
	width: 260px;
	height: 60px;
	float: right;
	margin: 15px 5px;
}
#logo {
	width: 428px;
	height: 80px;
	float: left;
	margin: 5px 5px;
	background-color: #fff;
}
#light_header {
	height: 25px;
	padding: 0 35px 0 35px;
	background-color: #23313f;
	background-image: url(../images/graphics/border_black.png);
	background-position: top center;
	background-repeat: repeat-y;
}
#light_header ul {
	display: none;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#light_header li {
	float: right;
	display: inline;
	padding: 5px 7px 0 7px;
}
#light_header li a {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
/*===============================================================================*/
/*	CSS END HEADER RULES														 */
/*===============================================================================*/

/*===============================================================================*/
/*	CSS START MAIN RULES														 */
/*===============================================================================*/

#contents {
	padding: 0 35px 0 35px;
	height: auto !important;  							/* per i browser moderni */
	height: 620px;      							   		  /* per IE5.x e IE6 */
	min-height: 620px;  								/* per i browser moderni */
	background-image: url(../images/graphics/border.png);
	background-position: top center;
	background-repeat: repeat-y;
}
#navigation {
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
}
#components {
	float: left;
	width: 100%;
	margin: 5px 0;
	padding: 5px 10px 10px 10px;
}
.clearer {
	float: none;
	clear: both;
}
/* ------------------ HEADLINES ---------------- */

#headlines_left {
	float: right;
	width: 250px;
}
#headlines_right {
	float: right;
	width: 440px;
}
#headlines_left p.headlines_title {
	padding: 8px 0;
	font-size: 13px;
	font-weight: bold;
	color: #009933;
}
#headlines_left img {
	float: left;
	width: 100px;
	height: 130px;
	margin: 0 10px 0 0;
}
#headlines_left p.headlines_text {
}
#headlines_left p.headlines_link {
	margin: 10px 0;
}
#headlines_left p.headlines_link a {
	color: #000;
}
#headlines_left p.headlines_link a:hover {
	text-decoration: underline;
}
.table_headlines {
	margin: 0 0 0 20px;
	width: 420px;
}
.table_headlines tr {
	border-bottom: 1px solid #ccc;
	height: 26px;
}
.table_headlines tr td.table_headlines_date {
	text-align: center;
	width: 60px;
}
.table_headlines tr td a {
	font-weight: bold;
	color: #000;
}
.table_headlines tr:hover td a {
	text-decoration: underline;
}
/* ------------------ BANNER ------------------- */

.banner {
	width: 688px;
	height: 60px;
	border: 1px solid #ccc;
	clear: both;
	margin: 10px 0 20px 0;
}
/* ------------------ BOXLINES ----------------- */

#boxlines div p.boxtext {
	height: 80px;
	background-image: url(../images/graphics/box_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#boxlines div p.boxtext:hover {
	height: 80px;
	background-image: url(../images/graphics/box_background_hover.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#boxlines div p.boxtitle {
	color: #009933;
	font-weight: bold;
}
#boxlines div img.boximg {
	width: 163px;
	height: 120px;
	margin: 0;
	padding: 0;
}
#boxlines div p.boxsubtitle {
	color: #23313f;
	font-weight: bold;
}
#boxlines div p.boxtext a {
	color: #666;
}
.box1 {
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid white;
	width: 163px;
}
.box2 {
	float: left;
	margin: 0 5px 0 5px;
	border: 1px solid white;
	width: 163px;
}
.box3 {
	float: left;
	margin: 0 5px 0 5px;
	border: 1px solid white;
	width: 163px;
}
.box4 {
	float: left;
	margin: 0 0 0 5px;
	border: 1px solid white;
	width: 163px;
}
/*===============================================================================*/
/*	CSS END MAIN RULES															 */
/*===============================================================================*/

/*===============================================================================*/
/*	CSS START PHOTOLIST RULES													 */
/*===============================================================================*/

#photolist {
	display: none;
	clear: both;
	text-align: center;
	padding: 5px 35px 3px 35px;
	background-image: url(../images/graphics/border_black.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.thumbnail {
	text-align: center;
	border: 2px solid #fff;
	margin: 0 3px 0 3px;
}
/*===============================================================================*/
/*	CSS END PHOTOLIST RULES														 */
/*===============================================================================*/

/*===============================================================================*/
/*	CSS START FOOTER RULES														 */
/*===============================================================================*/

#footer {
	clear: both;
	padding: 5px 35px 0 35px;
	background-image: url(../images/graphics/border.png);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
	color: black;
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer p.link_line {
	display: none;
	padding: 10px 0 10px 0;
}
#powered {
	dispaly: none;
	clear: both;
	margin: 0;
	padding: 3px 45px 2px 35px;
	text-align: right;
	color: #fff;
	background-image: url(../images/graphics/border_black.png);
	background-position: top center;
	background-repeat: repeat-y;
}
/*===============================================================================*/
/*	CSS END FOOTER RULES														 */
/*===============================================================================*/

/*===============================================================================*/
/*	CSS START TABLE RULES														 */
/*===============================================================================*/

.academy_player {
	margin: 3px 5px 3px 5px;
}
p.half_title {
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #999;
}
p.title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #009933;
	margin: 0 0 10px 0;
}
p.place {
	font-size: 10px;
	color: #666;
}
p.author {
	font-size: 10px;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	color: #666;
	border-bottom: 1px solid #999;
}
.news_image {
	float: left;
}
.news_image img {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	width: 280px;
}
.news_image span {
	display: block;
	background-color: #ccc;
	color: #fff;
	margin: -4px 20px 0 0;
	padding: 10px 5px 10px 5px;
}
ul.listtext {
	margin: 10px 0;
}
ul.listtext li {
	margin: 0 0 10px 20px;
}
.sponsor {
	width: 690px;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.sponsor img {
	float: left;
	width: 173px;
	margin: 0 17px 0 0;
}
.sponsor span {
	float: left;
	width: 500px;
}
/*===============================================================================*/
/*	CSS END TABLE RULES															 */
/*===============================================================================*/

/*===============================================================================*/
/*	CSS START GENERIC RULES														 */
/*===============================================================================*/

img {
	border: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
ul, li {
	margin: 0;
	padding: 0;
}
a:visited {
	text-decoration: none;
}
h1 {
	border-bottom: 1px solid #333366;
	padding: 0 0 3px 0;
	font-size: 2em;
	color: #333366;
}
h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #009933;
}
p {
	margin: 0;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}
/*===============================================================================*/
/*	CSS END GENERIC RULES														 */
/*===============================================================================*/
