
/* CSS Document - Opera Point Events */

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;

}


h2 {
	
	font-size: 16px;
	text-transform:uppercase;
	color: #000000;
	padding-bottom:10px;
	padding-top:10px;
}

div#wrapper {

	width: 830px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;


}

/*---TOP SECTION---*/

div#logo {

	clear:both;
	float:left;
	width: 829px;
	height: 131px;
}



div#address {


	clear:both;
	float:left;
	color:#FFFFFF;
	background:url(images/address.jpg) no-repeat;
	width: 789px;
	height: 200px;
	padding: 33px 0px 0 40px ;

}

a.address:link, a.address:visited {

	font-weight: bold;
	color:#99ccff;
	text-decoration: none;	
}

a.address:hover,  a.address:active{

	font-weight: bold;
	color: #99ccff;
	text-decoration: underline;	
}

div#title {	

	clear: both;
	background: url(images/title1.jpg);
	width: 829px;
	height: 128px;

	
	}

/*---MID SECTION---*/

div#para1 {

	float:left;
	color: #062a53;
	background:url(images/para1.jpg) no-repeat;
	width: 306px;
	height: 267px;
	padding: 0px 463px 0 60px ;

}

div#para2 {

	float:left;
	background:url(images/para2.jpg) no-repeat;
	width: 709px;
	height: 235px;
	padding: 30px 60px 0 60px ;

}


/*---BOTTOM SECTION---*/


div#image1 {

	clear:both;
	float:left;
	width: 301px;
	height: 441px;

}

div#image2 {


	float:left;
	width: 529px;
	height: 441px;

}



