/****************************
			GLOBAL
*****************************/

* {
	margin:0px;
	padding:0px;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	color:#fff;
	line-height:1.5;
	background-color:#D2C0A1;
}

:focus, :active { 
	outline: 0; 
}

.clear {
	clear:both;
}

a img {
	border:0px;
}

/****************************
          CONTAINER
*****************************/

#container {
	width:944px;	/*950px*/
	/*padding:3px;*/
	border:3px solid #fff;
/*	background-color:#ffffff;*/
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	margin:70px auto 0px;
}

/****************************
          	LEFT
*****************************/

#left {
	background-color:#59492B;
	width:360px;
	float:left;
	border-right:3px solid #fff;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	
	min-height:300px;
}

#left #nav {
	list-style:none;
	text-align:center;
	padding-top:200px;
	margin-bottom:50px;
	font-size:2em;
	font-family:"Times New Roman",Times;
	text-shadow: 0 0 0 #000;	/*safari*/
	opacity:0.99;	/*firefox*/
}

	#left #nav li {
		margin-bottom:5px;
		text-transform:uppercase;
		
	}
	
		#left #nav li a {
			color:#fff;
			text-decoration:none;
		}
		
		#left #nav li a:hover {
			color:#D2905A;
		}
		
		#left #nav li a.current {
			color:#D2905A;
		}

#left #footer {
	width:360px;
	background-image:url(../images/footer_hr.gif);
	background-repeat:no-repeat;
	padding-top:50px;
	padding-bottom:30px;
}

	#left #footer p {
		font-size:1.2em;
		text-align:center;
		text-shadow: 0 0 0 #000;	/*safari*/
		opacity:0.99;	/*firefox*/
	}
	
	#left #footer a {
		color:#fff;
		text-decoration:none;
	}
	
	#left #footer a:hover {
		color:#D2905A;
	}

/****************************
          	RIGHT
*****************************/

#right {
	float:left;
	width:581px;
}

#right_top {
	height:365px;
	background-color:#fff;
	border-bottom:3px solid #fff;
}

#right_content {
	background-color:#9a907e;
	padding:14px 28px;
}

	#right_content h2 {
		font-size:2em;
		margin-bottom:14px;
		font-weight:normal;
	}

	#right_content p {
		font-size:1.4em;
	}
	
	#right_content p.btm_mgn {
		margin-bottom:14px;
	}
	
	#right_content a {
		color:#fff;
	}
	
	#right_content a:hover {
		text-decoration:none;
	}

	.calendar_text p {
		font-size:1.2em;
		color:#000;
	}
	
#tbl_calendar {
	color:#000;
	font-size:1.2em;
}

	#tbl_calendar h2 {
		color:#59492B;
	}

	#tbl_calendar th {
		font-size:1.2em;
	}

	#tbl_calendar td {
		border-bottom:1px dotted #9A907E;
		padding:8px 0px;
	}
	
#club62_header {
	width:600px;
	height:54px;	/*80px*/
	background-color:#59492B;
	text-align:center;
	padding-top:26px;
}

	#club62_header h1 {
		color:#fff;
		font-family:"Times New Roman",Times;
		font-weight:normal;
		font-size:2em;
	}
	
	#club62_header h1 span {
		color:#9a907e;
	}
	
#frm_club62 {
	font-size:1.2em;
	padding:20px 0px 20px 20px;
}

#tbl_club62 td {
	padding-bottom:10px;
}

	#frm_club62 label {
		color:#59492B;
		font-weight:bold;
	}
	
	#frm_club62 select {
		width:70px;
	}
	
	#frm_club62 input {
		padding:4px;
		border:1px solid;
		border-color:#D3BFA0 #D3BFA0 #59492B;
		background-color:#D3BFA0;
	}
	
	#frm_club62 .btn_send {
		background-color:#59492B;
		border:1px solid #59492B;
		color:#fff;
		width:60px;
	}
	
		#frm_club62 .btn_send:hover, #frm_club62 .btn_send:focus {
			background-color:#9A907E;
			color:#59492B;
		}