* { padding: 0; margin: 0; } /* we may want this later */

html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
background: #000;
color: #adadad;
font-family: Helvetica, Arial, sans-serif; font-size: 13px;
}

h1, h2, h3, h4, h5, h6 { padding: 10px; margin-right: 1em; }
p { padding: 0 1em 1em; }
img { border: none; }
a { text-decoration: none; text-transform: none; color: #adadad; }
a:link { color: #adadad; }
a:visited { color: #adadad; }
a:hover { color: #fff; }
a:active { color: #fff; }

img#logo {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
}

p.blocktext {
margin-left: auto;
margin-right: auto;
width: 200px;
}

#floater {
	position:relative;
        float: left;
	height:50%;
        margin-bottom:-235px;
	width:1px;
}
 
#container {
	position:relative; clear:left;
	height:470px; width:100%;
	margin: 10px auto 10px auto;
	background:#000;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
 
#footer {
}
 
#content {
height: 100%;
width: 1160px;
margin: 0 auto;
/*border-left: 1px dashed red;
border-right: 1px dashed red;
/*position:absolute; left:30%; right:0; top:0; bottom:0;*/
}

.contentColumn {
float: left;
height: 100%;
width: 300px;
padding: 10px;
/*border-right: 1px dashed blue;
border-left: 1px dashed blue;*/
}

#nav {
float: left;
height: 100%;
width: 510px;
/*border: 1px solid #c0c0c0;*/
}

#nav th, td, table {
border-collapse: collapse;
/*border: 1px solid #c0c0c0;*/
}

/*#nav table { border-top: none; border-bottom: none; }*/
/*#nav th { border-top: none; }*/
#nav th, td { border-left: 1px solid #808080; border-right: 1px solid #808080; }
#nav th { border-bottom: 1px solid #808080; height: 34px; }

#nav th a { text-transform: uppercase; }

#nav tr.photos { height: 435px; }

#nav tr.photos a:link img { opacity: 0.5; filter: alpha(opacity=50); }
#nav tr.photos a:visited img { opacity: 0.5; filter: alpha(opacity=50); }
#nav tr.photos a:hover img { opacity: 1; filter: alpha(opacity=100); }
/* these two rules were an attempt to */
#nav tr.photos td.flank a { height: 435; width: 175; }
#nav td.mid a img { height: 435; width: 160; }

#aboutNav { width: 260px; margin: 20px auto; }
div.fullHeightContainer {
    height: 470px;
    //min-height: 10em;
    display: table-cell;
    vertical-align: middle }

#aboutNav ul { line-height: 30px; padding-left: 10px; margin-left: 0; }
#aboutNav ul ul { padding-left: 20px; }
#aboutNav li { list-style: none; }
#aboutNav a { /* font-size: 1.25em; font-weight: bold; */ text-decoration: underline; }
#aboutNav h2 { text-align: center; /* margin-top: 90px; */}
#aboutNav h2 a { font-size: 1em; text-decoration: none; font-weight: bold; }

#footer { text-align: center; width: 100%; height: 40px; margin: -40px auto 0 auto; }
#footer p { padding: 1em; }
#footer a { text-decoration: underline; }

