@charset "UTF-8";
/* CSS Document */

html, body { 
	margin: 0; 
	padding: 0;
}

body {  
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial;
	color: #333;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: .75em;
	line-height: 1.25em;
}

#container {
	width: 754px;
	margin: auto;
}

#top {
	width: 754px;
	height: 290px;
	background-image: url(images/header.png);
	background-repeat: none;
}


#content {
	width: 734px;
	padding-left: 20px;
	background-image: url(images/woman.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content .column{
	width: 170px;
	float: left;
	margin-left: 10px;
	
}

#content .picture{
	width: 183px;
	height: 231px;
	background-image: url(images/woman.png);
	float: right;
	margin-top: 100px;
}

#footer {
	width: 754px;
	height: 71px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	color: #06c;
	text-align: center;
	padding-top: 80px;
	
}

#footer a:link {
	color: #06c;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


.clearer {clear: both}

	
