body {
	background-color: #000000;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #3C4055;
	font-size: 12px;
}

.spacer {clear: both;}

a img {border: 0;}

a {
	color: #3C4055;
	text-decoration: underline;
}

a:hover {
	color: #636677;
	text-decoration: underline;
}

.quiet {
	color: #20222E;
}

#container {
	width: 780px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 80px;
	margin: 0 auto 30px auto;
	background: url(img/header.jpg) top right no-repeat;
}

#header #logo {
	width: 99px;
	height: 40px;
	margin: 25px 0 25px 40px;
	_margin-left: 5px;
}

#header #menu {
	float: right;
	margin: 50px 20px 0 25px;
	_margin-right: 10px;
	list-style:none;
}

#header #menu li {
	float: left;
	padding-left: 15px;
}

#header #menu li a {
	display: block;
}

#header #menu #all {width: 13px; height: 15px; background: url(img/menu/all.png) top left no-repeat;}
#header #menu #all:hover,#header #menu #all.current {background: url(img/menu/all.png) top right no-repeat;}

#header #menu #web {width: 23px; height: 15px; background: url(img/menu/web.png) top left no-repeat;}
#header #menu #web:hover,#header #menu #web.current {background: url(img/menu/web.png) top right no-repeat;}

#header #menu #print {width: 27px; height: 15px; background: url(img/menu/print.png) top left no-repeat;}
#header #menu #print:hover,#header #menu #print.current {background: url(img/menu/print.png) top right no-repeat;}

#header #menu #photo {width: 32px; height: 15px; background: url(img/menu/photo.png) top left no-repeat;}
#header #menu #photo:hover,#header #menu #photo.current {background: url(img/menu/photo.png) top right no-repeat;}

#header #menu #events {width: 37px; height: 15px; background: url(img/menu/events.png) top left no-repeat;}
#header #menu #events:hover,#header #menu #events.current {background: url(img/menu/events.png) top right no-repeat;}

#content {
	margin: 0;
}

#content #left {
	float: left;
	margin-right: 10px;
	width: 140px;
	text-align: right;
	height: 100%;
}

#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #20222E;
	margin: 0 0 10px 0;
}
#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #20222E;
	margin: 0 0 10px 0;
}
#content #left p,#content #left ul {
	margin: 0 0 40px 0;
	font-size: 11px;
}

#content #left ul {
	list-style:none;
}

#content #left a {
	text-decoration: none;
}

#content #left ul a,#content #left h2 a {
	color: #20222E;
}

#content #left ul a:hover,#content #left h2 a:hover {
	color: #3C4055;
}

#main {
	margin-left: 166px;
}

.project {
	float: left;
	margin: 0 0 15px 0;
	display: block;
	width: 300px;
	height: 370px;
	color: #333333;
	cursor: default;
}

.col1 {margin-right: 14px;}

.project h2 {
	padding: 0;
	color: #3C4055;
	font-weight: normal;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.project h2,.project p {
	margin: 5px;
}

.project p {
	font-size: 11px;
	letter-spacing: 1px;
	color: #999999;
	border-top: 1px dotted #191C23;
	padding-top: 5px;
	height: 54px;
}

.project .infos {
	display: block;
	margin: 8px 2px 0 2px;
	border-top: 1px dotted #191C23;
	padding-top: 5px;
	text-align: right;
	color: #47494F;
	font-size: 11px;
}

.project .infos a {
	color: #666666;
	text-decoration: none;
}

.project .infos a:hover {
	text-decoration: underline;
}

.project:hover {
	color: #999999;
}

.project .img {
	display: block;
	width: 300px;
	height: 200px;
	background: top left no-repeat;
	margin-bottom: 10px;
}

.project:hover a.img {
	background: top right no-repeat;
}