/* CSS Document */

/***** COLORS ******

RED: #800000
YELLOW: #FFCC65

*******************/

a:link, a:visited {
	color: #FFCC65;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: 0px;
}

body {
	background: url('../images/background.gif') #ffebc0;
	font: normal 75%/1.5em Arial, Helvetica, sans-serif; /* 12px */
}

#footer {
	background: url('../images/shadow-bottom.png') repeat-x;
	height: 20px;
	color: #333;
	font-size: .95em;
	font-weight: bold;
	padding: 10px 5px 5px;
}

#footer a {
	color: #333;
}

h1 {
	color: #FFCC65;
	font-family: "Cochin", Georgia, "Times New Roman", Times, Arial,Helvetica,sans-serif;
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

#inner {
	/* background: #fff2d8; 
	background: #FFF;
	border: 1px solid #FFCC65;
	border-width: 1px 0;*/
}

#nav {
	background: #FFCC65;
	color: #800000;
	font-size: 1em;
	text-align: right;
	padding: .5em 10px .5em 0;
}

#nav a {
	color: #800000;
}

#play {
	float: right;
}

#shadow {
	background: url('../images/shadow-top.png') repeat-x;
	height: 20px;
}

#sidebar {
	border-left: 1px solid #4D734D;
	margin-left: 10px;
	padding-left: 10px;
	
}

#slideshow {
	background: #000;
	border: 1px solid #FFCC65;
	border-width: 1px 1px 1px 0;
}

#subfooter {
	color: #333;
	font-size: .95em;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#subfooter a {
	color: #333;
}

.title {
	left: -40px;
	position: inherit;
}

#wrapper {
	background: #FFF; /* #fffbdf; */
	border: 1px solid #FFCC65;
	border-width: 1px 0;
}
