@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
} 
body {
	font-size: 62.5%;
	line-height: 16px;
	color: #FFF;
	background-color: #e57a20;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
p {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0 0 1.2em 0;
	font-variant: normal;
	color: #666;
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
	color: #fff;
}
.white {
	color: #fff;
}
.orange {
	color: #e57a20;
	padding: 0;
}
h1 {
	font-size: 3em;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 2.2em;
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.4em;
	font-weight: normal;
}
h3 {
	font-size: 2em;
	margin: 0;
	padding: 0.5em 0 1em 0;
	line-height: 1.4em;
	font-weight: normal;
	color: #666;
}
h4 {
	font-size: 1.3em;
	margin: 0;
	padding: 2.3em 0 1em 0;
	line-height: 1.4em;
	font-weight: normal;
	color: #e57a20;
}
a {
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #e57a20;
	text-decoration: underline;
}
a.text {
	padding: 0;
	margin: 0;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a.text:hover {
	color: #e57a20;
	text-decoration: underline;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	padding: 0 0 4px 18px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #666;
	text-align: left;
	width: auto;
	list-style: none;
	background-image: url(../img/bulli.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#wrap {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: auto;
	border: solid #FFF 10px;
	background-color: #acafc9;
}
#wrap_in {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	overflow: visible;
}
#head {
	padding:12px 0 8px 0;
	margin: 0;
	width: 1000px;
	height: auto;
	display: block;
	float: left;
	background-color: #00285b;
	background-image: url(../img/pre_logos2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.club_left {
	padding: 0 0 0 14px;
	margin: 48px 0 0 0;
	width: auto;
	height: auto;
	float: left;
}
.club_right {
	padding: 0 14px 0 0;
	margin: 48px 0 0 0;
	width: auto;
	height: auto;
	float: right;
}

#container {
	padding: 0 0 30px 0;
	margin: 0;
	width: 1000px;
	height: auto;
	overflow: visible;
	float: left;
	background-image: url(../img/pre_body_bg.png);
	background-repeat: repeat-x;
}
#cont /* invisilbe */ {
	padding: 0;
	margin: 10px 0 12px 0;
	width: auto;
	height: auto;
	overflow: visible;
	clear: both;
}
.content {
	padding: 14px 14px 0px 14px;
	margin: 0 0 0 14px;
	width: 451px;
	height: auto;
	display: block;
	background-color: #FFF;
	z-index: 50;
	float: left;
}
.listl {
	width: 220px;
	float: left;
	height: auto;
	min-height: 190px;
}
.listr {
	width: auto;
	float: left;
	height: auto;
	min-height: 190px;
}
.bottom {
	width: auto;
	height: auto;
	clear: both;
	margin-bottom: 14px;
	min-height: 38px;
}
