html, body{ 
 background-color: #000000;
 margin:0; 
 padding:0; 
 text-align:center; 
	font-family: "Georgia", serif;
	font-size: 12.5px;
} 

a:link {
	color: #580000;
}

a:visited {
	color: #580000;
}

a:hover {
	color: #A80000;
}

a:active {
	color: #580000;
}
 
#pagewidth{ 
	background: #000 url('gfx/background.png') no-repeat top center;
 width:760px;
 height:680px;
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
   margin-top: 20px;
} 
 
#header{
 position:relative; 
 height:210px; 
  background-color:transparent; 
 width:100%;
 padding-top: 40px;
 text-align: center;
padding-bottom: 30px;
 } 
 
#maincol {
	background-color: transparent;
	float: inherit;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	width:660px;
	margin: auto;
	max-height: 290px;
	height: 290px;
	overflow: auto;
	overflow-x: hidden;

 }
 
#footer{
padding-top: 15px;
text-align: center;
  background-color: transparent;
	line-height: 90%;
  margin: auto;
  width: 680px;
 clear:both;
 font-size: 85%;
 }
 
iframe {
border: 1px dotted #000000;
overflow: auto;
overflow-x: hidden;
}

#blogcenter {
	margin-right:auto;margin-left:auto;width:90%;
}  
 
.goto {
	font-size: 90%;
}
 
a:link img {
	border: none;
}

a:visited img {
	border: none;
}

a:hover img {
	border: none;
}

a:active img {
	border: none;
}

img  {
	border: none;
}

h1 {
font-size: 1.4em;
}

h2 {
font-size: 1.3em;
}

h3 {
font-size: 1.1em;
}

.splitcontentleft {float:left; width:48%;}

.splitcontentright {
float:right;
width:48%;
padding: 8px;
border: 1px dotted #000000;
}

 /* *** 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 */  


