body {
	color: #666;
	font-size: 0.75em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body, h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
img {
	border:0;
}
a {
	color: #b40e80;
}
a:hover {
	color: #333;
}
h1 {
	font-size:100%;
	font-weight:normal;
}
h1 a {
	padding: 1px 4px;
	background-color: #b40e80;
	text-decoration: none;
	color: #fff;
}
h1 a:hover {
	background-color: #333;
	color: #fff;
}
h2 {
	font-size:100%;
	background: url(../images/site/bracket.gif) no-repeat 0px 10px;
	padding-top: 30px;
}
h3 {
	font-size:90%;
	font-weight:normal;
	padding-bottom: 10px;
}
p {
	font-size: 90%;
	padding: 2px 0;
}
#access {
	display: none;
}
#contact ul, #menu ul {
	list-style-type: none;
	}
#header, #logo, #intro, #contact, #menu {
	float:left;
}
#header {
	width: 910px;
	padding: 40px 0 20px 0;
}
#logo {
	padding: 5px 40px;
	width: 140px;
}
#logo img {
	float:left;
	border:0;
	background: #fff;
}
#intro {
	width: 300px;
	padding: 0 20px;
	border-left:1px solid #ccc
}
#contact {
	width: 300px;
	padding: 0 20px;
	border-left:1px solid #ccc;
}
#menu {
	clear:left;
	padding: 0 0 0 40px;
}
#menu li {
	float:left;
}
#menu li a {
	float:left;
	color: #fff;
	padding: 2px 4px 4px 4px;
	width: 82px;
	font-size: 90%;
}
#previous {
	text-align: center;
	background: url(../images/site/previous.gif) no-repeat top right #B3B3B3;
}
#next {
	text-align: center;
	background: url(../images/site/next.gif) no-repeat top left #b40e80;
}
.active {
	background-color: #333;
}
#previous:hover {
	background-color: #999;
}
#next:hover {
	background-color: #333;
}
#news {
	float:left;
	position: relative;
	overflow: hidden; /* important */
	width: 100%; /* important */
	background: url(../images/site/newsbg.gif) repeat-x bottom #eee;
}
#news p {
	padding: 5px 5px 5px 40px;
}
#projects {
	float:left;
	position: relative;
	overflow: hidden; /* important */
	width: 100%; /* important */
	border-top: 1px solid #ccc;
}
#projects p {
	width: 230px;
}
#project_list {
	position:relative;
	float:left;
	width: 27360px;
}
.project {
	float: left;
	width: 440px;
	padding: 0 0 0 40px;
	background: url(../images/site/gradient.jpg) repeat-x 0px 270px #fff;
}