/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #250000;
	text-align: center;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	background-image: url(../images/bg-btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container {
	width: 780px;
	text-align: left;
	background-image: url(../images/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
.content {
	padding-top: 100px;
	margin-left: 320px;
	margin-right: 40px;
	display: block;
}

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

.menu {
	position: absolute;
	left: 40px;
	top: 42px;
}

.bottom {
	background-image: url(images/bg-btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.copyright {
	font-size: x-small;
	text-align: center;
}
a:link {
	color: #F1E1BF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #F1E1BF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #AD813C;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #F1E1BF;
	font-weight: bold;
}

.content a:link {
	color: #AD813C;
	text-decoration: none;
	font-weight: bold;
}
.content a:visited {
	text-decoration: none;
	color: #AD813C;
	font-weight: bold;
}
.content a:hover {
	text-decoration: underline;
	color: #F1E1BF;
	font-weight: bold;
}
.content a:active {
	text-decoration: none;
	color: #F1E1BF;
	font-weight: bold;
}

.copyright a:link {
	color: #AD813C;
	text-decoration: none;
	font-weight: bold;
}
.copyright a:visited {
	text-decoration: none;
	color: #AD813C;
	font-weight: bold;
}
.copyright a:hover {
	text-decoration: underline;
	color: #F1E1BF;
	font-weight: bold;
}
.copyright a:active {
	text-decoration: none;
	color: #F1E1BF;
	font-weight: bold;
}

.tagLine {
	margin: 0px;
	padding: 0px;
}

