﻿/***********************************
BEST Torino
Date: May 2009
Author: Umberto Bar
***********************************/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}

body {
	background: black;
	color: rgb(194,255,255);
	font: normal 62.5% Verdana,sans-serif;
	margin: 0;
}

.container {
	margin: 0 auto;
	padding:0;
	width: 1000px;
}
.header {
	text-align:center;
	height:140px;
}

/* main */
.main {
	background: url(../images/background.png) no-repeat center;
	height:580px;
	clear: both;
}

/*Navigation */
.navigation {
	width: 1000px;
}
.navigation ul {
	text-align:center;
	display:block;
	margin:0;
	padding:0;
}
.navigation li {
	list-style: none;
	display: block;
}
.navigation li a img{
	margin:0;
	padding:0;	
	text-decoration: none;
	color: rgb(22,35,55);
	border:0;
}

#course{
	margin-right: 200px;
}
#about_us{
	margin-left: 200px;
}

#schedule{
	margin-right: 250px;
	margin-top: 40px;
}
#organizers{
	margin-top: 40px;
	margin-left: 250px;
}

#participants{
	margin-top: 60px;	
	margin-right: 100px;
}
#survival{
	margin-top: 60px;	
	margin-left: 100px;
}

#sponsors{
}

/* content */
.content {
	text-align:center;
	height:320px;
	width:1000px;
}
.item ul{
text-align:left;
font-size:12px;
line-height:200%;
margin: 0;
padding-left: 50px;
}
.item p{
	padding: 10px 35px 20px 20px;
	font-size:12px;
	text-align:justify;
}
.item {
	margin: 0 auto 0 auto;
	background:url(../images/item.png) top no-repeat;
	width:690px;
	height:320px;
	overflow:hidden;
	text-align:right;
}
#close{
	margin-top:8px;
	margin-right:36px;
	border:0;
}

#logo_big{
	margin-top:-85px;
	margin-bottom:-40px;
}
.profile{
	padding-left:2px;
	font-size:12px;
	text-align:center;
}
.sponsors{
	text-align:center;
}
.sponsors a img{
	text-decoration:none;
	margin:20px;
	border:0;
}
/* footer */
.footer {
	clear:both;
	font-size: 1.1em;
	margin: 20px auto 0 auto;
	text-align: center;
}
.footer a {
	color:rgb(59,96,202);
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/*contacts*/
.contacts{
float:left;
text-align:left;
padding-left:40px;
}