html {
	margin-bottom: 1px; 
	height: 100%
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
	background-color: #000000;
	color: #ffffff;
 

}

img {
	border:0px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #7988d4;
}

#container {
	font-size: 11px;
	background-color:#000000;
	color: #ffffff;
	text-align: left;
	margin: 0 auto;
	width: 695px;
}

#header {
	text-align: left;
}

#header h1 {
	font-size: 11px;
	color: #ffffff;
	line-height:21px;
	margin-right: 15px;
	margin-top: 43px;
	font-weight: 500;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
	color: #7988d4;
}


#sidebar {
	font-size: 10px;
	line-height: 12px;
	aling: right;
	overflow:hidden;	
	color: #ffffff;
}

#sidebar a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	overflow:hidden;
}

#sidebar a:hover {
	font-size: 11px;
	text-decoration: underline;
	color:#7988d4;
}

#content {
	aling:left;
	color: #ffffff;
	text-align: justify;
}


#copyright {
	color: #ffffff;
	font-size: 10px;
	color:black;
	line-height: 11px;
	position: relativ;
	text-align: left;
}

#copyright a {
	color:#ffffff;
	font-size: 10px;
	text-decoration: none;
}

#copyright a:hover {
	font-size: 10px;
	text-decoration: underline;
	color:#7988d4;
}


