/* MISS BELMAR GENERAL RULES */

/* HTML DEFINITIONS */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {	
	background-color:#FFFFFF;
	text-align: center;
}

a {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	display: none;
}


/* TRANSLATION FLAGS */

div#translate {
	display: none;
}


/* SITE CONTAINERS */

div#whole_site_container {
}

div#container {
}


/* HEADER */

div#header {
	display: none;
}

	#header h1 {
	}
	
		#header h1 span, #header img {
		}


/* UPPER NAVIGATION */
		
ul#miss_belmar_navigation {
	display: none;
}

/* LOWER NAVIGATION */

ul#fishing_navigation {
	display: none;
}


/* "THE BELMAR CONNECTION" TAB */
		
a#the_belmar_connnection_link {
	display: none;
}

/* MAIN BODY */

div#main_body {
	margin: 0px !important;
	padding: 0px !important;
	width: 900px;
}

/* BODY TEXT REGION */

	div#body_text {
		padding:0x;
	}	
		#body_text ul {
		list style: none;
		}
		#body_text ul, #body_text ul li, #body_text p {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		color: #000000;
		text-align: center;
		}
		
	div#lightwindow_overlay, #lightwindow {
		display: none;
	}
	
	
div#buck_container {
		padding: 0px;
		margin: 0px;
		width: 900px;
		height: 374px;
}
	
	#buck_container img {
		width: 900px;
		height: 374px;
	}
		
/* EYE CANDY */
ul#eye_candy {
	display: none;
}

/* FOOTER */

div#footer {
	display: none;
}

