/*************************************************************
 
 -------------------------------------------------------------
 Theme:   D Kiser design.construct
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



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

* {
	margin-top: 0;
	padding: 0;
	}

body {
	font-size: 12px; 
	color: #666666; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #39332F;
	text-align: center;
	}
	
	
	
a, a:link, a:visited {
		color: #999999;
		text-decoration: none;	
		}
	
	a:hover {
		color: #695B2E;
		text-decoration: underline;
		}	
	
#container {
	width: 955px;
	text-align: left;
	margin : 0px auto;
	}
	
#left {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	}
	
blockquote {
	padding-left: 20px;
	}		
	
.small {
	font-size: 10px;
	}