/* Start of CMSMS style sheet 'theme : hug-default' */
body {

	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {

	width: 1000px;
	margin: 0 auto;
	border:1px solid #6b6b6b;
	border-bottom: none;
	height:auto;
	
}

#header {
	height:180px;
	background:#0c0c0c;
	position:relative;
        clear: both;
}

#header h1{
	width: 230px;
	background:#fff;
	margin:0px;
	padding:40px 0 0 20px;
	height:140px;
	font-size:24px;
	position: relative;
}

#header h1 a{
	color: #0000CC;
	text-decoration: none;
}

#header h1 a span{
	font-size:14px;
	width: 150px;
	position:absolute;
	top: 45px;
	right: 30px;
	line-height:150%;
	text-align:right;
}

#menuWrap {
	height: 30px;
	background: #535353;
	width: 750px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 1px solid #676767;
	border-bottom: 1px solid #676767;

}

#menuWrap ul li{
	display:block;
	float:left;
	width: 125px;
	text-align: center;
	height: 30px;

}

#menuWrap ul li a{
	
	display:block;
	float:left;
	width: 125px;
	padding-top: 7px;
	height: 23px;
}

#menuWrap ul li a:hover{
	background: #adadad;
}

#main {
	position:relative;
        min-height: 580px;
}

.clear {
clear:both;
}

#left-column {
	background: #555555;
	width:250px;
	position:absolute;
	left: 0;
	top: -32px;
	bottom: 0;
        height:auto;
}

#left-column h1 {
	margin-left: 20px;
}

#content {
	margin-left: 250px;
        min-height: 580px; 
}

.top-box {
	min-height: 280px;
        height: auto;
	background: #0c0c0c;
	padding: 10px;
        color: #fff;
}

.text-content {
	padding: 20px;
}
.text-content p{
	line-height: 150%;
	margin-bottom: 10px;
}

.text-content h1{
	margin:10px 0;
	padding:0;
	font-size:24px;
}

.box {
	float: left;
	width: 350px;
	text-align: center;
	padding: 15px 0 0 0;
}

.box img{
	border: 3px solid #535353;
}

.box p{
	font-size:16px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

.box p a{
	color: #ffffff;
}

.clear {
clear:both;
}

#footer {
	height: 25px;
	background: #0c0c0c;
	text-align: center;
	/* padding: 10px 0; */
	color: #cccccc;
}

#footer a{
	color: #cccccc;
	font-size: 12px;
}

#footer p{
	padding: 5px 0;
	font-size: 12px;
}
.test{
float:right;
}



/* End of 'theme : hug-default' */

