/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

 img {
    border : none;
    border : 0;
 }

body {
	background: #FFFFCC;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
}

h1 {
	text-align: center;
	color: #FF3300;
}

p {
	text-align: center;
}

#header {
	width: 961px;
	height: 200px;
	margin: 0 auto;
	background: url(img/pano2.jpg) no-repeat bottom center;
}

#menu
{
width: 961px;
height: 40px;
padding-left: 130px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 150px;
	height: 30px;
	/*text-align: center;*/
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin-left: 80px;
	padding-top: 10px;
	/*background: url(images/button.gif) no-repeat;*/
}

#main {
	width: 961px;
/*background: url(images/table_back.gif) repeat-y;*/
	/*margin-top: 20px;*/
	margin: 0 auto;
}

#photos{
	float: left;
	width: 500px;
	height: 750px;
	padding-left: 5px;
	padding-top: 10px;
}

#articles{
	float: right;
	/*padding: 10px;*/
	width: 450px;
	height: 750px;
	padding-right: 5px;
	padding-top: 0px;
}

#articles p{
	text-align: left;
	font-size: 16px;
}

#diapo {
	padding-top: 30px;
	padding-left: 10px;
}

#diapo p{
	text-align: center; 
}

#desc{

}

#fb {

}

#footer {
	clear: both;
	height: 47px;
	width: 961px;
	clear: both;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #037931;
}

#footer a {
	color: #037931;
}
