/* CSS Document */

body{
	background-color: #060012;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	color: #CCCCCC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;	
}

.h1div h1{
	display: none;
}

.h1div{
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/Butterscotch-World.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 113px;
}

.h2div h2{
	display: none;
}

.h2div{
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 18px;
	background-image: url(images/Index-Subtitle.jpg);
	background-repeat: no-repeat;
}

.wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-left: 40px;
}

.peoplewrapper{
	width: 600px;
	float: left;
}

.person{
	float: left;
	padding-top: 180px;
	background-repeat: no-repeat;
	height: 30px;
	width: 78px;
}

.personspacer{
	float: left;
	padding-top: 180px;
	height: 30px;
	width: 40px;
}

.person:hover{
	background-position: -78px 0px;;
}


.fullname{
	font-weight: bold;
}

#martin{ background-image: url(images/Martin-Sketch.jpg);}
#chris{	background-image: url(images/Chris-Sketch.jpg);}
#ollie{	background-image: url(images/Ollie-Sketch.jpg);}

.sidecellwrapper{
	float: left;
}

.sidecell{
	width: 200px;
	margin-bottom: 10px;
}

.title{
	font-weight: bold;
	font-size: 12px;
}

.description{
	padding-left: 10px;
	color: #CCCCCC;
}



