body{
    font:normal normal normal 1em Arial, Sans-serif;
	color:#66667F;
}


.banner{
	background-color:#ffffff;
}
.menu{
	background-color:#66667F;
}
.box a{
    color:#66667F;
	text-decoration:none;
    font:normal normal normal 1.9em Arial, Sans-serif;
	display:block;	
	width:250px;
	height:181px;

}
.box a:hover{
	text-decoration:underline;
}
.box{
    padding:5px;

	border-top:1px solid #333366;
	width:257px;
	height:181px;
	vertical-align:top;
	
}
.box1{
	margin-right:4px;
	background-image:URL("../images/guy1.jpg");
    background-repeat:no-repeat;
    background-position:top right;

}
.box2{
	margin-right:4px;
	background-image:URL("../images/guy2.jpg");
    background-repeat:no-repeat;
    background-position:top right;
	text-decoration:none;
}
.box3{
	margin-right:0px;
	background-image:URL("../images/guy3.jpg");
    background-repeat:no-repeat;
    background-position:top right;
	text-decoration:none;
}

.details{
    float:right;
}

.details .phone{
    color:#66667F;
    font:normal normal normal 1.5em Arial, Sans-serif;
    font-size:2.3em;
}
.details .email{
    color:#66667F;
    font:normal normal normal 1.5em Arial, Sans-serif;
    font-size:1.1em;
}
.details .email a{
    color:#66667F;
    text-decoration:none;
}
.details .email a:hover{
    color:#66667F;
    text-decoration:underline;
}

.under{
    background-color:#66667F;
    color:#ffffff;
    font:normal normal normal 1em Arial, Sans-serif;
    width:200px;
    padding:5px;
    position:relative;
    left:550px;
    top:-30px;
}


/* -- Page stuff-- */


.title{
	margin-top:10px;
	font-size:1.3em;
}

.content{
	margin-top:10px;
	width:490px;
}
