* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #E9E9E9;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
					background: #FFFFFF;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
					background: #FFFFFF;
}

#rotator
{
	overflow: hidden;
	margin: 50px auto 0px;
	position: relative;
	width: 545px;
	height: 240px;
					background: #FFFFFF;
}

#rotator img
{
	width: 545px;
	height: 240px;
}

code {
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
					background: #FFFFFF;
}
blockquote {
	color: #555;
	display: block;
	margin: 6px 0;
	padding-left: 28px;
	font-family: "Trebuchet MS", serif;
	font-size: 1.2em;
	font-weight: normal;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: super;
}

.main {
	width: 800px;
	margin: 0 auto;
					background: #FFFFFF;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 545px;
					background: #FFFFFF;
}
.main_right {
	border-top: 6px solid #afc63a;
		background: #afc63a;
	float: right;
	width: 254px;
}
.footer {clear: both;}
				background: #FFFFFF;

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #afc63a;
	color: #FFF;
}

.header {
	background: #FFFFFF repeat-x;
	height: 1px;
}
.header h1 {
	margin: 0;
	padding: 1px 0 0 24px;
	font: normal 1em Verdana,sans-serif;
	font-weight: bold;
}


.lbl {
	background: #afc63a;
	color: #00000;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	background: #afc63a;
	display: block;
	height: 600px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

.link_updates {
	background: #afc63a;
}
.link_updates .lbl {
	background: #afc63a;
	border-top: 6px solid #FFF;
	height: 900px;
	line-height: 100px;
}
.link_updates a {
	background: #afc63a;
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	background: #afc63a;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 4px 0 10px 0;
	
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
					background: #FFFFFF;
}
.footer {
	color: #666;
	clear: both;
					background: #FFFFFF;
}
.footer .right a {
	background: #afc63a;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #afc63a;
	color: #afc63a;
}
.footer .left a {
	color: #777;
					background: #FFFFFF;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 0px 0 15px 9px;
	width: 525px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}

ul#menu { width: 100%; padding: 0; font-size: 14px; font-weight: bold; list-style-type: none; }
ul#menu li a { color: #777777; text-decoration: none; display: inline; float: left; padding: 10px 15px 0; }
ul#menu li{ display: inline; }
ul#menu li a:hover { color: #afc63a; border-width: 1px 0; border: 1px solid #F0F0F0; background: #F0F0F0 center center repeat-x;
}
	
.image1 {display: block; text-indent:-999em; width: 296px; height: 114px; background-image: url(img/logotop.gif); }
.image2 {display: block; text-indent:-999em; width: 180px; height: 27px; background-image: url(img/logoepoque.jpg); }

/*. CONTACT FORM
*/

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 1px 1px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #afc63a;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #afc63a;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 200px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}