body {
	text-align: center;
	margin: 0px;
	background: url(../images/bg.jpg) top center no-repeat #f2f2f2;
}

#web {
	background: url(../images/webd-bg.jpg) top right no-repeat;
}

#print {
	background: url(../images/graphics-bg.jpg) top right no-repeat;
}

.content h1, h2, h3, h4 {
	font-size: 1.5em;
	color: #66cc00;
	margin: 0 0 0 -10px;
	padding: 5px 5px 5px 10px;
	background: #f2f2f2;
	display: block;
}

a img {
	border: none;
}

.folio-description {
	display: block;
	text-align: right;
	padding: 0 160px 0 100px;
	margin: 0;
	color: #666;
	font-style: italic;
	font-size: 0.9em;
	line-height: 15px;
}

#float-right {
	float: right;
}

.header-top-links {
	font-size: 0.7em;
}

.valid {
	float: right;	
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	height: auto;
	padding: 10px;
	background: #fff;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-left: 3px solid #ccc;
}

#header {
	height: 150px;
	background: url(../images/header.png) no-repeat #ccc;
	background-position: top right;
	margin: 0 0 10px 0;
	}
	
	#header:hover {
		background-position: bottom right;
		cursor: pointer;
	}

#navigation {
	height: 30px;
	line-height: 30px;
	background: #f2f2f2;
	margin: 0 0 15px 0;
	text-align: center;
	}
	
	#navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
		#navigation ul li {
			float: left;
		}
		
		#navigation ul li a {
			display: block;
			padding: 0 15px;
			font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 0.8em;
			
			text-decoration: none;
			color: #66cc00;
		}
		
		#navigation ul li a:hover {
			text-decoration: underline;
			color: #000;
		}

#sidebar {
	float: left;
	width: 170px;
	
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 25px;
	}

	.box {
		background: #f2f2f2;
		padding: 10px;
		margin: 0 0 15px 0;
		}
		
		.box a {
			text-decoration: none;
			color: #66cc00;
			}
		
			.box a:hover {
				text-decoration: underline;
				color: #000;
			}

.clear { clear: both; }

#container {
	float: right;
	width: 580px;
}

.content {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 25px;
	}
	
	.content p { padding: 0; margin: 15px 0 25px 0; }
		
	.content a {
		text-decoration: none;
		color: #66cc00;
		}
		
		.content a:hover {
			text-decoration: underline;
			color: #000;
		}

#footer {
	margin: 0 auto;
	width: 800px;
	background: url(../images/footer-bg.jpg) top center no-repeat;
	padding: 35px 0 25px 0;
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	}
	
	#footer a {
		display: block;
		margin-left: 15px;
		color: #000;
		text-decoration: none;
		}
		
		#footer a:hover {
			color: #66cc00;
			text-decoration: underline;
		}
	
.footer-left { float: left; }
	
.footer-right { float: right; }

	#footer ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	#footer ul li {
		list-style: none;
		float: left;
		margin: 0px;
		padding: 0px;
	}
	
	
	
#contact-form {
	width: 350px;
	margin: 0 0 15px 0;
	}
	
	#contact-form input {
		border: 1px solid #ccc;
		background: none;
		padding: 5px;
		font-family: Helvetica, Arial, Geneva, sans-serif;
		font-size: 0.9em;
	}
	
	#contact-form textarea {
		border: 1px solid #ccc;
		background: none;
		padding: 5px;
		font-family: Helvetica, Arial, Geneva, sans-serif;
		font-size: 0.9em;
	}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}
	
	
	
	
	
	
	
	
	
	