@charset "UTF-8";
/* CSS Document */
/* @author Laura Trevisan */

body {
	background:#04007E;
	background-image:url('../images/fade.jpg');
	background-repeat:repeat-y;
	background-position:center;
	color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	outline:none;
}

p, table, td, tr {
	color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	outline:none;
}

table.outter {
	border: thin solid #0000FF;	
}

thead {
	cursor: pointer;
}

h1, h2, h3 {
	color:#9CF;
}

a:link, a:hover, a:visited {
	text-decoration:none;
	color:#09F;
	outline:none;
}

div {
	outline:none;
}

div.main {
	width:950px;
	margin:auto;
}

div.content {
	width:800px;
	float:left;
}

div.header {
	width:950px;
	top:0px;
	margin:auto;
}

div.footer {
	width:950px;
	margin:auto;
	text-align:center;
}

div.nav {
	width:950px;
	margin:auto;
}

.nav img {
	border:none;
}

div.sponsors {
	width:100px;
	float:right;
}

.sponsors img {
	padding:10px;
	width:90px;
}

.sponsors a:link img, .sponsors a:hover img, .sponsors a:visited img, .sponsors a:link, .sponsors a:hover, .sponsors a:visited {
	border:none;
	color:#FFF;
	font-size:24px;
}

div.margin {
	margin-left:30px;
}