body
{
	
	background: #ebebeb;
	margin: 0px;
}

body a
{
    text-decoration: none;
}

body a:hover
{
    text-decoration: underline;
}

#header
{
	border-bottom: #ddd solid 1px;
	padding-top: 16px;
	margin-bottom: 48px;
	background: #ebebeb url(backgradient.png) -210px repeat-x;
}

#menubar
{
	width: 808px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	height: 52px;
}

#menubar-logo
{
	float: left;
}

#menubar-logo h1
{
	width: 277px;
	height: 65px;
	margin: -2px 0px 0px 38px;
	position: absolute;
}

#menubar-logo h1 a
{
	background: url(mainlogo.png) no-repeat;
	text-indent: -5000px;
	width: 294px;
	height: 65px;
	outline: 0px;
	
	/* Following added to fix IE bug with text-indent property */
	font-size: 0px;
	display: block;
	line-height: 0px;
}

ul#menubar-links
{
	padding: 0px;
	margin: 0px auto 0px auto;
	overflow: auto;
	float: right;
	margin-top: 31px;
}

ul#menubar-links li
{
	list-style-type: none;
	display: block;
	float: left;
	/*margin-right: 32px;*/
	margin-right: 24px;
}

ul#menubar-links li.last
{
	margin-right: 0px;
}

ul#menubar-links a
{
	text-indent: -5000px;
	height: 20px;
	outline: none; /* Remove 1px dotted border in Firefox, which messes up page layout */
	
	/* Following added to fix IE bug with text-indent property */
	font-size: 0px;
	display: block;
	line-height: 0px;
}

#menubar-blog
{
	background: url(menubar.png) 0px 0px no-repeat;
	width: 47px;
}

#menubar-blog:hover, #menubar-blog.on
{
    background-position: 0px -20px;
}

#menubar-photos
{
	background: url(menubar.png) -47px 0px;
	width: 65px;
}

#menubar-photos:hover, #menubar-photos.on
{
    background-position: -47px -20px;
}

#menubar-words
{
	background: url(menubar.png) -112px 0px;
	width: 70px;
}

#menubar-music 
{
	background: url(menubar.png) -182px 0px;
	width: 53px;
}

#menubar-music:hover, #menubar-music.on
{
    background-position: -182px -20px;
}

#menubar-projects
{
	background: url(menubar.png) -235px 0px;
	width: 77px;
}

#menubar-dossier
{
	background: url(menubar.png) -312px 0px;
	width: 68px;
}

#menubar-dossier:hover, #menubar-dossier.on
{
    background-position: -312px -20px;
}

#menubar-resume
{
	background: url(menubar.png) -380px 0px;
	width: 63px;
}

#menubar-contact
{
	background: url(menubar.png) -443px 0px;
	width: 82px;
	margin-right: 12px;
}

#menubar-contact:hover, #menubar-contact.on
{
	background-position: -443px -20px;
}


#contentArea
{
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	padding: 16px;
	font-family: "GillSans-Light", "Gill Sans", "Gill Sans MT", Verdana, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	/*-webkit-box-shadow: 0px 2px 4px #c1c1c1;*/
	line-height: 1.5em;
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;     /* Switch to 15px once Firefox supports rounded <img> borders */
}

#footer
{
	width: 784px;
	margin: 1.5em auto 6.0em auto;
	font-family: "GillSans-Light", "Gill Sans", "Gill Sans MT", Verdana, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	text-align: center;
}

#footer span#copyright
{
    margin-right: 1.0em;
	/*text-indent: -5000px;
	height: 22px;
	width: 284px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: url('copyright.png') no-repeat;*/
}

#footer a#rss
{
    background: url('feed-icon-14x14.png') left no-repeat;
    padding-left: 16px;
}