* {
   padding: 0;
   margin: 0;          
}

body {
	background: #000000;
	font-family: trebuchet MS, sans-serif;
	font-size: 100%;
}

div#container {
	position: absolute;
	top: 50%;
	width: 96%; 
	height: 500px;
	margin-top: -250px; 
	margin-left: 2%;
	margin-right: 2%;
	background: #006666;
}	

#title {
	position: absolute;
	display: inline;
	background: url(images/bgr_title.jpg) no-repeat;
	float: left;
	margin: 10px 0% 10px 1%;
	width: 25%;
	height: 480px;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #99FFCC;

}	

#title h1 {
	font-family: "trebuchet MS", sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	margin: 50px 30px 0 0;
}
#title a {
	font-family: "trebuchet MS", sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin: 50px 10px 0 10;
	text-decoration: none;

}
#title h1 span {
	color: #1A658D;
}

#title h2 {
	font-family: "trebuchet MS", sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin: 5px 20px 0 0;
}
#title h3 {
	font-family: "trebuchet MS", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 280px 20px 0 0;
}

#nav {
	display: inline;
	position: absolute;
	margin-left: 26%;
	width: 23%;
	height: 100%; 
}

#nav ul {
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	margin-left: 20px;
	margin-top: 60px;
}

#nav ul li {
	line-height: 32px; 
	margin-bottom: 10px; 
}

#link {background: url(images/pfote.jpg) no-repeat;}

#nav ul li a:link, #nav ul li a:hover, #nav ul li a:visited {
	display: block;
	width: 100%;
	color: #FFCC66;
	text-decoration: none;
	text-indent: 35px; 
}

#nav ul li a:link, #nav ul li a:visited {
}

#nav ul li a:hover {
	color: #FFFFFF;
}

#nav ul li a#active {
	color: #99FFCC;
}

#content {
	position: absolute;
	display: inline;
	width: 49%;
	height: 476px;
	margin: 10px 2% 10px 50%;
	border: 1px solid #009999;
	overflow: auto;
	background-attachment: fixed;
	background-image: url(images/bgr_content.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}

#content h1 {
	color: #99FFCC;
	font-size: 24px;
	margin-left: 30px;
	text-align: left;
}
#content h2 {
	color: #99FFCC;
	font-size: 22px;
	margin-left: 10px;
	text-align: left;
	line-height: 40px;
}
#content h3 {
	color: #99FFCC;
	font-size: 22px;
	margin-left: 10px;
	text-align: center;
	line-height: 40px;
}
#content h4 {
	color: #CCCCCC;
	font-size: 14px;
	margin-left: 10px;
	text-align: center;
}
#content p {
	margin: 5px 10px 0;
	text-align: left;
	text-indent: 1em;
	color: #FFFFFF;
	font-size: 14px;
}	
#content a {
	color: #FFFF99;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-decoration: none;


}

.galleryimage {
	float: left;
	border: 2px #FFFFCC solid;
	margin: 5px;
	padding: 2px;
	text-align: center;
	width: 104px;
	height: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.galleryimage a {
	text-decoration: none;
}

.galleryimage img {
	border: none;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99FFCC;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.footer a {
	color: #99FFCC;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.picture {
	text-align: center;
}

