html {
	margin:0;
	background: #fff url(../images/bkgrd.jpg) fixed;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	position: relative;
	background: white;
	border: none;
	width: 830px;
	padding: 0px;
	margin: 0 auto;
	font-size: 0.7em;
}
div#header {
	position: relative;
	height: 92px;
}
div#header img {
	position: absolute;
	top: 10px;
	right: 35px;
	border: none;
}
div#col1L {
	margin-left: 40px;
	width: 230px;
	padding: 20px 0;
}
div#col2R {
	float: right;
	padding: 20px 0;
	margin-right: 40px;
	width: 500px;
	display: inline;
}
div#col2L {
	margin-left: 40px;
	width: 500px;
	padding: 20px 0;
}
div#col1R {
	float: right;
	margin-right: 40px;
	padding: 20px 0;
	width: 230px;
	display: inline;
}
div#footer {
	background: #fff url(../images/divider.gif) repeat-x;
	padding: 20px 40px;
	height: 60px;
	font-size: 0.9em;
	clear: both;
}
div#footer div {
	margin-bottom: 5px;
	color: #999;
}
div#footer img {
	float: right;
}
.divider {
	background: #fff url(../images/divider.gif) repeat-x;
	height: 20px;
}
h1 {
	font-family: helvetica, Arial, sans-serif;
	color: #e4032f;
	margin: 0;
	padding: 0;
	width: 830px;
	height: 90px;
	letter-spacing:-2px;
}
h2 {

	font-family: helvetica, Arial, sans-serif;
	color: #e4032f;
	margin: 0;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.8em;
	letter-spacing:-1px;
}
h3 {

	font-family: helvetica, Arial, sans-serif;
	color: #000;
	margin: 0;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing:-1px;
	margin-bottom: 0.5em;
}
h4 {
	color: #666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font: normal 1.0em;
	margin: 0;
	margin-bottom: 0.5em;
}
p {
	margin: 0;
	margin-bottom: 1em;
	line-height: 120%;
}
p.intro {
	margin: 0;
	margin-bottom: 1em;
}
div#projectmov {
	width: 500px;
	height: 330px;
	background-color: #fff;
	margin: 10px 0;
}
table#projects {
	border: none;
}
table#projects td {
	padding: 0;
	vertical-align: top;
}
table#projects p {
	margin: 6px 0;
}
img.project-thumbnail {
	width: 240px;
	height: 100px;
	border: none;
	margin-bottom: 6px;
}
img.project {
	width: 500px;
	height: 330px;
	border: none;
	margin-bottom: 6px;
}
.project-title {
	margin: 0 0 6px 0;
	color: #e4032f;
}
div.news-date {
	font-weight: bold;
}
div.news-headline {
	color: #000;
	font-weight: bold;
}
img.button {
	border: none;
	margin-right: 10px;
}
div#rss-newsfeed {
	margin-top: 10px;
}
div#rss-newsfeed img {
	vertical-align: middle
}
div#rss-newsfeed span {
	font-size: 0.9em;
}
a {
	text-decoration:none;
	color: #e4032f;
}
a:hover {
	text-decoration:underline;
}
a.category {
	text-decoration:none;
	color: #e4032f;
	background-color: #ddd;
	padding: 2px 4px;
	margin: 6px 0;
}
a.category:hover {
	color: #fff;
	background-color: #e4032f;
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0.5em 0 1em 2em;
}
ul li {
	margin-bottom: 3px;
}
ul#list-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#list-menu li {
	margin-bottom: 3px;
}
ul#list-menu a, ul#list-menu span {
	display: block;
	background-color: #ddd;
	padding: 3px 0;
	color: #e4032f;
	text-decoration: none;
	cursor: pointer;
	text-indent: 10px;
	width: 230px;
}
ul#list-menu a:hover, ul#list-menu span {
	color: #fff;
	background-color: #e4032f;
	text-decoration:none;
}
div#pagination {
	margin-bottom: 10px;
}
div#pagination div {
	font-weight: bold;
}
div#pages {
	float: right;
}
.pc1 {
	color: #e4032f;
}
.pc2 {
	color: #333;
}
