/* 
debney.org screen style 07.04
author: scott debney
aka: digital debney
version: 1.0
*/


/* Establish general layout parameters */

body {
	background: #FFF ; 
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}

p {
	line-height:16px;
	}

img {
	border:0;
	}
	
	
/* This definition if for the main content box */

#frame {
		width:600px;
		padding:0 40px;
		margin-right:auto;
		margin-left:auto;
		background:#fff url(images/bg_grad.gif) top left repeat-y; 
		text-align:left;		
		}
	
	
#content {
		padding-top:85px;
		padding-left:225px;
		padding-right:40px;
		padding-bottom:60px;
		background:#fff  url(images/bg_main.jpg) top left no-repeat;
		}

#navlist li a#current {
 		background: #FFF;
 		color:#000;
 		border-bottom: 3px solid #000;
 		}

a, a:link, a:visited {
	color: #C30;
	text-decoration: underline;
	}

a:hover {
	color: #666;
	text-decoration: none;
	}
	

h2 {
	margin:0 0 7px 0;
	font:bold 14px/20px Tahoma, Arial, Helvetica, sans-serif;	
	color:#333;
	
	}

h3 {
	margin:0;
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;	
	color:#666;
	
	}


p {
	margin:0 0 15px 0;
	}
	
.clearit {
	clear:both;
	}
	
#gray_bar {
	background:#83A863;
	height:5px;
	width:600px;
	margin-right: auto;
	margin-left:auto;
	/* Hacks to get line correct in Win IE */
	font-size: 4px;
	line-height: 4px;
	}
	
	
.clearit2 {
	clear:both;
	height:10px;
	}
	
div#footer {
	width:635px;
	height:27px;
	margin-right:auto;
	margin-left:auto;
	background:#fff url(images/bottom_shadow.jpg) top left no-repeat;
	}

	
div#footer_links ul {
	margin:20px 0 0 0;
	padding:30px 0 0 0;
	color:#999;	
	border-top:1px dotted #ccc;
	}
	
div#footer_links li {
 	display: inline;
 	list-style-type: none;
 	padding-right: 7px;
 	}

div#footer_links li a {
	text-decoration:none;
	color:#ccc;
	}

div#footer_links li a:hover {
	text-decoration:none;
	color:#C30;
	}




	
	
	
	