body {
	background-color: #7D868F; /* the grayish color */
}

#container{
	margin: 0 auto;
	width: 900px;
	padding:0;
	background-color: black;
}

.logophrasecontainer    {
    width: 450px;
    height: 50px;
    float: left;
}

.logophrasec a  {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
}

#logocontainer{
	width: 900px;
	height: 210px;
	background-color: #7D868F;
}

#logoimage{
	float: left;
	width: 220px;
	height: 210px;
}

#logophrase {
	float: left;
	width: 350px;
	height: 210px;
}

#videolink {
	float: left;
	width: 50px;
	hieght: 50px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	/* background-color: black; */
	color: white;
	width: 900px;
	height: 58px;
}

#imageheader {
	margin-left: auto;
	margin-right: auto;
	/* background-color: black; */
	width: 900px;
	height: 400px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #fff;
	font-size: .9em;
	font-family: "georgia", Geneva, sans-serif;
	width: 900px;
	max-width: 900px;
	height: 100%;
	min-height: 100px;
}

.post{

	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	height: 100%;
}

h3{
	margin: 0 auto;
	padding-top: 2%;
}

h4 {
	margin: 0 auto 0 auto;
	font-style: italic;
}

.customhr
{
	width: 100%;
	height: 2px;
	background-color: #5A6F8E; /* the blueish color */
	margin: 5px 0 5px 0;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

#imagefooter {
	width: 900px;
	height: 100px;
	/*background-color: #5A6F8E;*/
	/* background-color: black; */
}

.endimagespacer{
	float: left;
	width: 25px;
	height: 70px;
	background-color: #5A6F8E; /* the blueish color */
	margin: 15px 0 15px 0;
}

.footerimagecontainer{
	float: left;
	width: 250px;
	height: inherit;
}

.footerimage{
	width: 250px;
	height: 100px;
}

.imagespacer {
	float: left;
	width: 50px;
	height: 70px;
	background-color: #5A6F8E; /* the bluish color */
	margin: 15px 0 15px 0;
}

.footerimagecontent {
	
}

#footer {
	/*margin-left: auto;
	margin-right: auto;*/
	margin: 0px auto 0px auto;
	/* background-color: black; */
	text-align: center;
	color: #5A6F8E;
	width: 900px;
	/* height: 100px; */
}

#footer a
{
	color: White;
	text-decoration: none;
	font-size: .85em;
}

.dir {
	/*margin-left: auto;
	margin-right: auto;*/
	margin: 0px auto 0px auto;
	/* background-color: black; */
	text-align: center;
	color: #5A6F8E;
	width: 900px;
	/* height: 100px; */
}

.dir a
{
	color: White;
	text-decoration: none;
	font-size: .85em;
}

/* ------------------------------------------- */
/* Formats that might used for table directory */
/* ------------------------------------------- */

/*
#footer
{
	background:#CC0033;
	font-size:.70em;
	height:30px;
	margin-top:36px;
	width:100%
}

#footer a {color: #ffffff; font-weight: bold; text-decoration: none}*/
#footer a:hover {text-decoration: underline}

div.link {
	
	margin: 0 10px 0 10px;
	/*width: 92px;*/
	float: left;
}

div.separator {
	width: 2px;
	background-color: #5A6F8E;
	color: #5A6F8E;
	float: left;
}

div.linkdirectory {
	width: 900px;
	text-align: center;
	font-size: .75em;
	font-size: .9em;
}

div.linkdircontainer {
	margin: 0 auto;
	width: 900px;
}

div.headerbutton
{
	float: left;
	width: 100px;
	height: 58;
}

#mattimg {
	padding-left: 150px;	
}

/* ------------------------------------------- */
/* Formats that MIGHT be in use */
/* ------------------------------------------- */

#title {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.titlebreak {
	color: #666;
	background-color: white;
	border: 0;
	width: auto;
	height: auto;
	margin-bottom: 5px;
}

