﻿@import url("../css/basic_page2.css") screen;
	
body {
	background-color:#000000;
	background-image:url('../images/swirl-bkg.jpg'); 
	margin:0;
	padding:0;
}
#container {
	background-image: url('../images/swirl-sides-bkg.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	margin:0;
	padding:0;
}
#wrapper {
	width:780px;
	margin:0 auto 0 auto;
	padding:0;
	background-image: url('../images/transparent.gif');
	background-repeat:no-repeat;
	overflow:visible;
	height:auto;
	min-height:750px;
}
#header {
	height:130px;
	background-image:url('../images/swirl-top-bkg.gif');
	background-repeat:no-repeat;
	background-position:center;
}
#footer {
	height:55px;
	background-image:url('../images/transparent.gif');
}
.style1 {
	text-align:center;
}
.style2 {
	text-align:center;
	color:#FF0000;
}
.style3 {
	background-color:#000000;
}
#nav {
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
	text-align:center;
	background-image:url('../images/swirl-nav-bkg.gif');
}
#nav a:link {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#8e1b1b;
}
#nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#8e1b1b;
}
#nav a:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#8e1b1b;
}
#nav a:hover {
	color:#FFFFFF;
	background-color:#ea291a;
}
#header-right {
	float:right;
	width:200px;
	text-align:left;
	padding:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#003300;
}
#header-right a:link {
	color:#FFFFFF !important;
	text-decoration:none !important;
	background-color:#8e1b1b !important;
}
#header-right a:visited {
	color:#FFFFFF !important;
	text-decoration:none !important;
	background-color:#8e1b1b !important;
}
#header-right a:active {
	color: #FFFFFF !important;
	text-decoration:none !important;
	background-color:#8e1b1b !important;
}
#header-right a:hover {
	color:#FFFFFF !important;
	background-color:#ea291a !important;
}
#donation_box {
	background-color:#660000 !important;
	color:#FFFFFF !important;
}
#donation_box a {
	color:#FFFFFF !important;
	text-decoration:none !important;
}
#donation_box a:hover {
	color:#000000 !important;
	text-decoration:none !important;
}
.style4 {
	color:#000000;
}