@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */

body {
	background-image:url(../images/bg-slice.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top:40px;
	margin-bottom:40px;
	
}

div.wrap {
	text-align:center;
	margin:auto;
	width:850px;
}

div.header {
	text-align:left;
	width:830px;
	height:68px;
	padding:0px 0px 0px 20px;
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	}

div.contentarea {
	background-color:#000000;
	width:790px;
	padding:10px 30px 25px 30px;
	text-align:left;
	}

div.footer {
	text-align:left;
	width:800px;
	height:32px;
	padding:10px 20px 0px 30px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:no-repeat;
	}

div.bullets {
	width:300px;
	float:right;
	padding-left:10px;
	}

img.img1 {
	border:#999999 1px solid;
	}


div#map {
	width:400px;
	height:250px;
	border:#999999 1px solid;
	}	
