body {
	background: white url(../img/body_bg.png) center top no-repeat;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	color: #e50004;
	line-height: 1.3;
	font-size: 13px;
}

li {
	list-style: disc inside;
}

a {
	color: #e10004;
}

#container {
	width: 930px;
	margin: auto;
}

#menu {
	float: left;
	height: 55px;
	font-family: sans-serif;
	padding-top: 25px;
}

#menu ul {
}

#menu ul li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	list-style: none outside;
}

#menu ul li a {
	display: block;
	width: 103px;
	height: 22px;
	background: url(../img/menu_bg.png) no-repeat;
	font-size: 13px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 5px;
}

#menu ul li a:hover {
	background-image: url(../img/menu_bg_on.png);
	color: black;
}

#menu ul li a.active {
	background-image: url(../img/menu_bg_on.png);
	color: black;
}

#search-box {
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}

#search-box form {
	font-size: 9px;
	color: #7D7D7D;
}

#search-box form input.input-text {
	border: none;
	width: 74px;
	height: 12px;
	background: url(../img/search_field.png) no-repeat;
	padding: 4px;
	font-size: 9px;
	color: #7D7D7D;
}

#left {
	float: left;
	width: 244px;
	background: url(../img/left_bg.png) left top no-repeat;
}

#left h1 a {
	display: block;
	width: 100%;
	height: 230px;
}

#left h1 a span {
	display: none;
}

#grats {
	padding: 25px;
	height: 180px;
	font-weight: bold;
	display: table;
}

#grats-center {
	display: table-cell;
	vertical-align: middle;
}

#grats-text {
	font-size: 15px;
	font-style: italic;
	line-height: 1.5;
}

#grats p {
	padding-top: 10px;
	text-align: right;
	line-height: 1.3;
}

#grats-name {
	font-size: 12px;
	text-transform: uppercase;
}

#grats-func {
	padding-top: 5px;
	font-size: 11px;
}

#bio {
	margin-left: 20px;
	min-height: 250px;
	padding-right: 10px;
	margin-bottom: 20px;
	line-height: 1.5;
}

#bio p {
	color: black;
	font-size: 11px
}

#bio h3 {
	color: #e50004;
}

#partners {
	margin-bottom: 20px;
}

#partners h3 {
	color: #575757;
	font-size: 10px;
	padding-left: 25px;
}

.partner {
	text-align: center;
	margin-left: 25px;
}

.partner-top {
	width: 200px;
	height: 37px;
	background: url(../img/partner_top.png) no-repeat;
}

.partner-center {
	width: 200px;
	height: 130px;
	background: url(../img/partner_center.png) repeat-y;
	display: table;
}

.partner-bottom {
	width: 200px;
	height: 37px;
	background: url(../img/partner_bottom.png) no-repeat;
	position: relative;
	z-index: -1;
}

#partner-href {
	display: table-cell;
	vertical-align: middle;
}

#newsletter {
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/newsletter_bg.png) no-repeat;
	padding-top: 0;
	text-align: center;
}

#newsletter h3 a {
	display: block;
	width: 100px;
	height: 25px;
	margin-bottom: 5px;
}

#right {
	float: left;
	width: 686px;
	_width: 685px;
	_overflow: hidden;
	background: url(../img/right_bg.png) top right no-repeat;
	margin-bottom: 30px;
	color: black;
	/*height: 420px;*/
	min-height: 420px;
}

#intro-text {
	margin-left: 10px;
	font-size: 13px;
}

#news {
	float: left;
	width: 236px;
	height: 404px;
	background: url(../img/news_box.png) no-repeat;
	margin: 50px 10px 50px 10px;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
}

#news h3 a {
	display:block;
	width:100px;
	height: 30px;
}

#news-img {
	width: 108px;
	height: 100px;
	background: url(../img/white_bg.png) no-repeat;
	text-align: center;
	float: left;
	margin-right: 10px;
}

#news-img img {
	height: 100px;
}

#news .created {
	color: #977200;
	font-size: 10px;
}

#news .fullName {
	color: #977200;
	font-size: 11px;
}

#news .title {
	height: 29px;
}

#news .first.title {
	height: auto;
}

#news .title a {
	color: #e10004;
	font-size: 12px;
	font-weight: bold;
}

#news .content {
	color: #e10004;
	font-size: 11px;
	height: 75px;
	%height: auto;
}

#news.news-user .content {
	height: 74px;
	overflow: hidden;
}

#news div.other {
	margin-top: 12px;
	background: url(../img/whitering.png) no-repeat;
}
#news.news-user div.other {
	margin-top: 18px;
}

#news .left20 {
	padding-left: 20px;
}

#multimedia {
	float: left;
	width: 389px;
	height: 398px;
	background: url(../img/multimedia_box.png) no-repeat;
	margin: 50px 0px;
}

#multimedia h3 a {
	display: block;
	width: 180px;
	height: 30px;
	margin-left: 200px;
}

#multimedia img {
	margin-top: 37px;
	margin-left: 68px;
/*	width: 257px; */
	height: 231px;
}

#multimedia a.inline img {
	width: 257px;
}

.multimedia-div {
	width: 325px;
	overflow: hidden;
}

#members {
	clear: both;
	font-size: 11px;
	margin-left: 30px;
	background: url(../img/members.png) left top no-repeat;
	padding-top: 30px;
	margin-bottom: 50px;
	%padding-top: 0px;
}


#members-list li img {
	float: left;
	margin-top: 10px;
	width: 75px;
}

#members-list li span {
	float: left;
}

.member-name {
	margin-top: 30px;
	color: #e50004;
}

#carousel .member-sport a {
	margin-top: 10px;
	color: #977200;
}

#best-success {
	clear: both;
}

#best-success h3 {
	width: 165px;
	height: 29px;
	background: url(../img/bestsucc.png) no-repeat;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
}

#content img[align] {
	margin: 10px;
}

#footer {
	clear: both;
	width: 890px;
	height: 60px;
	background: url(../img/footer_bg.png) no-repeat;
	padding: 3px 20px 0px 20px;
	font-size: 9px;
	color: #666666;
}

#footer a {
	color: #575757;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

#copy {
	float: left;
}

#press {
	float: right;
}


.hide {
	display: none;
}

.cleaner {
	clear: both;
}

/* news page */
#news-page {
	font-size: 13px;
}
#news-page .created{
	color: #e4000a;
}
#news-page .fullName{
	color: #977217;
}
#news-page .title{
	color: #595853;
	font-weight: bold;
	padding-top: 5px;
}
#news-page .content{
	color: #595853;
}

#news-page .more{
	padding-left: 450px;
}

#news-page a{
	color: #e4000a;
	font-weight: bold;
}

#news-first{
	float: left;
	width: 500px;
	margin-bottom: 30px;
}

#news-first-img{
	float: left;
}

#subnews {
	clear: both;
	margin-left: 10px;
}

.subnews-box {
	width: 205px;
	height: 110px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*  */
