/** If stuff is not good, sorry.  I'm not a pro at this, just someone who reads tutorials then mucks about.  **/

html{
 padding:0;
 }

body{ 
 text-align: center; 
 vertical-align: middle;
 background-color:#e3dee7;
 font-size: 1em;
 font-family: verdana, sans-serif;
 } 

p{
 padding: 0 20px;
 }

.center_box{ 
 align: center;
 text-align: center; 
 }

object, embed{
 padding: 5px;
 background-color: #0c1413;
 display: inline-block;
 }

img{
 padding: 5px;
 background-color: #0c1413;
 }


#pagewidth{
 width: 760px;
 text-align: left;
 margin: auto;
 }
 
#header{
 position:relative; 
 height:200px; 
 width:760px;
 background-image: url(header.jpg);
 background-repeat: no-repeat; 
 } 

#link a{ /*sets height/width of #link and makes it clickable*/
 width: 760px;
 height: 200px;
 display: block;
 }
 
#maincol{
 background-color: #151f1e;  
 position: relative; 
 width: 758px; 
 border-width:1px;
 border-style:solid;
 border-color:black;
 color: #FFFFFF;
 }

a:link{
 color: #efcbf8;
 }

a:visited {
color: #ba9cc1;
 }

a:hover {
color: #f4eef6;
 }

a:active {
color: #efcbf8;
 }

a img {border: none; }

div.hr-top {
  height: 30px;
  background: url(hr-top.png) no-repeat scroll center;
}
div.hr-bottom {
  height: 30px;
  background: url(hr-bottom.png) no-repeat scroll center;
}

div.hr hr {
  display: none;
}

#rightnav{
float: right;
border: dashed;
background-color:#33FFFF;
 }

#videobox{
 float:left;
 width:230px;
 height:109px;
 color: #000000;
 border-width:0;
 border-style:dashed;
 background-color: #0c1413; 
 padding: 0;
 margin: 10px;
 }
 
#videobox img{
 margin:0
 padding:0
 }

#footer{
 height:200px; 
 background-image: url(footer.jpg); 
 text-align: center;
 text-shadow: #000000 2px 2px 2px;
 font-weight: bold;
 font-style: italic;
 color: #FFFFFF;
 padding: 15px;
 text-style: bold;
 clear:both;
 background-repeat: no-repeat;
 } 
 

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
