@charset "utf-8";
body {
	background-image: url(images/background
%20(2).jpg);
	background-color: #000000;
	background-image: url(../images/bg3.jpg);
}

* {
	margin: 0px;
	padding: 0px;
}
#wrapper div p a {
	text-decoration: none;
	font-size: 16px;
	color: #000099;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-image: url(../images/banner_bg_slice.jpg);
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #FFF;
	height: 1300px;
}
#wrapper #navigation {
	height: 35px;
	background-color: #999;
}

#wrapper #Logo {
	height: 100px;
	background-color: #FFF;
	background-image: url(../images/banner_bg_slice.jpg);
	background-repeat: repeat-x;
}
#wrapper #bodyArea {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	background-repeat: no-repeat;
	border-top-width: 30px;
}
#wrapper #bodyArea #left {
	width: 430px;
	float: left;
	list-style-position: inside;
	list-style-type: circle;
	margin-top: 15px;
}
#wrapper #bodyArea #right {
	width: 370px;
	float: right;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #999;
}




a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px;
}
#wrapper div p {
	font-family: "Century Gothic", Georgia, sans-serif;
	color: #5C2C1E;
	font-size: 14px;
}
#wrapper div h2 {
	color: #402F27;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
}
#wrapper div h3 {
	color: #BB793E;
}
