body {
	font-family: "Times New Roman", Times, serif;
	background: #000000;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
	margin: 0px;
	padding-top: 15px;
}

#page {
	margin: 0px;
	padding: 0;
	}

img
{ 
  display: inline;
  margin: 0px;
  border: 0px;
}

#wrapper {
	display: inline; 
	width:97%; 
	margin:0px auto;
}

#header {
	text-align: right;
	position: fixed;
	top: 50px;
	right: auto;
	float: right;
}

#header {
}

#content {
	width: 97%;
}

#sidebar {
	background: #000000;
	display: block; 
	text-align: center;
	width: 150px;
	position: fixed;
	top: 50px;
	left: auto;
}

#both {
	clear: both;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #a6a6a6;
	line-height: 13px;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	background: #000000;
	line-height: 13px;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline
}

h2 {
	font-family: Helvetica Neue Bold, Helvetica, Arial, sans-serif;
	display: inline; 
	text-align: left;
	font-size: 24px;
	line-height: 22px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}
h3 {
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #a6a6a6;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #a45bff;
}
li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
}
hr {
	border: 1px solid #3D3D3D;
	width: 50%;
}
