@charset "ISO-8859-1";
body {
	margin:0;
	padding:0;
	font:normal 62.5%/2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #553;
	background: #664 url(images/wa_bgd.jpg) repeat-x 0px 0px;
}
#page {
	position:relative;
	left:0px;
	top:0px;
	width:920px;
	margin:0 auto;
}
#menu {
	background:url(images/wa_nav.jpg) no-repeat left bottom;
	padding:3px 20px 15px 20px;
	text-align:center;
	font-weight:bold;
	font-size:1.6em;
}
#menu a {
	color:#330;
	text-decoration:none;
	padding:0 .5em;
}
#menu a:hover {
	color:#C60;
}
#main {
	background:url(images/wa_cnt.jpg) repeat-y 0 0;
	padding:3px 30px;
}
#proj {
	padding-left:5em;
}
#item {
	text-align:center;
}
#item img {
	border:3px #036 solid;
	margin:10px 0;
}
a {
	color:#553;
}
a:hover {
	color:#C60;
	text-decoration:none;
}
p, ul, ol, td {
	font-size:1.4em;
}
li ul, li ol, td p, td ul, td ol, td td {
	font-size:1.0em;
}
ul {
	list-style:disc;
}
h1, h2, h3 {
	line-height:1em;
	color:#220;
}
h1 {
	font-size:2.2em;
}
h1 a {
	color:#553;
	font-weight:normal;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.4em;
}
h4, h5 {
	color:#900;
}
h6 {
	text-align:center;
	color:#997;
	font-size:1em;
	margin:0;
	font-weight:normal;
}
h6 a {
	color:#997;
	text-decoration:none;
}
h6 a:hover {
	color:#997;
	text-decoration:underline;
}

