	body{
		background-color: #ffffff;


	}
	
	#page{
		margin: 0px auto;
		height: 100%;
		width: 770px;
	}
	
	#head{
		width: 100%;
		height: 100px;
		float: left;
	}
	
	#boxcontainer{
		width: 740px;
		height: 100%;
		border: #ccc solid 1px;
		background-color: #f9f9f9;
		float: left;
		padding: 10px 10px 0 10px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	.titles{
		margin-top: 5px;
	}
	
	.boxes{
		width: 225px;
		height: 100%;
		float: left;
		border: #ccc solid 0px;
		margin-right: 10px;
	}
	
	.boxes-right{
		width: 255px;
		height: 100%;
		float: left;
		border: #ccc solid 0px;
	}	
	
	.boxleft{
		width: 50px;
		height: 50px;
		float: left;
	}
	
	.boxright{
		width: 160px;
		height: 100%;
		float: left;
		margin-left: 5px;
	}

	p{
		font-family:Verdana,Helvetica,sans-serif;
		margin-bottom: 10px;
		margin-top: 0px;
		color: #474747;
		font-size:0.75em;
		letter-spacing: -0.1px;
	}
	
	.list{
		font-family:Verdana,Helvetica,sans-serif;
		margin: 2px;
		font-size: 0.7em;
	}
	h3 {
		color:#000000;
		font-family: arial;
		letter-spacing: -0.03px;
		font-size:1.2em;
		font-weight: normal;
		margin-top:0px;
		margin-bottom: 0px;
	}
	h3 a, h3 a:hover, h3 a:visited{
		font-weight: normal;
	}
	h4 {
		color:#000000;
		font-family: arial;
		letter-spacing: -0.2px;
		font-size:1.4em;
		font-weight: normal;
		margin-top:10px;
		margin-bottom: 0px;
	}

		a:hover {
	color:#454545;
	text-decoration:underline;
	font-weight: bold;
	}
	a, a:visited {
	color:#000;
	text-decoration:none;
	font-weight: bold;
	}
	
	#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    font-family:arial;
	font-weight:normal;
	letter-spacing:-0.03em;
	font-size: 1.4em;
	margin:10px 0 10px;
	padding:0;
}

#slider {
    width: 500px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 600px;
    width: 470px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	border:1px solid #cccccc;
	background-image:url('assets/images/bg-blue.jpg');
	background-position: top;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
}

.scrollContainer div.panel {
    height:100%;
	padding:10px;
	width:450px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

.scrollButtons {
    position: absolute;
    top: 320px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -23px;
}

.scrollButtons.right {
    right: 0px;
}

.hide {
    display: none;
}

li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}	