﻿@import url("../css/basic_page2.css") screen;
	
body {
	background-color: #000000;
	background-image: url('../images/hearts-bkg.jpg');
	background-position: top center;
	background-repeat:no-repeat;
	margin:0; padding:0;
}
#container {
	background-image: url('../images/hearts-cont-bkg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	z-index:1 !important;
}
#wrapper {
	width:780px;
	margin-left:auto;
	margin-right: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/transparent.gif');
	background-repeat:no-repeat;
}
#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/transparent.gif');
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color:transparent;
}
#nav a:visited {
	color:#FFFFFF;
	text-decoration: none;
	background-color:transparent;
}
#nav a:active {
	color:#FFFFFF;
	text-decoration: none;
	background-color:transparent;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
#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;
	text-decoration: none;
	background-color:transparent;
}
#header-right a:visited {
	color:#FFFFFF;
	text-decoration: none;
	background-color:transparent;
}
#header-right a:active {
	color:#FFFFFF;
	text-decoration: none;
	background-color:transparent;
}
#header-right a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
#donation_box {
	background-color:#CC0000 !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:#FFFFFF;
}