/* Guillaumegeoffroy.com CSS */
/* Redefined Tags */
body {
margin: 0px;
padding: 0px;
background:url(../images/bg.jpg) #5cb734 repeat-x;
color: #888888;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
height: 100%;
}
body a{
color: #888888;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration:none;
}
img {
border:none;
}
/* Main ID's */
#Container {
	position: absolute;
	left: 50%;
	margin-left: -355px;
	width: 704px;
	border-left: #000 solid 3px;
	border-right: #000 solid 3px;
	height: auto;
	background: #000;
	padding: 0px;
}
#Behind {
	position: absolute;
	left: 50%;
	margin-left: -355px;
	width: 717px;
	height: 100%;
	background:url(../images/borbg.png) repeat-y;
	}
#Header {
	width: 704px;
	background:url(../images/topbg.gif) #fff no-repeat;
	height: 275px;
	padding: 0px;
}
#Maincontent {
position:relative;
float: left;
	margin-top: 3px;
	width: 674px;
	height: 80%;
	background: #fff;
	padding: 15px;
}
#Maincontent_bot {
position: relative;
float: left;
	width: 100%;
	background:url(../images/botbg.gif) #fff no-repeat;
	height: auto;
	padding: 0px;
}
#Contentleft {
	position: relative;
	float: left;
	width: 300px;
	background: #fff;
	height: 100%;
	padding-right: 10px;
}
#Contentright {
margin-top: 10px;
	position: relative;
	float: right;
	width: 39%;
	padding-left: 42px;
	background: url(../images/vertline.gif) repeat-y #fff;
	height: 100%;
}
#Contentright_top {
	position: relative;
	float: right;
	width: 39%;
	padding-left: 20px;
	height: auto;
}
#Subcontent {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
#Contact {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
#Project {
	position: relative;
	float: left;
	padding: 8px;
	width: 100px;
	height: 100px;
	background:url(../images/pbg.gif) no-repeat;
}
/* Main Classes */
.maintitle {
	font-family:Helvetica, Geneva, Arial, , sans-serif;
	font-size: 24px;
	color: #333300;
	font-weight: bold;
}
	
