
body, td, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}

h1{
	font-size:16px;
	padding:0px;
	margin:0px;
	display:inline;
}

body{
	background:#b4af91;
	background-image:url(../images/pagebackground.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

#textBanner{
	padding-top:10px;
	font-weight:bold;
	display:none;
	text-align:center;
}

#wrapper{
	margin: 0px auto;
	min-height:100%;
	text-align:left;
	width:820px;
}
#startupDIV{
	text-align:center;
}
#centralContentDIV{
	margin: 0px auto;
	padding:0px;
	min-height:100%;
	text-align:left;
}

.contentCell{
	padding-top:5px;
}

#menuDIV{
	margin:0px;
	padding:10px 10px 10px 10px;
	width:260px;
	float:left;
	background-color:#000;
	color:#CCC;
	height:400px;
	font-size:12px;
}
#menuDIV_home{
	margin:0px;
	padding:10px 10px 10px 10px;
	width:820px;
	float:left;
	background-color:#000;
	color:#CCC;
	height:400px;
	font-size:12px;
}

#mainContentDIV{
	margin:0px;
	padding:0px 10px 10px 10px;
	width:560px;
}
#mainContentDIV_home{
	margin:0px;
	padding:0px 10px 10px 10px;
	width:820px;
	text-align:center;
}

#companyINFO{
	text-align:center;
	font-size:14px;
	color:#FFF;
}
a.menuLink:link, a.menuLink:visited{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}
a.menuLink:hover, a.menuLink:visited:hover{
	text-decoration: underline;
	color:#FF6600;
}

.greyText{
	color:#EEE;
}
.small{
	font-size:9px;
	color:#b1dbed;
}
#lineDiv{
	border-bottom:thin solid #333;
	width:160px;
}
#logoDIV{
	margin:0px;
	padding:0px;
	float:left;
}
#skylineDIV{
	position:relative;
	top:39px;
	width: 420px;
	height: 80px;
	float:right;
}

#dialog{
	float:left;
}



#header{
	height:140px;
}



#optionalContent{
	text-align:center;
}


#galleryCategories {
	background-color:#000;
	text-align:center;
	color:#CCC;
}
.galleryTitle{
	color:#333;
	font-weight:bold;
}
#galleryCategories a:link, #galleryCategories a:visited {
	color:#b4ae90;
	text-decoration:none;
}
#galleryCategories a:hover, #galleryCategories a:visited:hover {
	color:#b4ae90;
	text-decoration:underline;
}
a.selectedCategory:link, a.selectedCategory:visited {
	color:#6b3b1d;
	text-decoration:none;
	font-weight:bold;
}
a.selectedCategory:hover, a.selectedCategory:visited:hover {
	color:#6b3b1d;
	text-decoration:underline;
	font-weight:bold;
}

a:link, a:visited {
	text-decoration:none;
	color:#333;
}
a:hover, a:visited:hover {
	text-decoration:underline;
}

#galleryBackground{
	/* background-color:#a8a387; */
	background-color:#ada889;
}
