/*************************************************************
 
 -------------------------------------------------------------
 Theme:   Dee-Sign Landscaping
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



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

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 14px; 
	color: #458839; 
	line-height: 24px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #480958 url(../images/bg-2.jpg) no-repeat center top;
	margin : 0px auto;
	}
	
.small {
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 16px;
	}
	
p {
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 18px;
	}		
	
a, a:link, a:visited {
		color: #999999;
		text-decoration: none;	
		}
	
	a:hover {
		color: #695B2E;
		text-decoration: underline;
		}	
	
#container {
	width: 887px;
	height: 800px;
	margin : 0px auto;
	}
	
h1 {
	display: block;
	width: 887px;
	height: 121px;
	margin-top: 0px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent;
	}

h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	background: transparent;
	}	
	
h2 {
	color: #c990d7;
	font-size: 23px;
	line-height: 26px;
	font-family: Helvetica Light, Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	letter-spacing: 0px;
	padding-bottom: 10px;
	}	
	
blockquote {
	padding-left: 20px;
	}	
	
#footer {
	width: 820px;
	margin : 0px auto;
	padding-top: 24px;
	}
	
#column1 {
	width: 430px;
	float: left;
	}
	
#column2 {
	width: 355px;
	float: right;
	}
	
div#overflow {
	width: 355px;
	height:137px;
	overflow: auto;
	overflow-x: hidden;
	}			
	
.brighter {
	color: #e2bdeb;
	}
	
.bright {
	color: #792a94;
	}	

.medium {
	color: #c990d7;
	}
	
.signature {
	display: none;
	}
	
.hide {
	display: none;
	}	
	
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}		