/* CSS Document */

body {
/*	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;*/
	background-image: url(../assets/bg.jpg);
/*	background-repeat: repeat-x;
	margin: 0;
	padding: 0;*/
	}



#choicescontainer {
	background-image: url(../assets/woman.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 240px;
	width: 960px;
	margin: 0 auto 0 auto;
	font-size: 80%;
	}
#leftchoice {
	float: left;
	width: 260px;
	padding: 10px;
	}
#rightchoice {
	float: right;
	width: 260px;
	padding: 10px;
	}
#choicescontainer h2 {
	color: #ab2709;
	font-size: 160%;
}
#choicescontainer a {
	color: #ab2709;
}
#choicescontainer p {
	line-height: 1.5em;
}


#wrapper {
	clear: both;
	background-color: #FFFFFF;
	line-height: 1.5em;
	margin: 0 auto;
	width: 960px;
	padding-top: 30px;
	font-size: 80%;
	border-bottom: 1px dotted #999;
	padding-bottom: 20px;
	}
	
/************* home page *******************/
#mainsectionleft {
	float: left;
	width: 500px;
	}
#mainsectionright {
	float: right;
	width: 400px;
}
#newscolumn {
	float: left;
	width: 180px;
	}
#newscolumn h3 {
	color: #999;
	text-transform: uppercase;
	font-size: 110%;
	}
.headline {
	font-weight: bold;
	}

#bannercolumn {
	width: 180px;
	float: right;
	}


