html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image:url(images/bg_other.gif);
 background-repeat:repeat-x;
 font-family: Arial, serif;
 background-color:#000;
 font-size: 12px;
} 
 
#pagewidth{ 
 width:1005px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:145px;
    background-color:#000; 
	width:100%;
} 
 
#maincol{
 width:1005px; 
 height:250px;
 padding:0px;
 clear:both;
 color:#FFF;
 margin-bottom: 91px;
 }
 
 #updates{
	width: 985px;
	background-color:#FFF;
	height: 600px;
	padding:10px;
	margin-bottom: 0px;
	letter-spacing: .25px;
	font-size: 1em;
 }
 
  #collection{
	width: 985px;
	background-color:#FFF;
	height: 1000px;
	padding:10px;
	margin-bottom: 0px;
	letter-spacing: .25px;
	font-size: 1em;
 }
 
  #col1{
	width:300px;
	height: 300px;
	margin: 23px 0px 20px 20px;
	float:left;
 }
 
 #col2{
	width:300px;
	height: 300px;
	margin: 23px 0px 20px 20px;
	float:left;
 }
 
  #content{
	width: 950px;
	height: 300px;
	margin: 23px 0px 20px 20px;
	float:left;
 }
 
#footer{
	height:115Px; 
	background-color:#606060; 
	clear:both;
	font-family: Arial, serif;
	font-size: 11px;
	text-align: center;
	background-image: url(images/footer_bg.gif);
 } 
 
 #links{
	 margin-top: 35px;
	 margin-bottom: 25px;
	 float: right;
	 font-family: Arial, serif;
	 font-size:14px;
	 color:#FFF;
	 position: relative;
	 text-align:right;
 }
 
#links img{
	 padding-right:10px;
	 padding-bottom: 20px;
 }

#social {
	margin-right: -10px;
}
 
#logo{
	 margin-top: 85px;
	 margin-bottom: 10px;
	 float: left;
 }
h1 { font-family: Arial, serif;
	font-size: 18px;
	text-shadow: 2px 2px 2px #ccc;
	color:#555;
	font-weight:300;
	}
 
#title{
font-family: Arial, serif;
	 font-size:14px;
 }
 
#credits{
	float:right;
	margin-top: 32px;
	margin-right: 20px;
	border:0;
}
 
#coltext{
	 font-family: Arial, serif;
	 word-spacing: 0em;
  	 line-height: 2em;
	 color:#666;
 }

a img{
	border:0;
	}
	
	#footer a:link{
	color: #000;
	text-decoration: none;
}
#footer a:visited {
	color: #000;
	text-decoration: none;
	}
#footer a:hover {
	color: #CCC;
	text-decoration: none;
	}
#footer a:active {
	color: #FFF;
	text-decoration: none;
	}
	
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
	}

.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 */  
