﻿body
{
	background-image: url('../images/PublicContentBG.jpg');
	background-repeat: no-repeat;
	background-color: black;
	background-position: top-left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:White;
}

.repeating_background_body
{
	background-image: url('../images/PublicContentBG.jpg');
	background-repeat: repeat;
	background-color: black;
	background-position: top-left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1080px;
}

#header {
	margin: 0 0 15px 0;
}

#side-a {
	float: left;
	width: 350px;
	height:100%;
}

#side-b {
	float: right;
	/*width: 25px;*/
	width: 41px;
	height:auto;
	/*height: 663px;*/
}

#content { 
	float:right;
	width: 65%;
	height:auto;
	padding-left:10px;
	margin-left: 1px;
}

#footer {
	clear: both;
	text-align:center;
	/*background: #A2A2A2;*/
}