* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #830B0B;
}
a:visited {
	color: #333;
}
a:hover {
	color: #A00000;
}

body {
	background-image: url(../images/bkgd.jpg);
	background-attachment: fixed;
	background-color: #000;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #CCC;
}
#wrapper #logo {
	height: 140px;
	background-color: #000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
#wrapper #navigation {
	background-color: #CCC;
}
#wrapper #bodyArea #bodyHeader {
	background-color: #666;
	text-align: center;
}

#wrapper #bodyArea #left {
	width: 765px;
	float: left;
	background-color: #999;
	text-align: center;
}
#wrapper #bodyArea #right {
	width: 225px;
	background-color: #CCC;
	text-align: center;
	float: right;
	font-size: 12px;

}
#wrapper #bodyArea #footer {
	clear: both;
	height: 30px;
	background-color: #666;
	text-align: center;
	padding-top: 6px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
#wrapper #bodyArea #left h1 {
	text-align: center;
}
#wrapper #bodyArea #left h3 {
	text-align: center;
}
#wrapper #bodyArea #right h1 {
	text-align: center;
}
#wrapper #bodyArea #right h2 {
	text-align: center;
}
#wrapper #bodyArea #right h3 {
	text-align: center;
}
#wrapper #bodyArea #right p {
	text-align: left;
	font-size: 12px;
}
