/* navigation */

#nav {
	margin:40px 0 0;
	float:right;
	font:25px "Futura Medium Consensed", "Futura", sans-serif;
}

#nav li {
	float:left;
	margin: -10px 10px 0px 10px;
	text-align:center;
}

.nav_works a, .nav_works a:visited {
	color:#5D3F21;
	text-decoration:none;
	display:block;
	background:url(images/nav_works.png) no-repeat center;
	width: 122px;
	height: 45px;
	text-indent:-100em;
	overflow:hidden;
}

.nav_works a:hover, .nav_works a:active {
	color:#5D3F21;
	background: url(images/nav_works_over.png) no-repeat center;
	text-decoration:none;
	display:block;
	width: 122px;
	height: 45px;
	text-indent:-100em;
	overflow:hidden;
}

.nav_shows a, .nav_shows a:visited {
	color:#5D3F21;
	text-decoration:none;
	display:block;
	background:url(images/nav_shows.png) no-repeat center;
	width: 122px;
	height: 45px;
	text-indent:-100em;
	overflow:hidden;
}

.nav_shows a:hover, .nav_shows a:active {
	color:#5D3F21;
	background: url(images/nav_shows_over.png) no-repeat center;
	text-decoration:none;
	display:block;
	width: 122px;
	height: 45px;
	text-indent:-100em;
	overflow:hidden;
}

.nav_about a, .nav_about a:visited {
	color:#5D3F21;
	text-decoration:none;
	display:block;
	background:url(images/nav_about.png) no-repeat center;
	width: 122px;
	height: 45px;
	text-indent:-100em;
	overflow:hidden;
}

.nav_about a:hover, .nav_about a:active {
	color:#5D3F21;
	background: url(images/nav_about_over.png) no-repeat center;
	text-decoration:none;
	display:block;
	width: 122px;
	height: 45px;
	text-indent:-100em;
	overflow:hidden;
}

.nav_contact a, .nav_contact a:visited {
	color:#5D3F21;
	text-decoration:none;
	display:block;
	background:url(images/nav_contact.png) no-repeat center;
	width: 122px;
	height: 45px;
	text-indent:-100em;
	overflow:hidden;
}

.nav_contact a:hover, .nav_contact a:active {
	color:#5D3F21;
	background: url(images/nav_contact_over.png) no-repeat center;
	text-decoration:none;
	display:block;
	width: 122px;
	height: 45px;
	text-indent:-100em;
	overflow:hidden;
}


/* main content */

#main {
	width:100%;
}

div#content {  
	width: 914px;
	margin-bottom:40px;
}

#wrap {
	width:100%;
}

#wrap .main {
	width:914px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

#content {
	width:100%;
	overflow:hidden;
}

.home #content #home li {
	width:100%;
	overflow:hidden;
	clear:both;
	float:left;
	margin: 40px 0px 40px 0px;
}

.home #content #home li .thumb {
	float:left;
	border:3px solid #5D3F21;
	background:#fff;
	width:500px;
	height:375px;
}

.home #content #home li div {
	float:right;
	width:344px;
	height:100%;
	padding:0px 15px 0px;	
}

#title {
	float:left;
	width:506px;
	height:100%;
	margin:-30px 0px 0px 0px;
	text-align:right;
	font-size:15px;
	line-height:15px;
}

.home #content #home li h2 {
	font-size:22px;
	margin:0px 0 5px;
	color:#5D3F21;
	font-weight:lighter;
}

.home #content #home li h4 {
	font-size:12px;
	font-weight:normal;
	margin:0 0 5px;
}
