﻿* { margin: 0; padding: 0; outline: none; }
hr { display: none; }

body
{
	text-align: center;
	font-size: 62.5%;
	background: #FFFFFF url('/images/backgrounds/body.png') repeat-y center top;
}

body, input, textarea
{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

#Container
{
	position: relative;
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
}


/* Header
--------------------------------------------------------------------------------------- */

#Header
{
	float: left;
	display: inline;
	width: 740px;
	margin: 0 0 0 10px;
	background: url('/images/backgrounds/header.png') repeat-x top;
}

#Header h1
{
	float: left;
	display: inline;
	width: 222px;
	margin: 98px 0 0 17px;
}

#Header h1 a img
{
	border: none;
}

#Header ul
{
	float: right;
	display: inline;
	width: 478px;
	margin: 130px 0 0 10px;
	list-style: none;
}

#Header ul li
{
	margin-right: 9px;
}

#Header ul li,
#Header ul li a
{
	float: left;
	display: inline;
	height: 48px;
	text-indent: -9000px;
	overflow: hidden;
}

#Header ul li#NavWelcome, 
#Header ul li#NavWelcome a
{
	width: 96px;
}

#Header ul li#NavWelcome a
{
	background: url('/images/navigation/welcome-off.png') no-repeat top left;
}

#Header ul li#NavWelcome, 
#Header ul li#NavWelcome a:hover
{
	background: url('/images/navigation/welcome-on.png') no-repeat top left;
}

#Header ul li#NavGallery, 
#Header ul li#NavGallery a
{
	width: 76px;
}

#Header ul li#NavGallery a
{
	background: url('/images/navigation/gallery-off.png') no-repeat top left;
}

#Header ul li#NavGallery, 
#Header ul li#NavGallery a:hover
{
	background: url('/images/navigation/gallery-on.png') no-repeat top left;
}

#Header ul li#NavVideo, 
#Header ul li#NavVideo a
{
	width: 68px;
}

#Header ul li#NavVideo a
{
	background: url('/images/navigation/video-off.png') no-repeat top left;
}

#Header ul li#NavVideo, 
#Header ul li#NavVideo a:hover
{
	background: url('/images/navigation/video-on.png') no-repeat top left;
}

#Header ul li#NavBiography, 
#Header ul li#NavBiography a
{
	width: 97px;
}

#Header ul li#NavBiography a
{
	background: url('/images/navigation/biog-off.png') no-repeat top left;
}

#Header ul li#NavBiography, 
#Header ul li#NavBiography a:hover
{
	background: url('/images/navigation/biog-on.png') no-repeat top left;
}

#Header ul li#NavContact, 
#Header ul li#NavContact a
{
	width: 86px;
}

#Header ul li#NavContact a
{
	background: url('/images/navigation/contact-off.png') no-repeat top left;
}

#Header ul li#NavContact, 
#Header ul li#NavContact a:hover
{
	background: url('/images/navigation/contact-on.png') no-repeat top left;
}


/* Content
--------------------------------------------------------------------------------------- */

#Content
{
	float: left;
	display: inline;
	width: 740px;
	margin: 0 0 0 10px;
}

#Content h2
{
	margin: 35px 0 15px 15px;
}

#Content p
{
	margin: 0 0 10px 15px;
	font-size: 1.2em;
	color: #CC0033;
	line-height: 1.8em;
}


/* Footer
--------------------------------------------------------------------------------------- */

#Footer
{
	float: left;
	display: inline;
	width: 740px;
	height: 130px;
	margin: 40px 0 0 10px;
	background: url('/images/backgrounds/footer.png') repeat-x top;
}

#Footer small
{
	display: block;
	margin: 20px 0 0 0;
	font-size: 1em;
	color: #FF6289;
	text-align: center;
}
