@charset "utf-8";
#wrapper {
	margin-top: 10px;
	background-color: #ffffcc;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#wrapper #navigation {
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	height: 32px;
}
#wrapper #navigation a {
	font-family: Verdana;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/BG_copyright_isl/PixyRo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	display: block;
	float: left;
	height: 35px;
	width: 80px;
}
#wrapper #navigation a:hover {
	background-position: bottom;
	background-image: url(../images/BG_copyright_isl/PixyRo.jpg);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea {
	background-color: #ffffcc;
}

#wrapper #bodyArea #left {
	background-color: #ffffcc;
	width: 798px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}
#wrapper #upper {
	background-color: #ffffcc;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
#wrapper #footer {
	background-image: url(../images/BG_copyright_isl/navBarBg.jpg);
	height: 35px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#wrapper #bodyArea #left p {
	margin: 20px;
}
#wrapper #bodyArea #left table a {
	color: #0000FF;
}

