html, body{ 
	margin:0;
	padding:0; 
	text-align:center;
	background: white url(http://www.myspacelayoutshome.com/images/stardesign2.gif) fixed repeat top left;
} 
 
#pagewidth{ 
	width:750px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;	
	border-left-style: solid;
	border-left-width: 0.5em;
	border-left-color: #808080;
	border-right-style: solid;
	border-right-width: 0.5em;
	border-right-color: #808080;
	background-color:#fff;
}

#header{
	position:relative; 
	height:170px; 
	background-color:#633100; 
	width:100%;
	border-bottom:1.25em solid white;
} 
 
#leftcol{
	width:210px; 
	float:left; 
	position:relative; 
	background-color:#fff; 
}
 

.site {
	font-family:arial;
	font-size:11px;
	background-color:FF8040;
	padding:.25em;
	width:200px;
	border-bottom:1.25em solid white;
}
.site a {color:black; text-decoration:none;}
.site a:hover {color:white; background-color:#318F71;}

.sponsors {
	font-family:arial;
	font-size:11px;
	background-color:FF0080;
	padding:.25em;
	width:200px;
	border-bottom:1.25em solid white;
}
.sponsors a {color:black; text-decoration:none;}
.sponsors a:hover {color:white; background-color:#318F71;}

.myspace {
	font-family:arial;
	font-size:11px;
	background-color:#FFFF00;
	padding:.25em;	
	width:200px;
	border-bottom:1.25em solid white;
}
.myspace a {color:black; text-decoration:none;}
.myspace a:hover {color:white; background-color:#318F71;}

.services {
	font-family:arial;
	font-size:11px;
	background-color:pink;
	padding:.25em;	
	width:200px;
	border-bottom:1.25em solid white;
}
.services a {color:black; text-decoration:none;}
.services a:hover {color:white; background-color:#318F71;}


.folio {
	font-family:arial;
	font-size:11px;
	background-color:pink;
	padding:.25em;	
	width:200px;
	border-bottom:1.25em solid white;
}
.folio a {color:black; text-decoration:none;}
.folio a:hover {color:white; background-color:#318F71;}


.links {
	font-family:arial;
	font-size:11px;
	background-color:pink;
	padding:.25em;	
	width:200px;
}
.links a {color:black; text-decoration:none;}
.links a:hover {color:white; background-color:#318F71;}



h1 {
	color: #4C1900;
	background-color: #fff;
	font-size: 1.5em;
	margin: 0;
	margin-bottom: 0em;
	width:190px;
	padding: 0.25em;
	text-align: center;
	letter-spacing: 0em;	
	border-bottom-style: solid;
	border-bottom-width: 0.5em;
	border-bottom-color: #4C1900;
}


#maincol{background-color:;  
	float: right; 
	display:inline; 
	position: relative; 
	width:510px;
	font-family:arial;
	font-size:13px;
 }

#maincol a {color:#ef63a5; text-decoration:none;}
#maincol a:hover {color:#318F71; text-decoration:none;}

#maincol h1{
	background-color:#7b4208;
	color:white;
	font-size:20px;
	width:470px;
	border-bottom:0px solid #ef63a5;
}

#maincol h2{
	color:#318F71;
	font-size:16px;
	width:470px;
	margin-bottom: .25em;
}


.story {
}
 
#footer{
	height:20px; 
	background-color:#4C1900; 
	clear:both;
	font-family:arial;
	font-size:11px;
	color:#808080;
	font-weight:;
	border-top:.75em solid #4C1900;
 } 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

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


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


