body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS";
	color: #444444;
	font-size: 12px;
}

img a{
	border: none;
}

#header{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	background:  url(images/logoBLUE.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#header p{
	color: #FFFFFF;
	margin-left: auto;
	width: 200px;
	text-align: left;
	padding-top: 130px;
}

#header a{
	color: #FFFFFF;
}

#container{
	width: 830px;
	background: #05142B;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #888888;
}

#menu{
	padding: 20px 0 0 10px;
	width: 180px;
	height: 825px;
	float: left;
	background: #05142B;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}
#menu a:link {
	text-decoration: none;
	color: #ffffff;
}
#menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#menu ul{
	margin: 0;
	padding: 0;
}

#menu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content{
	line-height: 150%;
	background: #FFFFFF;
	background-image:  url(images/bodybg.gif);
	background-repeat: no-repeat;
	background-position-y: 100px;
	width: 560px;
	height: 800px;
	float: right;
	margin: 10px;
	padding: 20px;
	border: 1px solid #CECFB1;
}

#content a{
	color: #513B27;

}

#footer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: left;
	padding: 10px 0 50px 0;
	color: #FFFFFF;
	background:  url(images/logos.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	line-height: 140%;

}

#footer a{
	color: #FFFFFF;
}

.gallery{
	text-align: center;
}
.texttable {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #444;
}
