body {
	margin: 0;
	padding: 0;
	background-image: url(img/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #f0f0f0;

	color: #222222; 
	font-family: Helvetica Neue, Helvetica; 
	font-size:9pt; 
	}


#style_all{
	margin: 0 auto;
	width: 874px;
	}


#c_head{
	width: 874px;
	height: 80px;
	overflow: hidden;
	background-image: url(img/bg_head.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-indent: -9999em;
	}



#c_main{
	width: 874px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(img/bg_content.png);	
	background-repeat: repeat-y;
	}


#c_foot{
	width: 874px;
	height: 40px;
	overflow: hidden;
	background-image: url(img/bg_foot.png);
	background-repeat: no-repeat;
	background-position: top;

	color: #555555; 
	text-align: center;
	font-size:7pt; 
	}
	
	#c_foot a {
		color: #444444;
		}

		#c_foot a:hover{
			background-color: #e0e0e0;
			color: #222222;
			}


#c_content{
	float: left;
	width: 630px;
	}

#c_content a {
	color: #444444;
	}

	#c_content a:hover{
		background-color: #e0e0e0;
		color: #222222;
		}


#c_menu{
	width: 180px;
	height: 100px;
	float: left;
	margin-left: 10px;
	margin-right: 4px;
	padding-left: 0px;
	}


	ul#menu {
		margin-left: 0px;
		padding-left: 20px;
		}

	ul#menu li {
		margin: 0px;
		padding: 0px;
		border: 0px;
		font-family: Helvetica Neue, Helvetica; 
		letter-spacing: 0px;
		font-size:11pt; 
		list-style: none;
		}

	ul#menu li a {
		display: block;
		color: #ed1c24;
		border-left: 1px #666666 dotted;
		padding-left: 5px;
		text-decoration:none;
		}	

		ul#menu li a:hover {
			text-decoration: underline;
			}

.columnbox{
	width: 190px;
	margin-right:20px;
	float: left;
	font-size:8pt; 
	}

	.columnbox h1{
		font-family: Helvetica Neue, Helvetica; 
		font-size:16pt; 
		font-weight:bold;
		color: #222222;
		padding-bottom: 2px;
		border-bottom: 3px #ed1c24 solid;
		}


.normbox{
	width: 600px;
	margin-right:20px;
	float: left;
	}

	.normbox h1{
		font-family: Helvetica Neue, Helvetica; 
		font-size:16pt; 
		font-weight:bold;
		color: #222222;
		padding-bottom: 2px;
		border-bottom: 3px #ed1c24 solid;
		}

	.normbox h2{
		font-family: Helvetica Neue, Helvetica; 
		font-size:12pt; 
		font-weight:normal;
		text-decoration: none;
		border-bottom: 1px #000000 dotted;
		display: inline;
		color: #222222;
		}


.big_img{
	border: 1px solid #666666;
	}

.imgJane{
	float: right;
	border: 1px solid #666666;
	background-image: url(img/Jane.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
	margin: 0px 0px 15px 15px;
	}

.imgMike{
	float: right;
	position: relative;
	top: 10px;
	border: 1px solid #666666;
	background-image: url(img/Mike.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
	margin: 0px 0px 15px 15px;
	}

.imgGraham{
	float: right;
	position: relative;
	top: 10px;
	border: 1px solid #666666;
	background-image: url(img/Graham.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
	margin: 0px 0px 15px 15px;
	}



















