body {
	background-color: #CCC;
	font-family: 'trebuchet ms', arial,helvetica,sans-serif;
	font-size: smaller;
}

#pagecontainer {
	width: 700px;
	border: 1px solid #000;
	margin: 0 auto;
	position: relative;
}

#header {
	margin: 18px 0 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 170px;
	position: relative;
}

#headerpic {
	float: right;
	width: 270px;
}

#header img {
	display: block;
	margin: 0;
}

#nav {
	margin: 0;
	border-bottom: 1px solid #000;
	font-variant: normal;
}

#nav ul {
	margin: 0;
	text-align: right;
	height: 18px;
	overflow: hidden;
	vertical-align: top;
}

#nav li {
	display: inline;
	margin: 0;
}

#nav a, #footer a {
	color: #000;
	text-decoration: none;
	padding: 0 10px;
	margin: 0;
	height: 100%;
}

#pagetitle {
	position: absolute;
	bottom: 10px;
}

#maincontent {
	background-image: url(images/background-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFF;
}

#contentcontainer {
	width: 600px;
	margin: 10px auto 0 auto;
}

.odd {
	float: left;
}

.even {
	float: right;
}

.content {
	width: 275px;
	height: 30em;
	border: 1px solid #000;
	background-color: #FFF;
	margin: 10px 0;
}

.content div {
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding: 4px 4px 4px 8px;
	color: #FFF;
}

#maincontent p, #maincontent form {
	padding: 0 8px;
}

#footer {
	border-top: 1px solid #000;
	clear: both;
}

#footer ul {
	margin: 0;
	height: 18px;
	overflow: hidden;
}

#footer li {
	display: inline;
	margin: 0;
}

a.homelink:hover, .onhomelink {
	background-color: #29742D;
}

a.serviceslink:hover, .onserviceslink {
	background-color: #006668;
}

a.clientslink:hover, .onclientslink {
	background-color: #A59D0E;
}

a.aboutlink:hover, .onaboutlink {
	background-color: #CC5010;
}

a.contactlink:hover, .oncontactlink {
	background-color: #D31B1B;
}

.alive {
	font-weight: bold;
}

#copyright {
	font-size: x-small;
	width: 700px;
	margin: 0 auto;
}

input, textarea {
	width: 98%;
	border: 1px solid #000;
	font-size: smaller;
}

textarea {
	height: 120px;
}

label {
	font-weight: bold;
}