/* trilithon stylesheet */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #575E8A;
	text-align: center;
	margin: 0px;
}
#container {
	text-align: left;
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	background:  url(images/stylesheet/shadows_page.gif) repeat-y;
	border-bottom: 1px solid #575E8A;
}
#header {
	margin: 0px 20px;
	padding-bottom: 10px;
}
#header ul{
	margin-left: 0px;
	padding-left: 0px;
	width: 500px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -220px;
}
#header li {
	float: left;
	padding-right: 35px;
	list-style-type: none;
}
#header li a:link, #header li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#header h1 {
	margin: 0px;
	width: 500px;
	height: 200px;
	background: url(images/stylesheet/heading.jpg);
}
#header h1 span {
	display: none;
}
#header h2 {
	display: none;
}
#content {
	margin: 0px 20px;
}
#content .back{
	font-size: .7em;
}
#content img.content {
	border: 0;
	margin: 0px 0px 10px 10px;
}
#content img.gallery {
	border: 0;
	margin-right: 18px;
	margin-bottom: 18px;
}


#footer {
	margin: 0px 20px;
	border-top: 2px solid #0F53FC;
}