body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000;
}
h1{
	font:bold 80% 'helvetica neue',sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
	}
a{
	color:#FC0;
	text-decoration:none;
	}
a:h1 {
	text-decoration: blink;
}
h1 a {
	color: #FFF;
	text-decoration: blink;
}
a:hover{
	color:#00C;
	}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	color: #F90;
	padding-top: 120px;
	text-align: center;
	padding-left: 41px;
	padding-right: 30px;
    }
#apDiv1 {
	position:absolute;
	left:360px;
	top:72px;
	width:22px;
	height:505px;
	background-color: #666;
}
#apDiv2 {
	position:absolute;
	left:526px;
	top:72px;
	width:22px;
	height:505px;
	background-color: #666;
	visibility: visible;
}
#wrapper {
	margin: 70px auto;
	padding: 0px;
	width: 770px;
	text-align: left;
	height: 650px;
	background-color: #666;
	position: relative;
}
#header {
	margin: 0px;
	height: 75px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #666;
}
#maincontent {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 770px;
	float: left;
}
#sidebar {
	margin: 0px;
	padding: 0px;
	height: 538px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 60px;
}
#sidebartop {
	height: 300px;
	width: 200px;
	background-color: #666;
	overflow: visible;
}
#sidebarbottom {
	height: 225px;
	background-image: url(assets/neg_swoop.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: visible;
}
#footer {
	margin: 0px;
	height: 20px;
	padding: 0px;
	clear: inherit;
}
#footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.55em;
	font-weight: normal;
	color: #333;
	text-align: center;
}
#sidebartop img {
	margin-left: 15px;
}
#sidebartop p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFF;
	margin-left: 20px;
}

