/* page setup */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 20px;
	padding: 0px;

}
#wrapper{
	background-color: white;
	color: black;
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
}
#header{
	background-color: white;
	height: 118px;	
}
#logo {
	width: 150px;
	height: 118px;
	float: right;
}
#banner, #tagline{
	position: relative;
	top: 30px;	
	text-align: center;
	left: 50px;
}
#main{
	margin-top: 10px;
	width: 100%;
}
#maincolumn{
	margin: 0 220px 0 180px;
	padding: 15px;
	border: 1px solid #BDBDBD;
	background-color: white;	
	color: black;
	height: 1%;
}
#maincolumn2{
	margin: 0 0 0 170px;
	padding: 10px;
	border: 1px solid #BDBDBD;
	background-color: white;	
	color: black;
	height: 1%;
}
#rightcolumn{
	float: right;
	width: 210px;
	background-color: white;	
	margin: 0;
	padding: 0;
	color: black;
}
#leftcolumn{
	float: left;
	width: 170px;
	background-color: white;	
	margin: 0;
	padding: 0;
	color: black;
}
#footer{
	width: 100%;
	margin-top: 10px;
	clear: both;
}
/*----------------------------------*/
/* general formatting */
h1, h2, h3, h4 {
	color: #2E3092;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 13pt;
}
a {
	color: #2E3092;
}
.bluetext {
	color: #2E3092;
}
.center {
	text-align: center;
}
.happy {
	list-style-image: url(images/smile1.gif);
	margin-left: 15px;
}
.happy li {
	padding-left: 10px;
}
/*----------------------------------*/
/* leftcolumn */
#menu a {
	display: block;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #2E3092;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	height: 25px;
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 18px	
}
#menu a:hover {
	background-color: #BCBDC0;
}
ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;	
}

/*----------------------------------*/
/* maincolumn */
#mainimage {
	width: 150px;
	height: 211px;
	float: left;
	border: 1px solid #888888;
	background-color: #BDBDBD;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0;
}
#maincolumn li {
	padding-bottom: 5px;;
}
#maincolumn a {
	color: #000000;
}
.quote {
	color: #2E3092;
	font-weight: bold;

}
/*----------------------------------*/
/* rightcolumn */
#box1 {
	width: 200px;
	height: 100px;
	background-image: url(images/manboxwhite3.gif);
	background-repeat: no-repeat;
	border: 1px solid #BDBDBD;
	margin-bottom: 20px;
}
#box2 {
	width: 200px;
	height: 100px;
	background-image: url(images/womanboxwhite3.gif);
	background-repeat: no-repeat;
	border: 1px solid #BDBDBD;
	margin-bottom: 20px;	
}
#box3 {
	width: 200px;
	height: 100px;
	background-image: url(images/jumpwomanboxwhite2.gif);
	background-repeat: no-repeat;
	border: 1px solid #BDBDBD;
	margin-bottom: 20px;	
}
#testimonialbox {
	width: 200px;
	border: 1px solid #BDBDBD;
	margin-top: 40px;	
	padding: 5px;
}
.boxtitle {
	text-align: right;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 0 0;
}
.boxtag {
	text-align: right;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 0 0;
}
.boxtitle  a {
	color: #2E3092;
	text-decoration: none;
}
.boxtag  a {
	color: #BDBDBD;
	text-decoration: none;
}
#personalimage {
	float: left;
}
.testimonial {
	display: block;
	color: #2E3092;
	font-weight: bold;
}
/*----------------------------------*/
/* footer */
#footer{
	font-size: 0.75em;
	text-align: center;
}
#testimonialbox p {
	margin: 0px;
	padding: 0px;
}
.imagepad {
	margin-right: 15px;
	border: 1px solid #888888;
}
.offset {
	margin-left: 180px;
}
