@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(/B/webbackgrd.jpg) repeat-x;
}
#wrapper #logo {
	background: url(/logo2copy.jpg) no-repeat;
	height: 177px;
}
#wrapper #navigation ul {
	height: 35px;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 15px;
}
#wrapper #navigation li {
	display: inline;

}
#navigation a:link, #navigation a:visited {
	padding: 0.4em 1em 0.4em 1em;
	text-decoration: none;
}
#navigation a:hover {
	color: #2A9FFF;
	border-bottom: 1px solid #2A9FFF;
	}
	
#wrapper  #gallery {
	text-align: center;
	width: 800px;
	height: 530px;
	float: left;
	margin-top: 30px;
}
#bodyArea #left {
	width: 400px;
	float: left;
	height: 230px;
}
#bodyArea #right {
	width: 400px;
	float: right;
	height: 230px;
}
a img {
	border-style: none;
}
p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFBF0;
	margin: 15px;
	background: url(../../test/css/none);
	text-decoration: none;
}
#footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 40px;
	width: 800px;
	padding-top: 15px;
	text-align: center;
	border-top: thin ridge #FFFBF0;
	float: left;
}
