
/* CSS Document - Renee Coppin */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #4a362d;

}


h2 {
	font-size: 16px;
	text-transform:uppercase;
	font-weight: bold;
	padding-bottom:15px;
}

h3 {
	font-size: 14px;
	font-weight: bold;

}

div#wrapper {

	width: 860px;
	margin:auto;


}

div#buffer {
	clear:both;
	height:30px;

}


/*---TOP SECTION---*/


div#logo {
	
	clear:both;
	float:left;
	width: 850px;
	height: 100px;


}

div#address {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/address.jpg) no-repeat;
	width: 797px;
	height: 161px;
	padding: 12px 0px 0 53px;
	
}

a.address:link, a.address:visited {

	font-weight: bold;
	color:#0099ff;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #0099ff;
	text-decoration: underline;	
}


div#title {

	clear:both;
	float:left;
	width: 850px;
	height: 176px;

}

div#para1 {

	float:left;
	color:#4a362d;
	background:url(images/para1.jpg) no-repeat;
	width: 383px;
	height: 134px;
	padding: 20px 414px 0 53px ;

}


/*---MID SECTION---*/

div#image1 {

	clear: both;
	float:left;
	width: 366px;
	height: 630px;

}

div#para2 {


	float:left;
	color:#4a362d;
	background:url(images/para2.jpg) no-repeat;
	width: 440px;
	height: 560px;
	padding: 70px 45px 0 0px ;

}


/*---BOTTOM SECTION---*/

div#image2 {

	clear:both;
	float:left;
	width: 366px;
	height: 308px;

}

div#image3 {

	float:left;
	width: 485px;
	height: 309px;

}




