/* @override http://brianmoran.org/brianmoran.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	background: #580001 url(images/gradient2.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: white;
	font-family: "helvetica neue light", "helvetica neue", helvetica, arial, sans-serif;
	
	padding-bottom: 4em;
	margin-bottom: 4em;
}

b {
	font-weight: bold;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
}

p {
	line-height: 1.5;
	margin-bottom: 1em;
	width: 33em;
}

h1 {
	font-family: georgia, times, serif;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #800;
}

h2 {
	font-family: georgia, times, serif;
	font-size: 1.3em;
	color: #669;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-style: oblique;
}

a, a:link {
	text-decoration: none;
	color: #090;
	border-bottom: 1px solid #090;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

ul li, ol li {
	margin-left: 1.4em;
}

#container {
	position: relative;
	top: 4em;
	margin-left: auto;
	margin-right: auto;
	width: 732px;
	height: 534px;
	border: 1px solid #999;
	background: #999;
	
	margin-bottom: 4em;
}

#main {
	position: absolute;
	top: 38px;
	left: 0px;
	width: 457px;
	height: 476px;
	padding: 10px;
	z-index: 1;
	
	background: white;
	color: black;
	overflow: auto;
}

#sidebar {
	position: absolute;
	top: 38px;
	left: 479px;
	width: 233px;
	height: 476px;
	z-index: 2;
	padding: 10px;
	background: #BCD3B4 url(images/BackgroundWatermark.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	
	text-align: center;
}

#sidebar_buttons {
	position: absolute;
	top: 370px;
	left: 10px;
	width: 233px;
	
	text-align: center;
}

#sidebar_buttons img {
	border-width: 0;
}

#sidebar_buttons a {
	text-decoration: none;
	border-width: 0;
}

#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 732px;
	height: 37px;
	text-align: center;
	
	background: black url(images/gradient_nav.jpg);
	background-repeat: repeat-x;
	
	z-index: 10;
}

#navigation ul {
	list-style: none;
	margin-left: 10px;
	margin-top: 7px;
	text-align: center;
}

#navigation ul li {
	display: inline;
	width: auto;
	margin-left: 0;
	padding: 0 10px;
}

#navigation ul li#nav_history,
#navigation ul li#nav_booking,
#navigation ul li#nav_photos,
#navigation ul li#nav_lessons {
	
}

#navigation ul li#nav_bio,
#navigation ul li#nav_faq {
/*	width: 37px;*/
}

#navigation ul li a {
	display: inline;
	text-decoration: none;
	border-bottom-width: 0;
	color: #F6E49E;
	font-size: 16px;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#footer {
	padding-top: 0.5em;
	font-size: 0.9em;
	text-align: center;
}

#footer a {
	color: yellow;
	border-bottom: none;
}

#footer a:hover {
	color: white;
	border-bottom: 1px solid #fff;
}
