/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000000 url('images/bg1.jpg') repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	}

a {
	color: #FFFFFF;
	text-decoration: underline;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.input {
	border: 1px solid #7f9db9;
	}
	
h3 {
	margin: 0px;
	}

table {
	vertical-align: top;
	border-collapse: collapse;
	padding: 2px;
	font-size: 11px;
	}
	
.trl {
	padding-left: 15px;
	}
	
td {
	padding: 6px;
	}

	
/* Frame For Centering */
#frame {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	}
	
#banner {
	width: 540px;
	height: 115px;
	background: url(images/banner.jpg) no-repeat;
	float: left;
	}
	
#news {
	width: 500px;
	height: auto;
	padding: 5px 20px 8px 20px;
	background: #FFFFFF;
	float: left;
	}

#news_text {
	width: 488px;
	height: auto;
	background: #d8ebfc;
	border: 1px solid #84bcef;
	color: #53575a;
	padding: 5px;
	text-align: center;
	float: left;
	}
	
/* Navigation & Title */
#nav {
	width: 540px;
	height: 25px;
	background: #FFFFFF;
	text-align: center;
	float: left;
	}

#title {
	width: 540px;
	height: 34px;
	background: url(images/bg.jpg) repeat-y;
	float: left;
	}

.title_name {
	width: 540px;
	height: 34px;
	background: url(images/blank_title.jpg) no-repeat;
	float: left;
	}

.titlep_name {
	width: 540px;
	height: 34px;
	background: url(images/page_title.jpg) no-repeat;
	float: left;
	}

.title_txt {
	width: auto;
	height: auto;
	margin: 10px 0 0 25px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	}
	
/* Content Area */
#conent {
	width: 500px;
	height: auto;
	background: #343434;
	border-left: 20px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
	float: left;
	}
	
.spacer {
	margin: 6px;
	}
	
/* Club Page Layout */
#info { 
	width: 500px;
	height: auto;
	background: #2a2a2a;
	margin-bottom: 5px;
	float: left;
	}

#txt {
	width: 330px;
	height: auto;
	float: left;
	}
	
#pic {
	width: 140px;
	height: 90px;
	margin: 0 0 0 0;
	border: 2px solid #414141;
	float: left;
	}

#staff {
	width: 490px;
	height: auto;
	background: #343434;
	margin-top: 5px;
	padding: 6px 5px 5px 5px;
	float: left;
	}

.line {
	width: 325px;
	height: auto;
	padding: 0 0 2px 5px;
	float: left;
	}
	
.member {
	width: 100px;
	height: auto;
	margin: 2px 5px 2px 5px;
	float: left;
	}
	
#background {
	width: 490px;
	height: auto;
	background: #2a2a2a;
	padding: 6px 5px 5px 5px;
	margin-bottom: 8px;
	float: left;
	}
	
	#bg_container {
		width: 460px;
		height: auto;
		margin: 0 10px 5px 5px;
		float: left;
		}
	
.text_title {
	width: 470px;
	height: auto;
	margin: 0 0 2px 3px;
	font-weight: bold;
	float: left;
	}

/* Contact Page */
#contactpage{width:400px; height: auto; margin-top:10px; font-size: 10px; }
#contactpage label { font-size: 10px; display:block; float:left; width:165px; text-align:left; margin-top:10px; margin-right: 20px;}
#contactpage input { background: #FFFFCC; color: #333333; border:1px solid #777777; width:170px; padding-left:2px; margin-right: 10px; }
#contactpage textarea {background: #FFFFCC; color: #333333; border:1px solid #777777; width:170px; padding-left:2px; margin-right: 10px;}
#contactpage select { background: #FFFFCC; color: #333333; border:1px solid #777777; width:170px; padding-left:2px; vertical-align: top; }
#contactpage input.button {font-size: 10px; background: #FFFFCC; color: #333333; border: #777777; margin-top: 10px; width:170px;}
	
/* Bottom Border & Footer */
#bottom {
	width: 540px;
	height: 21px;
	background: url(images/bottom.jpg) no-repeat;
	float: left;
	}
	
#footer {
	width: 540px; 
	height: auto;
	text-align: center;
	float: left;
	}