body {
	background-color: #383838;
	color: #aaa;
	font-family: Verdana;
	font-weight: lighter;
	font-size: 0.7em;
	line-height: 1.3em;
	letter-spacing: 2pt;
}

h4 {
	text-transform: uppercase;
	display: block;
	color: #aaa;
	background-color: #383838;
	border: 2px solid #383838;
	text-indent: 20px;
}

li {
	list-style: none;
	margin-top: 20px;
	font-weight: bold;
	font-size: 1em;
}

li span {
	display: block;
	font-weight: normal;
}

li span b {
	display: block;
	font-weight: bold;
}

a {
	color: #aaa;
	text-decoration: none;
}

#main {
	width:300px;
	margin: auto;
	margin-top: 100px;
	height: 500px;
}

#main img {
	margin-left: -15px;
}

#content {
	background-color: #ddd;
	border: 5px solid #ddd;
	width: 600px;
	margin-top: 100px;
	color: #383838;
}

#container {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #333;
	padding: 0.5em;
}

.footer a {
	display: block;
}

.leightbox {
	color: #333;
	display: none;
	width: 600px;
	height: auto;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -300px;
	padding: 1em;
	border: 1em solid #383838;
	background-color: #ddd;
	text-align: left;
	z-index:1001;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#message {
	display: block;
	background-color: #ddd;
	color: #383838;
	padding: 2px 5px;
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }