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



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

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 12px; 
	color: #000; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	background-image: url(../images/bg/rotate.php);
	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;
	}
	
p {
	padding-bottom: 7px;
	}
		
a, a:link, a:visited {
		text-decoration: underline;
		color: #fff;	
		}
	
	a:hover {
		text-decoration: none;
		color: #fff;
		}
	
h3 {
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	}			

img {
	border: none;
	}
	
#container {
	width: 955px;
	text-align: left;
	margin : 0px auto;
	}
	
#strip {	
	margin : 0px auto;
	width: 861px;
	padding-top: 25px;
	}

#copy {
	font-size: 10px; 
	line-height: 18px; 
	color: #fff;
	background-image: url(../images/bg-copy.png);
	background-position: top center;
	background-repeat: repeat-y;
	width: 861px;
	margin : 0px auto;
	margin-top: 7px;
	overflow: hidden;	
	}
	
#mission {
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
	display: block;
	width: 759px;
	height: 92px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/mission.png) no-repeat;
	}	
	
#columns {
	width: 861px;
	margin : 0px auto;
	}
	
.column-1 {
	width: 255px;
	padding-left: 25px;
	padding-bottom: 10px;
	float: left;
	}

.column-2 {
	width: 255px;
	padding-left: 25px;
	padding-bottom: 10px;
	float: left;
	}
	
.column-3 {
	width: 255px;
	padding-left: 25px;
	padding-bottom: 10px;
	float: left;
	}		
	
				
	
#footer {
	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;
	}
	