body {
	background: url(../images/body_bg.gif) repeat-x;
	}
	
div.container_12 .grid_2 {
	margin: 0;
	width: 160px;
	padding: 0;
	}
	
div#nav div.container_12 .alpha {
	margin-left: 10px;
	}
	
div#nav div.container_12 .omega {
	width: 140px;
	}
	
div#header {
	height: 180px;
	overflow: hidden;
	position: relative;
	}
	
div#header h2 {
	margin: 0;
	position: relative;
	text-indent: -2000px;
	}
	
div#header h2 a {
	display: block;
	width: 960px;
	height: 180px;
	}
	
div#header h2 a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/screen_logo.png) no-repeat 10px 0;
	}
	
a span {
	cursor: hand;
	}
	
div#nav {
	background: url(../images/nav_bg.png) no-repeat 0 0;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	}
	
div#nav li {
	height: 50px;
	overflow: hidden;
	}
	
div#nav li a {
	display: block;
	height: 50px;
	padding-top: 50px;
	}
	
#highlight {
	background: url(../images/homepage-highlight.png) no-repeat;
	height: 320px;
	margin-bottom: 10px;
	}
	
#highlight p {
	text-indent: -2000px;
	}
	
#homepage_menu, #homepage_galleries {	
	height: 180px;
	width: 310px;
	position: relative;
	overflow: hidden;
	margin-right: 0;
	}
	
#homepage_entertainment {
	width: 300px;
	overflow: hidden;
	height: 180px;
	}
	
#homepage_menu h3, #homepage_galleries h3, #homepage_entertainment h3 {
	position: relative;
	}
	
#homepage_menu h3 a, #homepage_galleries h3 a, #homepage_entertainment h3 a {
	display: block;
	height: 180px;
	position: relative;
	}
	
#homepage_menu h3 a span, #homepage_galleries h3 a span, #homepage_entertainment h3 a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	}
	
#homepage_menu h3 a span {
	background: url(../images/homepage-menu.png) no-repeat;
	}
	
#homepage_galleries h3 a span {
	background: url(../images/homepage-galleries.png) no-repeat;
	}
	
#homepage_entertainment h3 a span {
	background: url(../images/homepage-entertainment.png) no-repeat;
	}
	
div#content_top {
	background: url(../images/content_bg_red_top.gif) no-repeat;
	height: 10px;
	}
	
div#content {
	background: url(../images/content_bg_red.gif) repeat-y;
	color: #fff;
	}
	
div#content_bottom {
	background: url(../images/content_bg_red_bottom.gif) no-repeat;
	height: 10px;
	}
	
div#content  {
	padding: 0;
	}
	
div#content p, div#content h1, div#content dl, div#content form {
	padding: 0 20px;
	}
	
div#content h2, div#content h3, div#content h4, div#content h5 {
	background-color: #000;
	padding: 0.5em 20px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	}
	
div#content a {
	padding: 0;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}
	
div#galleries div.gallery_tmb {
	/*float: left;*/
	}
	
#photo_form {
	width: 400px;
	float: left;
	font-size: 90%;
	}
	
#photo_form legend {
	font-weight: bold;
	}
	
#photo_form fieldset fieldset {
	padding: 10px;
	}
	
#photo_form fieldset div {
	margin-bottom: 0.5em;
	}
	
#photo_form input {
	width: 90%;
	}
	
#photo_form label input {
	width: auto !important;
	}
	
#photo_form span.error {
	font-size: 70% !important;
	}
	
p.shared_photo {
	float: right;
	}

ul.menu_items {
	width: 100%;
	margin-left: 20px;
	margin-bottom: 1.5em;
	list-style-image: url(../images/bullet_yellow.png);
	padding-left: 0 !important;
	list-style-position: inside;
	}
	
ul.menu_items li {
	float: left;
	height: 2.0em;
	vertical-align: middle;
	width: 265px;
	padding: 5px 0 !important;
	padding-left: 20px !important;
	margin-left: 0;
	}
	
#content dt {
	font-weight: bold;
	padding-top: 10px;
	}
	
div#footer {
	text-align: center;
	padding-top: 20px;
	color: #333;
	}
	
div.gallery {
	font-size: 80%;
	}
	
div#galleries div.gallery {
	font-size: 90% !important;
	}
	
div.gallery p {
	text-align: center;
	}
	
div.gallery img {
	vertical-align: bottom;
	}

table.calendar {
	color: #333;		
	background-color: #fff9e8;	
	margin-left: 20px;
	margin-right: 20px;
	border-collapse: collapse;
	}
	
table.calendar th {
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	color: #fff;
	text-align: left;
	padding: 0.5em;
	}
	
table.calendar td {
	border: 1px solid #333;
	padding: 0.5em;
	font-size: 90%;
	line-height: 120%;
	}
	
form.signup_form div {
	float: left;
	margin-right: 10px;
	height: 1.5em;
	}
	
form#job_form fieldset {
	padding: 20px;
	border-top: 1px solid #fff;
	}
	
form#job_form fieldset legend {
	padding: 10px;
	font-weight: bold;
	}
	
form#job_form fieldset div {
	margin-bottom: 0.5em;
	}
	
form#job_form fieldset div label {
	width: 200px;
	text-align: right;
	float: left;
	margin-right: 10px;
	}
	
form#job_form fieldset.submit div input {
	margin-left: 210px;
	}
	
span.error {
	font-size: 80%;
	color: #fff;
	font-style: italic;
	background-color: #ff0000;
	padding: 3px;
	}
	
