/* general styling */

body {
	text-align: center;
	background: #ccc;
	font: 70%/1.3em "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
}

a, a:link {
	color: #993;
	background: inherit;
}

a:visited {
	color: #773;
	background: inherit;
}

a:focus, a:hover, a:active {
	color: #555;
	background: #e0db40;
}

/* section-specific styling */

#container {
	width: 700px;
	padding: 2px;
	margin: auto;
	margin-top: 5px;
	text-align: left;
	background: #fff;
}

#header {
	position: relative;
	width: 690px;
	height: 240px;
	margin: 5px;
	background: #e0db40 url('/images/header_bg.jpg') no-repeat right top;
}

#header #logo {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

#header a img {
	border: none;
}

#header #skipper {
	display:block;
	overflow: hidden;
	text-indent: -600em;
	background: transparent;
}

#header #skipper:focus,#header #skipper:hover,#header #skipper:active {
	text-indent: 0;
	background: #e0db40;
}

#navbar {
	float: right;
}

#navbar a {
	text-decoration: none;
	font-weight: bold;
}

#navbar a:focus, #navbar a:hover, #navbar a:active {
	background: inherit;
}

#navbar ul {
	width: 350px;
	margin: 2px 0 2px 0;
	padding: 0;
	text-align: center;
}

#navbar ul li {
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #e0db40;
}

#navbar ul li a:hover,
body#home #navbar a#homelink,
body#about #navbar a#aboutlink,
body#services #navbar a#serviceslink,
body#casestudies #navbar a#casestudieslink,
body#contact #navbar a#contactlink
{
	border-bottom: 3px solid #e0db40;
	margin-bottom: 3px;
	padding-bottom: 0;
}

#main {
	margin: 5px;
	padding: 0;
	background: #f2f2f2;
}

#content {
	margin: 5px;
	padding: 0;
	clear: both;
	position: relative;
}

#content h1 {
	font-size: 110%;
	border-bottom: 1px solid #e0db40;
}

#content h2 {
	font-size: 105%;
	border-bottom: 1px solid #e0db40;
	
}

#columnone {
	width: 340px;
	margin: 5px;
}

#columntwo {
	position: absolute;
	width: 340px;
	margin: 5px;
	top: 5px;
	left: 350px;
}

#footer {
	clear: both;
	margin: 5px;
	padding: 0;
	font-size: 75%;
	text-align: right;
	background: #fff;
}

/* some general classes */

.as {
	font-weight: bold;
}
	