html {
	background: #ddd;
}

a, a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}

p img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.c {
	text-align: center;
}

.toprightlink {
	float: right;
	padding: 0.1em 0.5em;
}

span.gap {
	padding: 0 0.8em;
}

#outer {
	width: 602px;
	background: #eee;
	margin: 2em auto 2em auto;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.25em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px 10px;
	border-radius: 10px 10px;
	border: 1px solid #bbb;
}

#header {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px 10px;
	border-radius: 10px 10px;
	border: 1px solid #fff;
	border-bottom-color: #ddd;
	padding-top: 15px;
	padding-bottom: 8px;
}

#header a {
	display: block;
	font-weight: bold;
	overflow: hidden;
	height: 97px;
	width: 600px;
	position: relative;
}

#header a span {
	background: #fff url(/i/logo.png) left top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#header #menu {
	text-align: center;
	background: #fff;
	padding-top: 12px;
}

#header #menu a {
	display: inline;
	padding: 4px 12px;
	letter-spacing: 0.25em;
}

#header #menu a.current, #header #menu a:hover {
	background-color: #4444ff;
	color: white;
	text-decoration: none;
}

#header #menu a {
	display: inline;
	padding: 4px 12px;
	letter-spacing: 0.15em;
}

#content {
	padding: 0 1.5em;
}

#leftcol {
	float: left;
	width: 345px;
	margin-left: 20px;
}

#rightcol {
	float: right;
	width: 175px;
	margin-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

div.projects, div.clients {
	text-align: center;
	margin: 2em 0;
}

div.projects a, div.clients a {
	margin: 0.5em 1em;
	padding: 0.5em 1em;
	border: 1px solid #bbb;
	background-color: #ccc;
}

div.projects a.current, div.clients a.current {
	background-color: #eee;
	color: #009;
	font-weight: bold;
	border-width: 2px;
}

div.projects a:hover, div.clients a:hover {
	background-color: #ddd;
}

div.projects a.current:hover, div.clients a.current:hover {
	background-color: #eee;
}

#footer {
	clear: both;
	background-color: #fff;
	padding: 1em;
	font-style: italic;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px 10px;
	border-radius: 10px 10px;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
}
