html, body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	text-align: center;
	font-family: "Monotype Corsiva";
	color: #355584;
}
p img {
	border: 1px #000000 solid;
	padding: 5px;
	margin: 10px;
}
* {
	margin: 0;
	padding: 0;
}
#wrap{
	width: 960px;
	margin: 0 auto;
}
#top {
	height: 170px;
	width: 960px;
	float: right;
	background-image: url(images/top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#right {
	width: 785px;
	clear: right;
	float:right;
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0 0 0 175px;
}
#content {
	width: 785px;
	clear:left;
	float: left;
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
}
#bottom {
	height: 29px;
	width: 960px;
	clear: both;
	float: right;
	background-image: url(images/bottom.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#adv {
	width: 200px;
	position: fixed;
	left: 5px;
	bottom: 5px;
	text-align:center;
}
#adv img {
	margin-bottom: 10px;
}
#nav_wrap {
	height: 30px;
	width: 415px;
	float: right;
	margin: 65px 50px 0 0;
	display: inline;
}

#navigation a
{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	background-color: #ffa20c;
	background-image: url(images/tableft.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation a span
{
	padding-right: 10px;
	background-image: url(images/tabright.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#navigation a, #navigation a span
{
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
	float: none
}
/* End hide */

#navigation a:hover
{
	color: #fff;
	padding: 0 0 4px 10px;
	background-color: #df0218;
	background-image: url(images/tablefthover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation a:hover span
{
	padding-right: 10px;
	padding-bottom: 4px;
	background-image: url(images/tabrighthover.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li
{
	font-size:1.25em;
	float: left;
	margin: 0;
	padding-right: 5px;
	list-style-type: none;
}
p {
	font-family:"Century Gothic", Verdana, Arial;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 20px 0 20px;
	text-align: justify;
	letter-spacing:-0.05em;
}
p:first-letter {
	font-family: "Monotype Corsiva";
	color:#000066;
	font-weight:bolder;
	font-size:x-large;
	margin-right:0.1em;
}
p a {
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}
#top h1 {
	margin-top: 105px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	color:#000000;
}
table {
	margin-left:25px;
}