/* Main Styles */
body {
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/bgMain.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: black;
}
ul {
	padding: 0px;
	margin: 8px 0px 0px 10px;
}

p,td,th {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: black;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 5px;
}
li {
	display: inline;
	color: #FECF77;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 0px;
	padding-right: 2px;
	padding-left: 5px;
}
a {
	color: #970103;
	text-decoration: underline;
}
a:hover {
	color: #970103;
	text-decoration: none;
}

/* DIV's */
#mainContainer {
	width: 750px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	float: left;
	height: 85px;
}
#nav a {
	color: #FECF77;
	text-decoration: none;
}
#nav a:hover {
	color: #970103;
}
#nav p {
	margin-left: 20px;
	color: #FECF77;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
}
strong {
	color: #970103;
}

#content {
	float: right;
	background-color: white;
	padding: 10px;
	width: 343px;
}
#content li {
	display: block;
	color: #940203;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#content ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}
#fotoslide {
	float: left;
	width: 366px;
	height: 273px;
	padding: 0px;
}
/* Classes */
.current {
	background-color: #940203;
}
.black {
	color: #333333;
}

