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


html {
	height: 100%;
	margin: 0 0 0 0 px;
}

body {
	border: 0px;
	margin: 0 0 0 0px;
	height: 100%;
	background-color: #FFFFFF;
}

a img{
border:0px;
}

#container {
	margin: 0 auto;
	width: 750px;
	padding: 0px;
	border: 0px;
	min-height: 100%;
	position: relative;
}

#logo {
	width: 750px;
	height:150px;
	background: #FFFFFF;
	margin-top: 0px;
	border-bottom: 1px dotted #6b6b6b;
}

#content {
	float:left;
	margin-top: 0px;
	width: 625px;
	margin-bottom: 0px;
	background: #ffffff;
	padding-top: 1em;
	border-right:  1px dotted #6b6b6b;
	/*min-height: 400px;*/
	height: 100%;
	min-height: 100%;
	padding-bottom: 20em;
	clear: none;
}

#content p {
	font-family: sans-serif;
	font-size: .7em;
	color: #6b6b6b;
	margin-left: 50px;
	margin-right: 125px;
	line-height: 200%;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content a:link,
#content a:visited,
#content a:active   {
	color: #6b6b6b;
	text-decoration:none;
	border-bottom:1px dotted #6b6b6b; 
}

#content a:hover {
	color: #a7a7a7;
	text-decoration:none;
	border-bottom:1px dotted #a7a7a7;
}

#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	margin-top: 0px;
	margin-left:10px;
	padding-left:45px;
	padding-top:10px;
	background-image: url(../images/h1BGSlant.gif);
	background-repeat: no-repeat;
	height: 63px;
	width:513px;
	/*background-position: ;
	background-position: top;*/
}

#content h2 {
	font-family: sans-serif;
	font-size: .8em;
	color: #6b6b6b;
	margin-top: 0px;
	margin-left: 10px;
}

#content ul {
	font-family: sans-serif;
	font-size: .7em;
	color: #6b6b6b;
	line-height: 200%;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
	padding-top: 2em;
}

#content #gallery ul li{
	list-style: none;
	display: inline;
	padding-right: 6px;
	padding-top: 12px;
}

#content #gallery ul li a:link,
#content #gallery ul li a:visited,
#content #gallery ul li a:active{
	text-decoration:none;
	border-bottom:none;
}

#content img{
	text-decoration: none;
	border:1px solid #6b6b6b;
	margin-right: 6px;
	margin-bottom: 6px;
}

#nav {
	width: 124px;
	float: right;
	padding-top: 1em;
	padding-bottom: 2em;
	background-image:url(../images/navBG.gif);
	background-repeat:no-repeat;
	background-position: top left;
	height: 300px;
}

.navBottom{
	margin-top:200px;
}

#nav ul {
	margin: 0px;
	padding: 0;
	margin-left: 25px;
}

#nav li {
	list-style: none;
	font-family: sans-serif;
	font-size: .7em;
}

#nav a {
	text-decoration: none;
	font-family: sans-serif;
	line-height: 24px;
	letter-spacing: .1em;
	color: #FFFFFF;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #FFFFFF;
}

#footer {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	height:75px;
	background: #6b6b6b;
	padding-top: .5em;
	bottom: 0px;
	clear:both;
	
}


#footer ul {
	padding-top: 7px;
	text-align: center;
	margin-bottom: 0px;
}

#footer li {
	font-family: sans-serif;
	font-size: .57em;
	color: #FFFFFF;
	margin-right: 25px;
	margin-top: 0px;
	list-style: none;
	display: inline;
	margin-bottom: 0px;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 0px;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #FFFFFF;
	margin-bottom: 0px;
}

#footer p {
	font-family: sans-serif;
	font-size: .50em;
	color: #FFFFFF;
	text-align: center;
	padding-left: 20px;
}

#content #gallery p{
	margin-left: 0px;
	font-size:.57em;
	margin-right: 0px;
	margin-top:0px;
	padding-top:0px;
}

#content #gallery table{
	padding-left:48px;
	padding-top: 5px;
}

#content #gallery table tr{
	margin-bottom: 10px;
}

#content #gallery table tr td{
	vertical-align:top;
	width: 100px;
	padding: 0px;
	padding-bottom: 10px;
	padding-right: 9px;
}

#content #gallery a{
	text-decoration:none;
	border-bottom:none;
}

#content #gallery img{
padding:0px;
}




