html,body {
	margin: 0;
	padding: 0;
	text-align: center;
	height:100%;
 	font-family: Helvetica, Arial, sans-serif;
 	font-size: 11pt;
	min-width: 600px;
}

#container {
	z-index: 6;
	margin: 0 auto;
	width: 60%;
	text-align: left;
	height:100%;
	min-width: 600px;
}

#header {
	z-index: 5;
	height: 200px;
	position: relative;
}

.headerImg {
	margin-top: 15%;
}

#content {
	z-index: 4;
	position: relative;
	min-height:400px;
	margin-top: 15px;
}

#footer {
	font-size: 10px;
	border-top: 1px solid #ccc;
	padding: 10px;
	margin-top:20px;
	float: right;
}

#footer p {
	text-align: center;
	color: #4d4646;
	margin: 0;
	padding: 0;
}

#nav {
	text-align:left;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
}

#imageFloat1 {
	float: right;
	margin: 4px;
}

#imageFloat2 {
	position: absolute;
	right: 10%;
	top: 0;
	margin: 4px;
}

.submit {
}

a:link { 
	color: #ab6763;
}
a:visited { 
	color: #ab6763;
}
a:hover { 
	color: #000000;
	text-decoration: none;
}
a:active { 
	color: #999999;
}

p {
	text-align: justify;
	color: #4d4646;
}

h1 {
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #ab6763;
}

h3 {
	text-transform: uppercase;
	color: #4d4646;
}

/*******************************************************
 * Gallery Styles
 */
.galleryBase {
	clear:both;
	float:left;
	width: 100%;
}
.galleryContainer {
	width: 33%;
	float: left;
}
.galleryCell {
	padding-left:3%;
	padding-right:3%;
	height: 210px;
	width: 150px;
}

.galleryCell p {
	text-align: center;
}
.galleryCellText p {
	text-align: center;
}
.galleryCellText {
	padding: 10px;
}

.galleryTable {
	width:100%;
	text-align:center;
}

.galleryTable {
	font-size: 10pt;
}

.galleryTable img {
	border: 0;
}
.galleryTable a:hover {
	text-decoration: underline;
	color: #ab6763;
}
.galleryTable a:link {
	text-decoration: underline;
	color: #ab6763;
}
.galleryTable a:visited {
	text-decoration: underline;
	color: #ab6763;
}
.galleryTable a:active {
	text-decoration: underline;
	color: #ab6763;
}


/*******************************************************
 * End Gallery Styles
 */

/* Begin CSS Drop Down Menu */

#menu{position:absolute; z-index:100;}
#menu li {color:#ab6763;text-decoration:underline}
#menu ul .item{display:none;}
#menu ul:hover .item{display:block;background:#fff;padding:0px;margin:0px;}

#menu ul:hover .item a{color:#ab6763;text-decoration:none;}
#menu ul:hover .item a:hover{color:#000;}

#menu ul{width:100px;float:left;margin:0px;padding:0px;list-style:none;}
.clear{clear:both;height:10px;}
/* End CSS Drop Down Menu */
