* {
	margin:0;
	padding:0;

}

html {
	background-color:#eee;
}

p, li {
	font:0.8em/1.3em Trebuchet MS, Verdana;
}

h1 {
	padding-left:40px;
	background:url(line_h1.png) left center no-repeat;
	font:bold 1em/1.7em Georgia;
}

h2 {
	font:bold 0.8em/1.3em Georgia;
}

p {
	margin:2% 0;
}

ul {
	list-style-type:none;
	margin:3% 0;
}

li {
	margin:1% 0;
	padding-left:1em;
}

img {
	padding:7px;
	background-color:#fcfcfc;
	border:1px solid #ccc;
}

a {
	color:#f90;
	text-decoration:none;
	border-bottom:1px dashed #f90;
}

a:hover {
	border-bottom:1px solid #f90;
}

abbr, span.abbr {
	border-bottom:1px dotted green;
	cursor:help;
}

#events, #content, #footer {
	width:65%;
	margin:auto;
}

#events {
	margin-top:40px;
}

#events p {
	line-height:35px;
}

#events img {
	padding:3px;
	vertical-align:middle;
}

#content {
	margin:0 auto 2%;
	padding:3% 50px 0 2%;
	background:url(bg.png) repeat-y top right #fff;
	color:#222;
	border:1px solid #999;
}

.project {
	margin:3% 0;
}

.project p.image, .project div.info {
	margin:1%;
}

.project p.image, .project p.image img {
	float:left;
}

.project div.info {
	width:59%;
	padding:2%;
	float:right;
	background:url(project_corner.gif) no-repeat bottom right #fcfcfc;
	border:1px solid #ccc;
}

.project div.clear {
	clear:both;
}

#footer p {
	text-align:right;
}

#footer a {
	border:none;
}

#footer img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:bottom;
}
