@charset "UTF-8";

img { behavior: url(iepngfix.htc); border: 0px; }

body {
	background: #000000 url(images/background.jpg) no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #003366;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.tiny {font-size: 0.8em;}

.clear {clear: both;}

h1.gaphead {margin: 180px 0 0 0;}

.highlight {
	border: 2px dashed #CCCCCC;
	background: #333333;
	padding: 5px;
	font-weight: bold;
}

#content {
	width: 984px;
	margin: 0px auto;
	padding: 0x;
	font-size: 0.8em;
	}
	
#menu {
	float: left;
	width: 310px;
	}
	
p.menutext {margin: 60px 0 0 0;}

#main {
	float: left;
	width: 654px;
	padding: 0 10px;
	}
	
.featured {
	float: left;
	width: 350px;
	}
	
.large {
	font-size: 1.2em;
	}

.featured-text {
	float: left;
	width: 304px;
}

.singles {
	float: left;
	width: 324px;
	text-align: center;
	padding: 0px;
	margin: 0 0 15px 0;
}
	
.list {
	width: 200px;
	float: left;
	margin: 0 0 40px 40px;
}

.list ul {
	list-style: none;
}


.list li {
font-size: 1.1em;
}
	
.leightbox {
	color: #fff;
	display: none;
	position: absolute;
	top: 30%;
	left: 30%;
	width: 35%;
	height: 35%;
	padding: 1em;
	border: 1em solid black;
	background-color: #0C1719;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.leightbox h1, .lbAction {text-align: center;}

p.footer {text-align: center; margin: 20px 0 0 0;}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color: #53677D;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

.designedby {text-align: right; font-size: 0.8em; position: fixed; bottom: 5px; right: 5px;}
