body {
	background-color: #e7e8e9;
	font-family: verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#wrapper {
	background-image: url(../graphics/main-background.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 760px;
}

#wrapper h1, #wrapper h2 {
	color: #bebebe;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0 229px 4px 0;
	text-align: right;
}

#wrapper h1 {
	padding-top: 68px;
	text-transform: uppercase;
}

#wrapper h2 {
	font-size: 0.65em;
}

#header {
	background-image: url(../graphics/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 230px;
}

#menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 141px;
}

#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	border-bottom: 2px solid #fff;
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 65px 0 17px 30px;
	text-decoration: none;
	text-transform: uppercase;
}

#sMain #main, #main:hover {
	background-color: #007cc2;
}

#sOffering #offering, #offering:hover {
	background-color: #e03e6d;
}

#sAbout #about, #about:hover {
	background-color: #83c326;
}

#sContact #contact, #contact:hover {
	background-color: #ec8e48;
}

#contents {
	color: #454545;
	float: right;
	font-size: 0.83em;
	line-height: 2.1em;
	margin: 30px 115px 48px 0;
	width: 435px;
}

#footer {
	background-color: #007cc2;
	clear: both;
	color: #5cb9f6;
	font-size: 0.65em;
	margin: 0;
	min-height: 47px;
}

#footer:after {
    clear: both; 
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}

#footer a {
	color: #5cb9f6;
}

#design {
	display: block;
	float: left;
	margin: 12px 0 0 8px;
}

#info {
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 16px;
	width: 425px;
}

#info img {
	float: right;
	margin: -9px 2px 2px 2px;
}

h3 {
	font-size: 1em;
	margin: 0 0 3px 0;
}

hr {
	background-color: #ceced0;
	border: none;
	height: 4px;
	margin: 12px 0;
}

#leftColumn, #rightColumn {
	font-size: small;
	line-height: 1.5em;
	width: 45%;
}

#leftColumn {
	float: left;
}

#rightColumn {
	float: right;
	left: 1.5em;
	position: relative;
}

#leftColumn h3, #rightColumn h3 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 1em 0;
}

#leftColumn h4, #rightColumn h4 {
	font-size: 1.2em;
	margin: 0 0 2em 0;
	text-transform: uppercase;
}

#leftColumn h4 {
	color: #f27700;
}

#rightColumn h4 {
	color: #71c50b;
}

#leftColumn h5, #rightColumn h5 {
	font-size: 1em;
	margin: 3em 0 -0.5em 0;
}

#navigation {
	margin-bottom: 2.5em;
	text-align: right;
}

#navigation a {
	color: #444;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;
}

/* vim: set ts=4 inde= ai: */

