/*
-----------------------------------------------
tazzernator.com Style Sheet by Tazzernator
-----------------------------------------------
*/ 

/* General */
body {
	background: #333642;
	color: #a4a7bd;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-shadow: #000 0 1px 1px;
}

/* Header & Footer Styles */
#header {
	height:18%;
	padding-top: 30px;
	background: #333642 url(images/background.png) top left repeat-x;
	border-bottom: 1px solid #3c404c;
	width:100%;
}

#footer {
	border-top: 1px solid #3c404c;
	width:100%;
	text-align:center;
}

.footer_container {
	clear:both; 
	float:left; 
	width:98%;
	overflow:hidden;
	margin-left:1%;
}

#footer_list {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
}


#footer li {
	float: left;
	position:relative; 
    right:50%;
	margin: 0 5px 5px 5px;
	background: url(images/separator.png) no-repeat right 4px;
	padding: 0 15px 0 0;
	list-style-type:none;
}

#footer li a {
	color:#a4a7bd;
	text-decoration:none;
}

#footer li a:hover {
	color:#a4a7bd;
	text-decoration:underline;
}


/* Main Site */
#site_position{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.main {
	background: #2e303b url(images/main-top.png) top left repeat-x;
	padding-top:20px;
	color: #2e303b;
	text-align:center;
}

.main_bottom {
	background: #2e303b url(images/main-bottom.png) top left repeat-x;
	display:block;
	height:7px;
	width:100%;
}
