
/* CSS Document - One Post */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #f2f5ec;

}


h2 {
	font-size: 14px;
	color:#3a559f;
	font-weight: bold;
	padding-bottom:10px;
}

div#wrapper {

	width: 808px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/

div#logo {

	clear:both;
	height: 102px;
	width: 808px;

}


div#address {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/address.jpg) no-repeat;
	width: 363px;
	height: 237px;
	padding: 43px 0px 0 50px ;

}

a.address:link, a.address:visited {

	font-weight: bold;
	color:#660066;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #660066;
	text-decoration: underline;	
}

div#times {

	float:left;
	background:url(images/times.jpg) no-repeat;
	width: 138px;
	height: 257px;
	padding: 23px 65px 0 192px ;

}


/*---MID SECTION---*/

div#title {

	clear:both;
	float:left;
	width: 808px;
	height: 83px;

}


div#para1 {

	clear:both;
	float:left;
	background:url(images/para1.gif) no-repeat;
	width: 322px;
	height: 632px;
	padding: 0px 41px 0 50px ;

}


div#image1 {

	float:left;
	width: 395px;
	height: 190px;

}

div#image2 {

	float:left;
	width: 395px;
	height: 201px;

}

div#image3 {

	float:left;
	width: 395px;
	height: 241px;

}

