
/* CSS Document - Sergeants Mess */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(images/bg.gif) repeat-x #000000;

}


h2 {
	
	font-size: 26px;
	font-family: "Bodoni MT";
	color: #FFFFFF;
	padding-bottom:10px;

}

h3 {
	
	font-size: 18px;
	font-family: "Bodoni MT";
	color: #FFFFFF;
	padding-bottom:10px;

}

div#wrapper {

	width: 860px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;


}

/*---TOP SECTION---*/


div#address {


	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/address.jpg)  no-repeat center;
	width: 364px;
	height: 140px;
	padding: 295px 0px 0 27px ;

}

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 {

	float:left;
	width: 461px;
	height: 435px;

}


/*---MID SECTION---*/



div#para1 {

	clear: both;
	float:left;
	color: #FFFFFF;
	background:url(images/para1.gif) no-repeat;
	width: 364px;
	height: 237px;
	padding: 45px 0px 0 27px ;

}

div#image1 {


	float:left;
	width: 461px;
	height: 282px;

}

div#para2 {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/para2.gif) no-repeat;
	width: 364px;
	height: 262px;
	padding: 33px 0px 0 27px ;

}

div#image2 {

	float:left;
	width: 461px;
	height: 295px;

}



/*---BOTTOM SECTION---*/

div#para3 {

	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/para3.gif) no-repeat;
	width: 364px;
	height: 232px;
	padding: 75px 0px 0 27px ;

}

div#image3 {



	float:left;
	width: 461px;
	height: 307px;

}

