* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
body {
	font: 12px/18px "Trebuchet MS";
	color: #0F7592;
	background: #fcfdfc;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}


#wrapper {
	margin: 20px auto 0px;
	width: 750px;
}
#branding {
	width: auto;
	padding-top: 20px;
}
#logo {
	float: left;
	width: 277px;
	padding-bottom: 5px;
}
#navigation {
	float: left;
	width: 473px;
	padding-top: 37px;
}
#navigation ul {
	padding: 0px;
	list-style: none;
}
#navigation li {
	float: left;
	padding-right: 13px;
	padding-left: 13px;
}
#navigation li a {
	color: #0F7592;
	text-decoration: none;
}
#contentdiv {
	clear: both;
	width: auto;
}
#main_image {
	background: url(images/main_image.jpg) no-repeat;
	float: left;
	height: 456px;
	width: 275px;
}
#main_content {
	background: #D9F8FA url(images/bg_main_content.jpg) no-repeat left bottom;
	float: left;
	height: 410px;
	width: 360px;
	padding: 41px 53px 0px 55px;
	border-top: 5px solid #0F7592;
}
#main_content ul {
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main_content  .cd_box {
	margin-top: 76px;
}


.section .items a {
	font-weight: normal;
	color: #054b5f;
}

.section .items a:hover {
	color: #0F7592;
}

#scrollbuttons {
	text-align: center;
	padding: 5px;
}

#footer {
	padding: 5px;
	clear: both;
	width: auto;
}
#player {
	float: left;
	width: 227px;
}
.clear_both {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#scrollme{
	overflow:hidden;
	overflow-x:hidden;
	width: 350px;
	/*height: 300px;*/
	position:relative;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#main_content h1 {
	font-size: 18px;
	color: #0F7592;
	font-weight: normal;
	line-height: 22px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
.section{
	height:370px;
	width:1000px;
	position:relative;
}
.items{
	float:left !important;
	width:300px;
	margin-right:30px;
	padding: 0px 25px;
	
}

.next, .prev{
	text-decoration:none;
	color:#0F7592;
	font-weight:bold;
	font-size:18px;
}
.next{
	float:right;
}
.prev{
	float:left;
}

/*#homepage .items{display:block;}*/

