
/* CSS Document - Wedding Dress Express */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #fcfcfc;

}


h2 {
	font-size: 18px;
	color:#13a299;
	font-family:"Palatino Linotype", Palatino, "Times New Roman";
/*	padding-bottom:10px;*/
	font-weight:bold;
}

h3 {
	font-size: 16px;
	color:#13a299;
	font-family:"Palatino Linotype", Palatino, "Times New Roman";
	font-weight: bold;
/*	padding-bottom:10px;*/
}

div#wrapper {

	width: 829px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/

div#logo {

	clear:both;
	float:left;
	width: 829px;
	height: 120px;


}

div#title {

	clear:both;
	float:left;
	width: 829px;
	height: 48px;

}

div#address {


	clear:both;
	float:left;
	color:#666666;
	background:url(images/address.gif) no-repeat right;
	width: 204px;
	height: 388px;
	padding: 15px 22px 0 12px ;

}

a.address:link, a.address:visited {

	font-weight: bold;
	color: #0033ff;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #0033ff;
	text-decoration: underline;	
}

div#image1 {

	float:left;
	width: 591px;
	height: 403px;


}

/*---MID SECTION---*/

div#image2 {

	clear: both;
	float:left;
	width: 238px;
	height: 423px;


}


div#para1 {

	float:left;
	color:#666666;
	background:url(images/para1.gif) no-repeat ;
	width: 287px;
	height: 408px;
	padding: 15px 30px 0 20px ;

}

div#image3 {


	float:left;
	width: 254px;
	height: 423px;


}

/*---BOTTOM SECTION---*/

div#footer {

	clear:both;
	float:left;
	width: 829px;
	height: 48px;

}



