/*************************************************************
 
 -------------------------------------------------------------
 Theme:   Kent Bellows
 Author:  SecretPenguin + Cathy Solarana
          http://www.secretpenguin.com
		  http://www.cathysolarana.com
 
 
*************************************************************/



/*============================================================
Body
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 14px; 
	color: #666666; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Arial Narrow, Arial, Verdana, Sans-Serif;
	background-color: #fff;
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}

h1 {
	display: block;
	width: 202px;
	height: 110px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	}
	
h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	background: url(../images/logo.png) no-repeat;
	}	


h2 {
	display: none;
	}
	
p {
	padding-bottom: 7px;
	}
		
a, a:link, a:visited {
		text-decoration: underline;
		color: #fff;	
		}
	
	a:hover {
		text-decoration: none;
		color: #fff;
		}
	
h3 {
	font-family: Arial Narrow, Arial, Verdana, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	}			

img {
	border: none;
	}
	
#container {
	width: 955px;
	text-align: left;
	margin : 0px auto;
	}
	
#header {
	height: 450px;
	}	
	
#header-copy {
	padding-left: 75px;
	padding-top: 20px;
	width: 600px;
	color: #5c0000;
	font-size: 16px; 
	line-height: 22px; 
	font-family: Arial Narrow, Arial, Verdana, Sans-Serif;
	}		

#header-copy a, #header-copy a:link, #header-copy a:visited {
		text-decoration: underline;
		color: #5c0000;	
		}
	
	#header-copy a:hover {
		text-decoration: underline;
		color: #990000;
		}

.headline {
	font-size: 20px;
	}

#header-logo {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 955px;
	height: 165px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/header-logo.png) no-repeat;
	}
	
#header-logo a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	background: url(../images/header-logo.png) no-repeat;
	}
	
.columns {
	width: 810px;
	margin : 0px auto;
	clear: both;
	}
	
.column-1 {
	width: 315px;
	padding-right: 20px;
	padding-bottom: 30px;
	float: left;
	}

.column-2 {
	width: 475px;
	padding-left: 0px;
	padding-bottom: 30px;
	float: left;
	}
	
.clear {
	clear: both;
	}				
	
#footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding-top: 10px;
	clear:both;
	color: #333333;
	margin : 0px auto;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	width: 861px;	
	}			
	
	#footer a, #footer a:link, #footer a:visited {
		color: #999999;
		text-decoration: none;	
		}
	
	#footer a:hover {
		color: #695B2E;
		text-decoration: none;
		}
		
#footer-left {
	margin-top: 35px;
	margin-left: 25px;
	float: left;
	}

#footer-right {
	margin-top: 35px;
	margin-right: 25px;
	text-align: right;
	overflow: hidden;
	}			

#credits {
	margin-top: 20px;
	line-height: 20px;
	}
		
.cs {
	padding-bottom: 10px;
	}

.secretpenguin {
	padding-top: 150px;
	}
	
hr {
	height: 1px;
	color: #CCC;
	}	