
/* CSS Document - Make-up by Belinda */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #000000;

}


h2 {
	font-size: 16px;
	font-weight: bold;

	padding-bottom:10px;
}

h4 {

	font-size: 16px;
	font-weight: bold;

}

div#wrapper {

	width: 820px;
	margin:auto;


}

div#buffer {

	clear:both;
	height:30px;

}

/*---TOP SECTION---*/

div#logo {

	clear:both;
	float:left;
	width: 820px;
	height: 148px;


}



div#address {

	clear:both;
	float:left;
	color: #f3ebdb;
	background: url(images/address.jpg);
	width: 196px;
	height: 167px;
	padding: 12px 566px 0 58px ;

}

a.address:link, a.address:visited {

	font-weight: bold;
	color:#0000ff;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #0000ff;
	text-decoration: underline;	
}



div#title {

	clear:both;
	float:left;
	width: 820px;
	height: 104px;

}

/*---MID SECTION---*/


div#para1 {


	clear:both;
	float:left;
	color: #f3ebdb;
	background:url(images/para1.jpg) no-repeat;
	width: 258px;
	height: 311px;
	padding: 0px 33px 0 35px ;

}

ul{
		list-style-position: inside;
		list-style-type: disc;
		text-indent:10px;
		padding-left: 50px;
		padding:0;

}

div#image1 {


	float:left;
	width: 494px;
	height: 311px;

}



/*---BOTTOM SECTION---*/


div#para2 {


	clear:both;
	float:left;
	color: #f3ebdb;
	background:url(images/para2.jpg) no-repeat;
	width: 752px;
	height: 216px;
	padding: 34px 33px 0 35px ;

}

div#image2 {

	float:left;
	width: 494px;
	height: 399px;

}




