@charset "UTF-8";

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	line-height: 150%;
	background-image: url(../images/backgrounds/background_grad.png);
	background-repeat: repeat-x;
}
#intro {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	padding-top: 480px;
}
h1 {
	font-size: 24px;
	color: #C0491F;
	padding-top: 117px;
}
#my_slideshow {
	float: right;
	width: 250px;
	padding-top: 3px;
}
#sidebar {
	position: absolute;
	z-index: 1;
	width: 220px;
	top: 600px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar a {
	color: #666666;
	text-decoration: none;
	background-image: url(../images/backgrounds/button.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 180px;
	margin-top: 3px;
	margin-right: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	margin-left: -10px;
}
#footer {
	width: 600px;
	padding-left: 10px;
	position: relative;
	z-index: 999;
	font-size: 85%;
	color: #666666;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}
.quote {
	font-size: 90%;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
 
.photo {
	width: 580px;
	margin-left: -75px;
	padding-bottom: 15px;
}

