/*QS Template {{{peru style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ccc url(images/bg.jpg) top center no-repeat fixed;
	}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
	}	
	
.content_wrap {
	width: 960px;
	float: left;
	}	
	
#header {
	display: block;
	float: left;
	width: 960px;
	position: relative;
	height: 300px;
	background: url(images/peru_03.png) 0 0 no-repeat;
	_background: url(images/peru_03.gif) 0 0 no-repeat;
	margin-bottom: 10px;
	}	
	
.content_top {
	height: 20px;
	width: 960px;
	float: left;
	background: url(images/peru_06.png) 0 0 no-repeat;
	_background: url(images/peru_06.gif) 0 0 no-repeat;
	}	
	
.content_bot {
	height: 20px;
	width: 960px;
	float: left;
	background: url(images/peru_15.png) 0 0 no-repeat;
	_background: url(images/peru_15.gif) 0 0 no-repeat;
	}		
	
#header h1 {
	font-size: 75px;
	border: none;
	color: peru;
	background: none;
	text-transform: uppercase;
	padding: 5px 15px;
	text-align: right;
	} 
	
.subtitle {
	color: #fff;
	background: none;
	border: none;
	width: 960px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	}	
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border-bottom: 1px solid #000;
	} 
	
a {	
	color: tan;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	
	
#LB_content .album a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 180px;
	background: url(images/nav_09.png) 0 0 no-repeat;
	_background: url(images/nav_09.gif) 0 0 no-repeat;
	padding-top: 19px;
	margin-left: 10px;
	position: fixed;
	}	
	
.menu1 ul {
	float: left;
	padding-bottom: 20px;
	background: url(images/nav_12.png) bottom left no-repeat;
	_background: url(images/nav_12.gif) bottom left no-repeat;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	background-color: #000;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 5px 10px;
	width: 160px;
	text-transform: lowercase;
	letter-spacing: 1px;
	}		
	
.menu1 ul a:hover {
	background-color: peru;
	color: #000;
	}
	
.menu {
	width: 960px;
	position: absolute;
	bottom: 5px;
	left: 0;
	}
	
.menu ul {
	list-style-type: none;
	padding: 0 25px;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	text-decoration: underline;
	color: peru;
	padding: 0 5px;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/		
		
.content {
	width:  960px;
	float: left;
	background: url(images/peru_14.png) 0 0 repeat-y;
	_background: url(images/peru_14.gif) 0 0 repeat-y;
	padding: 10px 0;
	}		
	
.content_text {
	width: 730px;
	min-height: 520px;
	_height: 520px;
	float: right;
	position: relative;
	padding: 10px;
	border-left: 1px solid #000;
	}	
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}		
	
.content p {
	padding-bottom: 10px;
	line-height: 1.5em;
	}	
	
.content_text img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	height: 40px;
	width: 960px;
	clear: both;
	background: url(images/peru_10.png) 0 0 no-repeat;
	_background: url(images/peru_10.gif) 0 0 no-repeat;
	}	
	
