body {
	padding: 0;
	margin: 5px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
}
/* ] #C80059 */
#container {
	width: 950px;
	background-color: #fff;
	padding: 5px;
	margin: 0 auto;
	text-align: left;
}

	#header {
		position: relative;
		height: 155px;
		background-color: #A39C73;
		background-image: url("images/header_back.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		margin-bottom: 5px;
	}

		#header h1 {
			margin: 0;
			padding: 0;
			width: 250px;
			height: 42px;
			text-indent: -10000px;
			position: absolute;
			left: 20px;
			top: 20px;
		}
		
		#header h2 {
			display: none;
		}
		
		#header h3 {
			color: #fff;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			font-weight: normal;
			letter-spacing: -1px;
			
			position: absolute;
			top: 15px;
			left: 20px;
			font-size: 110%;
			
		}
		
			#header h3 span {
				font-weight: bold;
							
			}
		
		#header h4 {
			color: #fff;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
			font-weight: normal;		
			font-size: 80%;	
display:inline;			
		}
		
		#header ul {
			margin: 0;
			padding: 0;
			list-style-type: none;			
			position: relative;
			left: 10px;
			top: 59px;
			font-size: 75%;
		}
		
			#header ul li {
				float: left;
				margin-left: 1px;
				
			}
			
				#header ul li a {
					display: block;
					padding: 8px 17px;
					color: #fff;
					text-transform: uppercase;
					text-decoration: none;
					
				}
				
					#header ul li a:hover {
						background-color: #C80059;
					}
					
	#nav {
		float: left;
		width: 190px;
		margin-right: 10px;
		padding: 30px;
	}
	
		#nav h3 {
			margin: 0;
			padding: 0 0 5px 0;
			font-size: 70%;
			border-bottom: 1px dotted #ccc;
			color: #A39C73;
		}
		
		#nav ul {
			margin: 0 0 2em 0;
			padding: 0;
			list-style-type: none;
			font-size: 70%;
		}
		
			#nav ul li {
				padding: 5px 0;
				border-bottom: 1px dotted #ccc;
				text-transform: uppercase;
			}
			
				#nav ul li a {
					display: block;
					color: #575445;
					text-decoration: none;
					background-image: url("images/nav_off.gif");
					background-position: 1px 50%;
					background-repeat: no-repeat;
					padding-left: 15px;
				}
				
					#nav ul li.here a, #nav ul li a:hover {
						color: #C00051;
						background-image: url("images/nav_on.gif");
					}

	#content {
		float: left;
		width: 630px;
		padding: 30px;
	}
	
		#content h2 {
			font-size: 100%;
			letter-spacing: -1px;
			margin: 17px 0 0 0;
			padding: 5px 0 5px 0;
			border-top: 1px dotted #ccc;
			text-transform: uppercase;
			color: #C00051;
			font-weight: normal;
		}
		
		#content p {
			color: #666;
			font-size: 80%;
		}
		
		#content ul {
			margin: 0 0 1em 0;
			font-size: 80%;
			color: #666;
		}
		
			#content ul li {
				margin-bottom: 1.4em;
			}
			

	
	#footer {
		/*border-top: 1px dotted #ccc;*/
		padding: 0;
		background-color: #A39C73;
		background-image: url("images/footer_back.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		margin-top: 5px;
		height: 80px;
		position: relative;
	}
	
		#footer p {
			position: absolute;
			margin: 0;
			padding: 0;
			font-size: 75%;
			top: 20px;
			color: #575445;
			text-transform: uppercase;
		}
		
			#footer p.address { left: 25px; }
			#footer p.tel { left: 300px; }
			#footer p.terms { left: 600px; display: none; }
		
			#footer p a {
				color: #575445;
				text-decoration: none;
			}
			
				#footer p a:hover {
					text-decoration: underline;
				}


.bighead{
	color: #c80059;
	font-size:11pt;
	text-decoration:none;
	text-transform: capitalize;
}

.selected{
background-color: #C80059;
}
.notselected{
background-color: #AE5C65;
}

.bigH{
	color: #333333;
	font-size:130%;
	text-decoration:none;
	font-weight:lighter;
}

	.signupbutt {
	color:#FFFFFF;
	font-size: 60%;
	font-weight: bold;
	border: 1px solid #999;
	background: #C80059;
	padding: .3em .3em .3em;
}
/* Gallery [ */
ul.gallery {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.gallery li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* ] Gallery */

#credit {
	width: 960px;
	margin: 10px auto;
	padding: 0;
	text-align: right;
	font-size: 70%;
	color: #666;
}

	#credit a {
		color: #777;
		text-decoration: none;
	}

		#credit a:hover {
			color: #ccc;
		}


/* Hacks for poor browsers */

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.clearfix {display: inline-table;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */