body {
	margin: 0PX;
	background: #CCCCCC;
	text-align: center;
}
#container {
	width: 1096px;
	height:auto;	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	background: #404040; 	
}
#left_cont {
	width: 279px;
	height:inherit;
	float:left;
}
#right_cont {
	width: 815px;
	float:left;
}
#title_cont {
  width: 815px;
	height: 47px;
	background: #404040;
}
#page_title {
  width:815px;
	background: #404040;
}
#top_links {
    width:1096px;
	height: auto;
	background:#000000;
	clear: both;
}
#main_content {
  width:1096px;
  height:auto;
	clear: left;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
}
#left_photos {
  width: 279px;
	height: 341px;
	background: url(images/left-photo.jpg) no-repeat;
}
#right_header {
  width: 815px;
	height: 341px;
	background: url(images/right-photo2.jpg) no-repeat;
}

#footer {
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
padding: 5px;

}

/* Main Menu Buttons */

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #404040 url(images/button_bg.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	table-layout:fixed;
	display: table;
	width:100%;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/button_bg.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 30px;
	float: left;
	text-align:center;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 30px;
	width: 137px;
	cursor: pointer;
	padding-top: 5px;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* PINK HOVER */
.bubplastic.pink ul li a:hover,
.bubplastic.pink ul li.highlight a {
	
}
.bubplastic.pink ul li a:hover span.menu_ar,
.bubplastic.pink ul li.highlight a span.menu_ar {
	background: transparent url(images/button_bg_pink.gif) top left no-repeat;
}

