/* default styles */
body {
	background: #DDD url(/squadra/images/background-top.gif) repeat-x;
	text-align: center;
	font: 11px verdana;
}
html, head, body, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
div {
	text-align: left;
}
a {
	color: #555;
}
a:hover {
	color: #900;
}

/* body layout */
div#contentBody {
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	padding: 0px;
}

/* header styles */
div#header {
	width: 710px;
	height: 105px;
	padding: 0 5px 0 5px;
	background: transparent url(/squadra/images/background-header.gif) no-repeat;
}
div#header ul {
	margin: 0;
	list-style: none;
	padding: 0 10px 0 0;
}
div#header ul li {
	display: inline;
	list-style-type: none;
	float: right;
	font: 12px Verdana;
	padding: 70px 10px 16px 10px;
	font-variant: small-caps;
}
div#header ul li a {
	color: #CCC;
	padding: 70px 5px 16px 5px;
	text-decoration: none;
	border-bottom: 5px solid #900;
}
div#header ul li a:hover {
	color: #FFF;
	border-bottom: 5px solid #FFF;
}
div#header h1 {
	float: left;
}

/* body styles */
div#centerContent {
	width: 710px;
	padding: 0 5px 0 5px;
	background: transparent url(/squadra/images/background-body.gif) repeat-y;
}
div#content {
	padding: 10px;
}
div#leftNav {
	width: 150px;
	padding: 0 10px 0 0;
	float: left;
}
div#leftNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#leftNav ul li {
	list-style-type: none;
	font: 10px Verdana;
	padding: 5px 0 5px 0;
	border-top: 1px solid #DDD;
}
div#leftNav ul li a {
	color: #999;
	padding: 2px 5px 3px 5px;
	width: 150px;
	text-decoration: none;
}
div#leftNav ul li a:hover {
	color: #900;
}
div#content div.contentBottom {
	font-size: 1px;
	clear: both;
	visibility: hidden;
}
div#right {
	float: right;
	width: 520px;
	margin: 0 10px 0 0;
}
div#right h3{
	font: bold 12px Verdana;
	color: #900;
	border-bottom: 1px solid #900;
}

/* footer styles */
div#footer {
	width: 710px;
	padding: 0 5px 0 5px;
	background: transparent url(/squadra/images/background-footer.gif) no-repeat;
}
div#footer div.footerSpacer {
	height: 30px;
	visibility: hidden;
}
div#footer div.copyright {
	text-align: center;
	font: 10px Verdana;
	color: #999;
}
div#footer div.copyright a {
	text-align: center;
	font: 10px Verdana;
	color: #999;
	text-decoration: none;
}
div#footer div.copyright a:hover {
	color: #900;
	text-decoration: none;
}

/* memberinfo styles */
td.infoTitle {
	color: #666;
}