html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, select
{
	border:0pt none;
	font-family: Tahoma, sans-serif;
	font-style:inherit;
	font-weight:inherit;
	margin:0pt;
	padding:0pt;
	vertical-align:baseline;
	text-align:left;
}

body {
	background-color: #ccc;
}

a { color: inherit; text-decoration: none; }

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.2em;
}

p {
	font-size: 0.8em;
	margin-bottom: 1em;
}

#main {
	position: relative;
	width: 800px;
	margin: 40px auto;
}

.corner {
	position: absolute;
	z-index: 999;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
.tl { top: 0; left: 0; }
.tr { top: 0; right: 0; }
.bl { bottom: 0; left: 0; }
.br { bottom: 0; right: 0; }

#head {
	position: relative;
	height: 120px;
	background-color: #069;
	background-image: url('/static/images/ows_bg.gif');
	background-repeat: no-repeat;
}

#ows_logo {
	position: absolute;
	top: 18px;
	left: 20px;
	background-image: url('/static/images/ows_logo_full.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 80px;
	cursor: pointer;
}

#head ul {
	position: absolute;
	top: 15px;
	right: 100px;
}

#head ul li {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.25em;
	font-weight: bold;
	list-style-type: none;
}

#head ul a {
	color: #fff;
	text-decoration: none;
	text-indent: 15px;
	display: block;
}
#head ul a.selected, #head ul a:hover {
	color: #ff9;
	background-image: url('/static/images/icon_bullet_small.gif');
	background-repeat: no-repeat;
}

#footer {
	height: 30px;
	background-color: #069;
	background-image: url('/static/images/ows_bg.gif');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 0.8em;
	padding-top: 10px;
	text-align: center;
}

#contents {
	background-color: #fff;
	padding: 30px;
	color: #333;
}

#contents a { color: #069; }
#contents a:hover { text-decoration: underline; }

#contents h3 {
	color: #069;
	margin-bottom: 0.5em;
}

th {
	font-size: 0.8em;
	font-weight: bold;
	color: #069;
	text-align: right;
	padding: 0.5em;
	width: 100px;
}

input, textarea {
	background-color: #fff;
	border: 1px solid #069;
	width: 400px;
	padding: 0.2em;
	font-size: 0.8em;
}

ul.errorlist {
	margin: 0 0 0.2em 0.2em;
}
ul.errorlist li {
	list-style-type: none;
	font-size: 0.7em;
	color: red;
}
ul.errorlist li a {
	color: red;
}

#contents a.button {
	background-color: #ff9;
	color: #069;
	padding: 3px 6px;
	margin: 0;
	border: 1px solid #069;
	font-size: 0.8em;
	font-weight: bold;
}

#contents a.button:hover {
	background-color: #069;
	color: #fff;
	text-decoration: none;
}

.bio {
	padding: 10px 20px;
}

.bio img {
	float: left;
	border: 1px solid #ccc;
}

.bio p {
	float: right;
	width: 590px;
}

.project {
	padding: 10px 80px;
}

.project img {
	float: left;
}

.project p {
	float: right;
	width: 380px;
}


.project_w {
	padding: 10px 0;
}

.project_w img {
	float: left;
}

.project_w p {
	float: right;
	width: 550px;
}

.track {
	position: relative;
	width: 500px;
	height: 95px;
}

.track img {
	float: left;
}

.track ul {
	background-color: #ff9;
	float: left;
	padding: 10px 20px;
	width: 390px;
}

.track ul li {
	list-style-type: none;
	font-size: 0.8em;
	line-height: 2em;
}

.section {
	padding-bottom: 20px;
}

.bottom_edge {
	clear: both;
}

.client_name {
	font-weight: bold;
	color: #069;
}
