@charset "utf-8";
/* CSS Document */

#container {
	height: 1090px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0B0B0B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border: 0.2em solid #FFFFFF;
	
}
#header {
	height: 160px;
	width: 899px;
	background-image: url(Assets/Husc_header.png);
	padding: 0px;
	margin: 0px;
}
#Logo {
	height: auto;
	width: 160px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 29px;
	float: left;
}
#navigation {
	height: 34px;
	width: 900px;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#maincontent {
	width: 665px;
	height: 847px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	float: right;
	background-repeat: repeat-y;
}
#SideContent {
	float: left;
	height: 845px;
	width: 224px;
	padding-top: 0px;
	margin-top: 0px;
	border-right-width: 0.1em;
	border-right-style: dotted;
	border-right-color: #333333;

	
}

#footer {
	clear: both;
	height: 47px;
	width: auto;
	background-color: #F0F0F0;
	background-image: url(Assets/Husc_foot.png);
.PictureFloat {
	float: right;
}
