@charset "utf-8";
/* CSS Document */

html, body, div, span, blockqoute, h1, h2, h3, h4, h5, h6, img, p, ul, ol, li {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
	height:100%;
}

body {
	background-color:#000;	
}

#bodywrap {
	width:90%;
	margin:auto;
}

hr {
	color:#fff;
	margin:auto;
}

#gohome {
	position:absolute;
	top:10px;
	right:10px;
}

#gohome a {
	color:#ddd;
	font-size:1.2em;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/*-------------------------HEAD-------------------------------*/

#head {
	width:100%;
	margin-top:10px;
}

#head #logo {
	background-color:#444;
	float:left;
	margin-left:20px;
	
}

#head #nav table {
	margin:5% auto 5% auto;
	font-family:Arial, Helvetica, sans-serif;
}

#head #nav a {
	text-decoration:none;
	color:#000;
}

#head #nav .navbg {
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
}

#head #nav td {
	background-color:#ddd;
	text-align:center;
	width:218px;
	height:30px;
	vertical-align:middle;
}

#head #nav td ul {
	margin-left:20px;		
}

#head #nav td li {
	display:inline;	
}

/*-------------------------CONTENT--------------------------*/

#content {
	width:100%;
	display:block;
	margin: 5px auto;
	min-height:600px;
	text-align:justify;
	text-indent:2%;
}

#content h1 {
	text-align:center;
	color:#fff;
}

#content h4 {
	clear:both;
	text-align:center;
}

#content .left {
	float:left;
	width:31%;
	height:890px;
	/*background-color:#ccc;*/
	background-image:url(../images/l_bg.png);
	background-repeat:repeat-x;
	font-size:.7em;
	padding-right:1%;
	padding-left:1%;
}

#content .left_active {
	float:left;
	width:55%;
	height:890px;
	/*background-color:#ccc;*/
	background-image:url(../images/l_bg.png);
	background-repeat:repeat-x;
	padding-right:1%;
	padding-left:1%;
}

#content .left_small {
	float:left;
	width:15%;
	height:890px;
	/*background-color:#ccc;*/
	background-image:url(../images/l_bg.png);
	background-repeat:repeat-x;
	font-size:.6em;
	padding-right:1%;
	padding-left:1%;
	overflow:hidden;
}

#content .center {
	float:left;
	width:31%;
	height:890px;
	/*background-color:#00C;*/
	background-image:url(../images/c_bg.png);
	background-repeat:repeat-x;
	color:#fff;
	padding-right:1%;
	padding-left:1%;
	font-size:.7em;
}

#content .center_active {
	float:left;
	width:55%;
	height:890px;
	/*background-color:#00C;*/
	background-image:url(../images/c_bg.png);
	background-repeat:repeat-x;
	color:#fff;
	padding-right:1%;
	padding-left:1%;
	
}

#content .center_small {
	float:left;
	width:15%;
	height:890px;
	/*background-color:#00C;*/
	background-image:url(../images/c_bg.png);
	background-repeat:repeat-x;
	color:#fff;
	padding-right:1%;
	padding-left:1%;
	font-size:.6em;
}

#content .right {
	float:left;
	width:31%;
	height:890px;
	/*background-color:#FC0;*/
	background-image:url(../images/r_bg.png);
	background-repeat:repeat-x;
	padding-right:1%;
	padding-left:1%;
	font-size:.7em;
}

#content .right_active {
	float:left;
	width:55%;
	height:890px;
	/*background-color:#FC0;*/
	background-image:url(../images/r_bg.png);
	background-repeat:repeat-x;
	padding-right:1%;
	padding-left:1%;
}

#content .right_small {
	float:left;
	width:15%;
	height:890px;
	/*background-color:#FC0;*/
	background-image:url(../images/r_bg.png);
	background-repeat:repeat-x;
	padding-right:1%;
	padding-left:1%;
	font-size:.6em;
}

#content #donate {
	width:70%;
	display:block;
	margin:auto;
	background-image:url(../images/l_bg.png);
	background-repeat:repeat-x;
	padding:30px;
	color:#fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content #donate form {
	margin-top:30px;	
}

/*---------------------------PAST--------------------------*/

.sign {
	width:20%;
	float:left;
	margin-right:10px;
	margin-left:3px;
}

.sign2 {
	width:30%;
	float:right;
	margin-right:3px;
	margin-left:10px;
}

#thumb_banner {
	width:100%;
	margin:auto;
}

#fut_left {
	text-indent:0px;
	width:80%;
	display:block;
	margin:auto;
	
}

#fut_left .steelpan {
	width:45%;
	display:block;
	margin:auto;
}







