@import url("/elements/lightbox.css");
body {
	color: black;
	margin: 0px;
	padding: 0px;
	background: url(/elements/bkg.gif);
	font: 12px "Trebuchet MS";
} 	
h1{
	padding-top:0px;
	margin-top:0px;
}
a {
	text-decoration:none;
	color:white;
}
a:hover {
	color:yellow;
}

p {
	margin:0;
	padding:0;
	padding-bottom:20px;
}
img{
	border:1px solid #5E88C2;
	margin:0px;
	padding:0px;
}
#container{
	display:block;
	position:relative;
	width:770px;
	left:50%;
	margin-left: -385px;
}
#header{
	display:block;
	background: url(/elements/header.jpg);
	width:400px;
	height:69px;
	padding-top:231px;
	padding-left:357px;
	padding-right:3px;
	color:white;
	text-align:right;
}
#footer{
	display:block;
	background: url(/elements/footer.gif);
	width:760px;
	height:20px;
	color:white;
	text-align:center;
}
#main{
	min-height: 500px;
	overflow: visible;
	display:block;
	background: url(/elements/main.gif);
	width:760px;
	min-height:500px;
}
/*\*/
* html #main {
	height: 500px;
}
/**/

#menu{
	float:left;
	width:150px;
	padding:10px;
	text-align:right;
	color:white;
}
#menu a {
	font-weight:bold;
/*	text-decoration:overline underline;*/
}
#content{
	float:left;
	width:570px;
	padding:10px;
}
#content a {
	color:black;
	text-decoration: underline
}
#content a:hover {
	color: #5E88C2;
}


