/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	background-image: url(images/curtain2.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
}

a {
	font-size: 16px;
	color: #003366;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #003366;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #9a0f11;
}
h2 {
	font-size: 18px;
}
.nav {
	float: left;
	margin: 10px;
	
}
.content {
	padding-left: 10px;
	padding-right: 20px;
}
.right {
	float: right;
	margin: 10px;
	padding: 10px;
}
.footer {
	color:#FFFFFF;
	font-size: 12px;
}
a:link.footer {
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
a:visited.footer {
	color: #ffffff;
}
a:hover.footer {
	color: #ffffff;
}
a:active.footer {
	color: #ffffff;
}
.small {
	font-size: 12px;
}

