﻿/* CSS layout */

#wrapper {
	border: 5px solid #008000;
	width: 781px;
	background-color: #D5FFC5;
	margin-left: auto;
	margin-right: auto;
}


#masthead {
}

#nav {
	background-color: #D6FFC5;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #146317;
	margin-left: 92px;
	text-decoration: none;
}
#nav a {
	text-decoration:none
}
#content {
	width: 498px;
	background-color: #D5FFC5;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 90px;
	margin-top: 1em;
	font-weight: bold;
	color: #666666;
	margin-right: 12px;
}
#contact {
	background-color: #D5FFC5;
	margin-left: 50px;
	margin-top: -10px;
}
#clients {
	background-color: #D5FFC5;
	margin-left: 30px;
	font-size: small;
	font-weight: normal;
}

#content ul {
	line-height: 2em;
	background-color: #D5FFC5;
	list-style-type: none;
	margin-right: 2em;
	margin-top: 4px;
}

#sidebar {
	float: right;
	width: 181px;
	background-color: #D5FFC5;
	margin-top: -10px;
	line-height: 0em;
}
#footer {
	clear: both;
	background-color: #D5FFC5;
	text-align: center;
}
a:link  {
	color: #146317;
	}
a:visited {
	color: #146317;
}
a {
	color: #146317;
	text-decoration: none;
}
#nav a:hover {
	text-decoration:underline;
}
#clients a:hover {
	text-decoration:underline;
}


.picborder {
	border: 5px solid #D5FFC5;
}
.navunderl {
	text-decoration: underline;
}
.cntreim {
	text-align: center;
}
