body {
	background-color:black;
	margin: 0;
	padding: 0;
}

#background {
	width: 100%;
	background-color: black;
	font-family: verdana, sans-serif;
	font-size: smaller;
	background: url(../images/bg.jpg) repeat-x;
}

#header {
	background: url(../images/header.gif) no-repeat top;
	width: 780px;
	height: 150px;
	text-align: left;
	vertical-align: text-bottom;
	font-family:verdana;
	color:black;
}

#headerLinks {
	position:relative;
	top:125px;
	left:145px;
}

#header a {
	color:white;
	text-decoration:none;
	font-weight:normal;
}

#header a:hover {
	color:black;
	text-decoration:underline;
}

#mainBody {
	width: 780px;
	background-color: #ffffff;
	text-align:left;
}

#mainBody h1 {
	color: #29A5DE;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: -20px;
	padding-left: 20px;
	background: url(../images/heart.gif) no-repeat left;
	line-height: normal;
	font-size:21px;
}

#mainBody h2 {
	line-height: normal;
	font-size:18px;
}

#mainBody img.spot {
	float:right;
	padding:5px;
}

#mainBodyText {
	text-align: left;
	padding:10px;
	margin-left:20px;
	line-height:150%;
}

.caption {
	float:right;
	color:#666666;
	font-style: italic;
	text-align:center;
	width:310px;
	padding:5px;
}

#footer {
	width: 100%;
	background-color: #38B549;
	color:white;
	font-family:verdana, sans-serif;
	font-size:12px;
	margin-bottom:0px;
	clear:both;
	text-align:center;
}

#footerText {
	border:3px solid white;
	padding:5px;
}
