@charset "utf-8";

/* light blue #afccd7 */
/* dark blue #5e7686 */
/* off white #fffcec */
/* dark yellow #c4b955 */
/* light yellow #e3da81 */
/* dark red #4a1a18 */

body {
	background-color:#AFCCD7;
	text-align:center;
	margin:0; padding:0;
	font-family:Verdana, Helvetica, Arial, "Myraid Pro", sans-serif;
	font-size:11px;
	color:#4A1A18;
	line-height:17px;
}

img { border:none; }
h1 { padding:0; margin:0; }

a, a:link, a:visited {
	color:#C4B955;
	text-decoration:none;
}

a:hover, a:active {
	color:#E3DA81;
	text-decoration:none;
}

.wrapper {
	width:734px;
	margin-left: auto; margin-right: auto;
	text-align:left;
}

.header {
	width:734px; height:151px;
	background-image:url(images/seanduran.png);
	background-position:center top;
	background-repeat:no-repeat;
}

.boxboxbox {
	background-color:#FFFCEC;
	width:684px; height:224px;
	padding:25px;
}

.withinboxleft {
	width:307px; height:224px;
	float:left;
}

.withinboxright {
	width:352px; height:224px;
	float:right;
}

.bioboxleft {
	width:332px; height:224px;
	float:left;
}

.menu {
	width:734px; height:75px;
	text-align:right;
}