/************/
/*	LAYOUT  */
/************/
#header {
	height: 110px;
	background: #fff url(../images/header/header_simple_white.png) no-repeat top right;
}

#mainContent {
	width: 100%;
	text-align: right;
}

#leftMenu {
	display: block;
	float: left;
	text-align: left;
	padding: 0 0 0 25px;
	width: 135px;
}

/*****************/
/*	PAGE SELECT  */
/*****************/
div.rounded-box {
    background-color: #f7f3ef;
}

/*********/
/*	NAV  */
/*********/
#who, #what, #where,
#when, #why {
	margin-top: 0;
	display: block;
	height: 50px;
	width: 75px;
}

#who {background: #fff url(../images/nav/simple_white_who.png) no-repeat top left;}
#who:hover {background: #fff url(../images/nav/simple_white_who_hover.png) no-repeat top left;}
#what {background: #fff url(../images/nav/simple_white_what.png) no-repeat top left; width: 94px;}
#what:hover {background: #fff url(../images/nav/simple_white_what_hover.png) no-repeat top left;}
#where {background: #fff url(../images/nav/simple_white_where.png) no-repeat top left; width: 113px;}
#where:hover {background: #fff url(../images/nav/simple_white_where_hover.png) no-repeat top left;}
#when {background: #fff url(../images/nav/simple_white_when.png) no-repeat top left; width: 94px;}
#when:hover {background: #fff url(../images/nav/simple_white_when_hover.png) no-repeat top left;}
#why {background: #fff url(../images/nav/simple_white_why.png) no-repeat top left;}
#why:hover {background: #fff url(../images/nav/simple_white_why_hover.png) no-repeat top left;}



/*********/
/*	WHO  */
/*********/
#aboutDan {
	margin-bottom: 27px;
}

#aboutDan #picDan {
	background: url(../images/dan_jess/normal_dan.jpg) no-repeat top left;
}

#aboutJess #picJess {
	background: url(../images/dan_jess/normal_jess.jpg) no-repeat top left;
}

/**********/
/*	WHEN  */
/**********/
#whenPage p {
	margin: 0 0 20px 0;
}

/*********/
/*	WHY  */
/*********/
.green {
	margin-left: 1px;
}

.validatorXHTML .whyIcons {
	margin: 0 15px 0 35px;
}

.validatorCSS .whyIcons {
	margin: 0 15px 0 168px;
}

.contactWhy {
	color: #000;
}
