@charset "utf-8";
body {
	background-color: #000;
	font-size: 100%;
	background-repeat: repeat-x;
}


/* CSS Document */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
}

#header {
	color: #FFF;
	height: 100px;
}
#headerR {
	float: left;
	text-align: left;
	height: 80px;
	font-size: 28pt;
	color: #FFF;
	line-height: 34pt;
	margin-top: 10px;
	width: 800px;
}


#container {
	height: 768px;
	width: 1280px;
	margin-top: 20px;
}
#container #sidebar {
	float: left;
	width: 210px;
	margin-right: 20px;
	height: 768px;
	color: #FFF;
	font-weight: bolder;
	font-size: 18pt;
}

#container #content {
	float: left;
	width: 960px;
	height: 768px;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a {
	font-weight: bold;
}


#footer {
	background-repeat: no-repeat;
	height: 60px;
	position: relative;
}
#headerR #headerP {
	float: left;
}
