/* Start of CMSMS style sheet 'wrappers' */
/* ------------ Outer Wrapper ------------ */
#outer-wrapper {
	width:800px;
	margin: 0 auto;
	height: auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	background:url("uploads/images/bk.jpg") top left repeat-y;
	min-height: 100%; /* real browsers */	
}

#logo {
	border-bottom: 1px solid #fff;
}

#logo a {
/* adjust according your image size */
	height: 393px;
	width: 310px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 0;
/* you can set your own image here, note size adjustments */
	background: url(uploads/images/homepage.jpg) no-repeat left top;
}

/* ------------ Wrapper ------------ */
#wrapper {

}

#left-wrapper {
	width: 310px;
	float: left;
	clear: left;
}

#right-wrapper {
	width: 489px;
	float: right;
	clear: right;
	border-top: 10px solid #fff;
	border-left: 1px solid #fff;
}

/* ------------ Content ------------ */
#content-wrapper {
	padding: 1em;
}

#content {
	text-align: left;
}

#content p {
	margin: 0 0 0.6em 0;
}

/* ------------ Contact Wrapper ------------ */
#contact-wrapper {

}

#contact {
	width: 180px;
	margin: 2em auto;
}

#contact {
	color: #fff;
}

#contact p {
	margin: 0 0 1em 0;
}	

#contact ul {
	width: auto;
	text-align: left;
	margin-left: 50px;
}

#contact ul ul {
	margin-left: 0px;
}

#contact ul li a {
	color: #fff;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-decoration: none;
}

#contact a {
	color: #dcedf1;
	text-decoration: none;
	font-weight: bold;
}

#contact img {
	margin: 0 10px 0 0;
}

/* ------------ Contact Wrapper ------------ */
#footer-wrapper {
	clear:both;
}

#footer {
	background:url("uploads/images/bk.jpg") top left repeat-y;
}

#footer p {
	padding: 0 10px;
	margin:0;
	text-align: center;
}
/* End of 'wrappers' */

