

body {
	margin:0;padding:0;
	background:url(../images/bg_dinosaurs.jpg) repeat #f0f8cc fixed;
}
.container {
width:790px;
position:relative;
z-index:5px;
margin: 15px auto;
}
.bg {
	background-color:#FFFFFF; height:100%; width:100%;
	border-right: 2px groove #CCCCCC;
	border-left: 2px groove #CCCCCC;
	border-bottom: 2px groove #999;
	border-top: 2px groove #999;
	left:0; top:0;
	filter:alpha(opacity=87);
	-moz-opacity: 0.87;
	opacity: 0.87;
	position:absolute; z-index:10;
}
#content { 
	z-index:20;
	position:relative;
	padding: 20px 0;
}
#page {
	float:right;
	width:525px;
	margin-right: 35px;
}
#menu {
	float:left;
	width:145px;
	margin-left: 35px;
}
img {border: 0px;}
img.img_right {float: right; margin: 0px 0px 10px 10px;}
img.img_left {float: left; margin: 0px 10px 10px 0px;}
img.logo {float:left;margin-left:15px;}
img.logo_text {float:left;margin-left:33px;margin-top:33px;}


#menu ul { 
	width:100%;
	margin:0;
	padding:0;
}

#menu li {
	list-style-type: none;
	background-color: #ffffff;
	color: #fff;
	margin-top: 1px;
}

#menu li.c1 { background-color: #7faf59; }
#menu li.c2 {background-color: #a2ad00;}
#menu li.c3 {background-color: #65afe4;}
#menu li.c4 {background-color: #f8527d;}
#menu li.c5 {background-color: #e10025;}

#menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0.4em 0.2em;
	font-weight:bold;
}

#menu li a:hover {
	background-color: #3b3b3b;
	color: #fff;
	text-decoration: underline;
}
#sub2, #sub4, #sub8 {
	display: none;
}
#sub2 li a, #sub4 li a, #sub8 li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0.2em 0.1em 1.5em;
	font-weight:normal;
}
#sub2 li.last, #sub4 li.last, #sub8 li.last {
	padding-bottom: 1.5em;
}



* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
.details {display:none;}

div.footerlinks {
	float: left;
	text-align: left;
	background-color: #65afe4;
	margin-left: 35px;
	margin-bottom: 35px;
	padding: 4px;
	color: #000000;
	filter:alpha(opacity=67);
	-moz-opacity: 0.67;
	opacity: 0.67;
}
div.footerlinks a {
	color: #FFFFFF;
	text-decoration:none;
}
