@charset "UTF-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:17px;
}

A:link {
	color:#d01d0e;
	text-decoration:none;
}
A:visited {
	color:#d01d0e;
	text-decoration:none;

}
A:active {
	color:#d01d0e;
	text-decoration:none;

}
A:hover {
	color:#d01d0e;
	text-decoration:none;	
}

h1 {
	color: #d01d0e;
	font-size:15px;

}

.red {
	color: #d01d0e;
}

.wrapper {
width:735px;
margin-top:0px;
padding-top:0px;
margin:auto;

}	

.logoBox {
	float:left;
}


/* homepage */
.imageBox {
	width:735px;
	padding-top:50px;
}

.logo2Box {
	width:120px;
	float:left;
	height:165px;
}

.copyBox {
	width:100%;
	padding-top:4px;
	height:165px;
}

/* story */

.storyPhoto {
	width:222px;
	padding-top:50px;
	float:left;
}

.storyCopy {
	width:410px;
	padding-top:45px;
	float:left;
	line-height:25px;
	padding-left:40px;
	height:650px;
}

.underPic {
	width:221px;
	padding-top:5px;
	float:left;
	margin-top:-300px;
	color:#333333;
	font-size:11px;
}

/* work */

.workBox {
	padding-top:30px;
	height:50px;
}

.workLeft {
	width:350px;
	float:left;
}
.workRight {
	width:365px;
	float:left;
}
