/* CSS Document */
@import "reset.css";
@import "asylum_style.css";


/* Main Layout */
div#container {
	width: 100%;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	text-align:left;
	}

div#header {
	background-position:center top;
	background-image:url(../__images/header.png);
	background-repeat:no-repeat;
	margin-left: auto;
    margin-right: auto;
	width:870px;
	height:199px;
	}

div#contentwrapper {
	margin-left: auto;
    margin-right: auto;
	width:870px;
	height:100%;
	padding: 0px;
	overflow:visible;
	}	

div#sidenav {
	float:left;
	width:105px;
	height:367px;
	}

div#content {
	float:left;
	clear:right;
	width:721px;
	min-height:376px;
	background-image:url(../__images/content.png);
	background-repeat:repeat-y;
	padding:0px 22px 0px 22px;
	}
	
div#content_about {
	float:left;
	width:521px;
	border-right:dotted 1px #666666;
	padding-right:15px;
	}
	
div#about_links {
	float:left;
	width:165px;
	padding:0px 0px 0px 15px;
	}
	
div#footer {
	background-image:url(../__images/footer.png);
	background-repeat:no-repeat;
	margin-left: auto;
    margin-right: auto;
	float:left;
	width:870px;
	height:202px;
	}
	
div#promo {
	width:725px;
	min-height:376px;
	background-image:url(../__images/frontpage_promos/rotator.php);
	background-repeat:no-repeat;
	}
	
div#gigs_footer{
	float:left;
	clear:both;
}
	
/* Feature Divs */

div#topfeatures {
	width:380px;
	padding-top:39px;
	padding-left:490px; 
	}
	
div#bottomfeatures {
	width:745px;
	padding-top:10px;
	padding-left:125px;
	}
	
div#featurebox {
	display:inline;
	margin-right:5px;
	}
	
div#map {
	width:105px;
	height:15px;
	position:relative;
	top:175px;
	left:0px;
	float:left;
	overflow: hidden;	
	}
