*		{
	margin: 0;
	padding: 0;
}
body	{
	font: 12px/2 Georgia, serif;
	color: #fff;
	background: #000;
}

a:link  {
	color: white;
	border: none;
	outline: none;
	text-decoration: none;
}

a:hover {
	color:#4eb748;
}

a:visited {
	color: white;
	border: none;
	outline: none;
	text-decoration: none;
}

h1 {
	font-family: "Bauhaus93.ttf", serif;
	color: white;
	padding: 10px;
}

h2 {
	color:#4eb748;
}

#page-wrap { 
	max-width: 1600px;
	min-width: 560px;
	min-height:550px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}

#header {
	max-width: 1600px;
	min-width: 560px;
	background: #000;
	margin: 0 auto;
	text-align: center;
}

#main-content {
	padding: 0 220px;
	background: #000;
	text-align: center;
}

#main-sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	min-height:550px;
	bottom: 0; 
	background: #000;
	padding: 0 10px;
}

                      
#secondary-sidebar {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	min-height:550px;
	bottom: 0;
	background: #000;
	padding: 0 10px
}

                      
#footer {
	max-width: 1600px;
	min-width: 560px;
	background: #000;
	margin: 0 auto 5px;
}

#footer p {
	padding: 10px;
	color: white;
}

#footer a {
	color: white;
	border-bottom: 1px dotted white;
	text-decoration: none;
}

#footer a:hover {
	border-bottom-style: solid;
}
