@import url(../css/reset-min.css);
body {
	background:#682B16 url("../images/bg.jpg") center top repeat-x;
	font:100%/125% Georgia,times,serif;
	color:#160906;
}

#page {
	margin:0 auto;
	width:960px;
	position:relative;
}	

#pictures {
	position:absolute;
	top:0;
	left:135px;
	height:346px;
}

#header {
	padding-top:284px;
	background:url('../images/header_bg.gif') 263px 100% no-repeat;
	height:56px;
/*	border:1px dotted blue;*/
}

#navigation {
	position:absolute;
	top:350px;
	left:0;
	margin-top:-10px;
	width:225px;
	list-style:none;
/*	float:left;*/
/*	border:1px dotted green;*/
}

#navigation li a {
	text-align:right;
	padding:8px 0;
	color:#E2BA89;
	display:block;
	text-decoration:none;
	background:url("../images/nav_dotted.gif") left bottom repeat-x;
	font-size:90%;
}

#navigation li a.last {
	background:none;
}

#body {
	width:490px;
	background:url("../images/body_bg.gif") 38px 0 repeat-y;
/*	float:left;*/
	margin-left:225px;
	padding:0 145px 20px 100px;
	text-align:left;
/*	border:1px dotted red;*/
}

#footer {
	clear:both;
	height:195px;
	background:url("../images/footer_bg.gif") 263px 0 no-repeat;
	padding:0 145px 0 325px;
	font-size:77%;
	text-align:center;
}

#family_tree {
	margin:36px 0;
}

/* Basic styles */

p,h1,h2,h3,h4 {
	margin-bottom:12px;
/*	border:1px dotted green;*/
}

p.highlight {
	background-color:yellow;
}

a {
	color:#682B16;
/*	color:#160906;*/
	background:url('../images/link_dotted.gif') bottom left repeat-x;
	text-decoration:none;
}

h1#home {
	background:url('../images/home_head.gif') center top no-repeat;
	height:151px;
}

h1 span {
	margin-left:-999em;
}

h1#history {
	background:url('../images/history_head.gif') center top no-repeat;
	height:151px;
}

h1#story {
	background:url('../images/story_head.gif') center top no-repeat;
	height:151px;
}

h1#maestros {
	background:url('../images/maestros_head.gif') center top no-repeat;
	height:151px;
}

h1#rising_talents {
	background:url('../images/rising_talents_head.gif') center top no-repeat;
	height:90px;
}

h1#contact {
	background:url('../images/contact_head.gif') center top no-repeat;
	height:75px;
}

h2 {
	
}

h3 {
	text-transform:uppercase;
	font-size:68%;
	letter-spacing:0.2em;
	text-align:center;
}

h4 {
	font-size:100%;
	font-weight:bold;
/*	margin-bottom:0;*/
}

img.space {
	margin:20px 0;
}

div.right {
/*	border:1px solid red;*/
	float:right;
	margin:20px 0 20px 20px;
}

div.left {
/*	border:1px solid red;*/
	float:left;
	margin:20px 20px 20px 0;
}

div.right p, div.left p {
	line-height:14px;
	font-style:italic;
	font-size:85%;
	padding:10px 10px 0 10px;
	margin:0;
}

/** Styles for photos **/

.picture {
	border:1px solid #160906;
}

.picture_center {
	display:block;
	text-align:center;
	background:none;
}

.left, .right {
	display:block;
}

.left {
	float:left;
	margin:10px 20px 10px 0;
	background:none;
}

.right {
	float:right;
	margin:10px 0 10px 20px;
	background:none;
}

.center {
	margin:10px 0;
	border:none;
	background:none;
	text-align:center;
/*	border:1px dotted red;*/
}



/** Styles for contact page **/
.contact_left {
	float:left;
	width:120px;
	text-align:right;
	margin-right:8px;
/*	border:1px dotted red;*/
}

.contact_right {
	float:left;
	width:250px;
/*	border:1px dotted blue;*/
}



sup, sub {
	line-height:0;
}

.icon {
	background:url('../images/icon.gif') center top no-repeat;
	height:38px;
}

.video_player, .audio_player {
	text-align:center;
	margin-bottom:12px;
}

/* Float clear hack */
.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
