/*

*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/background2.jpg) repeat-x;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #666666;
	font-size: 12px;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h2 {
	padding: 0 0 0 0px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 22px;


}

h3 {
margin-top: 10px;
	margin-bottom: 10px;
font-weight: bold;
	font-size: 1.1em;

}

p, blockquote, ul, ol {
	margin-top: 0;
}



a {

	text-decoration: none;
	color: #666666;
}

a:hover {
text-decoration: underline;
}



/* Menu */

body #menu {
	width: 940px;
	height: 40px;
	margin: 0 auto;
}

html>body #menu {
	width: 920px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

html>body #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 155px;
	height: 60px;
	padding: 0 0 0 0px;
		text-align: center;

}

html>body #menu li {
	display: block;
	float: left;
	width: 140px;
	height: 60px;
	padding: 0 0 0 0px;
		text-align: center;

}

#menu a {
	display: block;
	width: 135px;
	height: 36px;
	padding: 20px 10px 0 10px;
	background: none;
	font: normal 0.9em Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;

}

html>body #menu a {
	display: block;
	width: 140px;
	height: 36px;
	padding: 20px 17px 0 18px;
	background: none;

	font: normal 1em Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;

}

#menu a:hover {
border-bottom: 4px solid #B95B3E;

	text-decoration: none;
	color: #8A3E26;

}

html>body #menu a:hover {
border-top: 8px solid #B95B3E;
border-bottom: 0px solid #B95B3E;
	text-decoration: none;
	color: #B95B3E;

}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
}

#photodiv {
width: 600px;
height: 400px;
position: absolute;
margin: 10px 0px 0px 10px;
border: 1px #ffffff solid;
}

html>body #photodiv {
width: 600px;
height: 400px;
position: absolute;
margin: 30px 5px 0px 460px;
border: 1px #ffffff solid;
}


#content {
	float: left;
	width: 430px;
	height: 410px;
	overflow: auto;
	margin: 10px 0px 0px 0px;
	padding: 0 20px 0 0px;
	background: #893E26;
	color: #ffffff;
	font: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;

}




#content h2 {
font-size: 1.4em;
padding: 5px 0px 15px 8px;
border: 0px;

}

html>body #content h2 {
font-size: 1.4em;
padding: 5px 0px 15px 8px;
border: 0px;

}

#content p {
padding: 0px 0px 0px 11px;
font-size: 1.2em;
}

html>body #content p {
padding: 0px 0px 0px 11px;
font-size: 1em;
}

#content a {
color: #fff;
text-decoration: underline;
}

#content a:hover {
color: #000;
text-decoration: none;
}



/* Footer */

#footer {
margin: -21px 0 0 0;
	padding: 10px 0 8px 0;
	background: #000;

}

html>body #footer {
margin: -16px 0 0 0;
	padding: 10px 0 8px 0;
	background: #000;

}

#footer p {
	width: 750px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #ffffff;
}

#legal {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}


