body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align:left;
}

#container {
	position: relative;
	width:820px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 823px;
}

#navbar {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 78px;
}

#contentMain {
	position:relative;
	min-height:385px;
	max-width:820px;
	margin-left:auto;
	margin-right:auto;
	color:#e2e2e2;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
}

#textbox {
	position:relative;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

#map {
	width:450px;
	float:left;
}

#contacts {
	width: 300px;
	float:right;
}

#topbrdr {
	background-image:url(../images/top_border.gif);
	background-repeat:no-repeat;
	width:900px;
	height: 40px;
	position:relative;
}

#bodybrdr {
	background-image:url(../images/content_body_f2.png);
	background-repeat:repeat-y;
	width:900px;
	position:relative;
}

#footerlogos {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footer {
	background-image:url(../images/txt_bottom_border.png);
	background-repeat:no-repeat;
	width:900px;
	height:40px;
	position:relative;
}

a:link {
	color:#F60;	
}

a:visited {
	color:#F60;
}

a img {
	border:0;
}

.textpresent {
	text-align:center;
}

.orange {
	color:#F60;
}

.gallery {
	padding:8px;
}

.footerlogos {
	padding:20px;
}
