html
{
  margin: 0;
} 

body
{
  margin: 10px;
  font-family: Arial;
  background-image: url(http://deepwidemedia.net/images/grad-line.png);
  background-color: #373737;
  background-repeat: repeat-x;
  background-position: top center;
  background-attachment: fixed; 
}
h1, h2, h3, h4, h5, h6 {
  color: #112E35;
  line-height: 1em;
  margin-top: 0.8em;
  margin-bottom: 0em;
  padding: 0em;
}
/*
h1+p, h2+p, h3+p, h1+ul, h2+ul, h1+ol, h2+ol {
  margin-top: -1em;
} */


img  {line-height: 0; padding: 0; margin: 0; border: 0px solid black;}

div#container
{ 
  width: 800px;
  margin: 0 auto;
  background-color: #aaa;
  border-left: 4px solid white;
  border-right: 4px solid white;
  background-image: url(http://deepwidemedia.net/images/contentbg.png);
  background-repeat: repeat-y;
}

div#content
{
  background-color: #aaaaaa;

}

a
{
  color: #ccf;
}

a:hover
{
  color: #fff;
}

div#content_right
{
  float: right;
  padding: 0px;
  width:246px;
  color: #ccccdd;
  background-color: #68858B;
  background-repeat: no-repeat;
}

.videobox
{
  background-color: black;
  border-bottom: 4px solid white;
  border-top: 4px solid white;
}

div#side_header
{
  letter-spacing: 2px;
  background-color: #004455;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5em;
  color: #bbbbcc;
}

div#side_title
{
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  letter-spacing: 2px;
  background-color: #004455;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5em;
  color: #bbbbcc;
}

.center
{text-align: center;}

.whiteborder
{border: 4px solid white;}

.sideimagetop
{
padding: 0px;
margin: 0px;
border-bottom: 4px solid white;
}

.sidecaption
{
  padding: 4px 10px;
  padding-top: 6px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 80%;
}

.sideimage
{
padding: 0px;
margin: 0px;
border-top: 4px solid white;
border-bottom: 4px solid white;
}
.sideimagebottom
{
line-height: 0;
padding: 0px;
margin-top: 0px;
margin-left: -10px;
}




div#content_left
{
  float: left;
  padding: 20px 20px;
  padding-top: 5px;
  width:510px;
  background-color: #7899A0;
  background-repeat: no-repeat;
  border-right: 4px solid white;
}

.bottom
{
  clear: both;
  background-color: #165016;
  border-top: 4px solid white;
}

.green
{
  clear: both;


  background-color: #112E35;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}

.spacer
{
  clear: both;
}

div#footer
{
  padding: 0;
  margin:0;
  height: 50px;
  background-color: #165fff;
  background-repeat: no-repeat;
  border-top: 4px solid white;
}

div#banner
{
  border-top: 4px solid white;
  width:100%;
  height: 151px;
  background-position: 0% 50%;
  background-color: #ccc;
  background-repeat: no-repeat;
}

.rightcorner
{
  float: right;
  border-left: 4px solid white;
  border-bottom: 4px solid white;
  margin-top: -20px;
  margin-right: -10px;
  margin-left: 5px;
  margin-bottom: 5px;
}

div#navbar
{
  width:100%;
  color: white;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  background-color: #112E35;

  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 0.8em;
  padding-bottom: 2px;
}

#navbar ul {
 vertical-align: middle;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navbar ul li {
	margin-left: 0;
	padding: 0px 15px;
	list-style: none;
	display: inline;
	}
	
		
#navbar ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
  
  div#navbar a {
    text-decoration: none;
    color: white;
  }
  
div#column {

}


