body {
	background: #000000 url(../images/background/bg_tile.gif) repeat;
	text-align:center;
	}
a, img {
	text-decoration: none;
	border: none;
}

#wrapper {
	height: 570px;
	width: 800px;
	background: #FFFFFF;
	text-align: center;
	margin: 30px auto;
	position: relative;
}

#home {
	background: #FFFFFF url(../images/background/bg_header.gif) no-repeat center;
	height:102px;
}

.nav {
	display:block;
	width:133px;
}

.profile_nav {
	display: block;
	width: 134px;
	height: auto;
	margin: 0;
	padding: 0;
}

#navigation {
	float: left;
}

#navigation a span {
	visibility:hidden; 
	display:none;
}
#navigation img {
	display: block; /*removed the gap below nav images*/
}

.content {
	height: 460px;
	width: 659px;
	position: absolute;
	left: 141px;
	top: 110px;
}

#news_content {
	overflow: auto;
}

.bubble {
	margin:0;
	padding:0;
	width: 100px;
	height: 80px;
}

#home_content img {
	
	/*display: none; removes image slides in case javascript disabled*/
}

#bigImg {
	height:390px;
	margin: 0px;
	padding: 10px;
	overflow: hidden;
	/*below added aug 6*/
    position: relative;
}

#bigImg img {
	width:auto;
	max-width: 560px;
	max-height: 390px;
	background: center;
	/*below added aug 6*/
  	position:absolute;
	left:5px;
}

#photosetDescription {
	padding: 10px;
	font: Occidental, Georgia, "Times New Roman", serif;
	position: absolute;
	left: 80px;
	bottom: 0px;
}

.loading {
	background: url(../images/ajax-loader.gif) center no-repeat;
}

img#main_slide {
	/*display: block; apply to first slide to make visible when javascript disabled*/
}
#map {
	position:absolute;
	bottom:60px;
	left:0;
	width: 600px;
	height: 300px;
	border:solid black 1px;
}

/*
#map1 {
	position:absolute;
	bottom:60px;
	left:0;
	width: 320px;
	height: 320px;
	border:solid black 1px;
}
#map2 {
	position:absolute;
	bottom:60px;
	left:335px;
	width: 320px;
	height: 320px;
	border:solid black 1px;
}
*/

#contact_content #contactInfo {
	height:80px;
	text-align: center;
	background: #FFFFFF url(../images/background/address.png) no-repeat center top;
}

#contact_content #sendmail  {
	position: absolute;
	bottom: 5px;
	right: 45px;
}
#contact_content #sendmail  a  {
	color: #000000;
	font: 1.5em Occidental, Georgia, "Times New Roman", serif;
}
#contact_content #sendmail  img  {
	bottom:-10px;
	position:relative;
	}
	
/********************* PROFILE PAGE LAYOUT*************************/
#profile_header {
	position: absolute;
	left:0px;
	top:0px;
}
#profileNavCollection {
	position: absolute;
	left: 0px;
	top: 147px;
}
#profileNavNews {
	position: absolute;
	left: 0px;
	top: 196px;
}
#profileNavProfile {
	position: absolute;
	left: 0px;
	top: 248px;
}
#profileNavContact {
	position: absolute;
	left: 0px;
	top: 297px;
}
#profileNavSale {
	position: absolute;
	left: 0px;
	top: 354px;
}
#profileNavBottom {
	position: absolute;
	left: 0px;
	top: 407px;
}
#profileBody {
	position: absolute;
	left: 134px;
	top: 147px;
}#newsHeading {
padding-bottom:10px;
	}

