/* Start of CMSMS style sheet 'BBSS' */
h1,h2,h3,body {
                font-family: verdana, arial, 'sans serif';
}

h1, h2, h3 {
	color: red;
}

.center {
	text-align: center;
}

.indent {
                padding-left: 30px;
}

body{
	background-color: rgb(255, 204, 204);
}

div.container {
	width:100%;
	margin:0px;
}

#hheader {
	margin-left: 25%;
                padding-left: 55px; 
                position: absolute;
                top: 0;     
}

#header {
	margin-left: 25%;
                padding-left: 5px; 
                position: absolute;
                top: 0;     
}

#footer {
                clear:left;
                margin: 0px;
}

#left {
	float: left;
	width: 15%;
	margin: 0px;
	padding: 10px;
                padding-top: 0px;
}

#content {
	margin-left: 25%;
	width: 65%;
	border-left: 5px solid rgb(255, 255, 204);
	padding: 20px;
                padding-top: 0px;
}

#logo a{
	height: 132px;
	width: 125px;
	display: block;
                text-indent: -9999em;
                margin-top: 20px;
                margin-right: 30px;
	background-image: url('uploads/images/newlogo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#top {
                margin: 20px;
                padding-bottom: 20px;
                width: 50%;
}
/* End of 'BBSS' */

