* {
	margin:0px;
	padding:0px;
}

body {
	color:#002F2F;
	font-size:100%;
	font-family:Helvetica, Arial, sans-serif;
	min-width:41em;
	background-color:#FFFEEFF;
	margin:0px;
	padding:0px;
}

#wrapper {
	width:90%;
	position: absolute;
	margin-left: 5%;
	margin-right: auto;
}


#top {
	height:80px;
	//background-image:url(img/corner_r_b.gif);
	background-image:url(img/top_bckgrd.png);
	background-repeat:no-repeat;
	background-position:100% 100%;
	background-color:#EFECCA;
	margin:0px 0px 0px 0px;
	padding:0.3em;
}

#top p {
	color:#A7A37E;
	text-align:center;
	word-spacing:20px;
	letter-spacing:5px;
	font-size:1.5em;
	font-weight:bold;
	padding:30px;
}

#menu {
	float:left;
	width:234px;
	font-size:14px;
	background-image:url(img/menu_bottom.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
	background-color:#EFECCA;
	margin:0px 0 15px 0;
	padding:20px 0px 20px 0px;
}

#menu li {
	list-style-type:none;
	background-image:url(img/menu.png);
	background-repeat:repeat;
	height:28px;
	padding:10px;
}

#menu a {
	display:block;
	font-weight:bold;
	padding:0.3em;
}

#menu a:link {
	color:#000000;
}

#menu a:visited {
	color:#666666;
}

#menu a:hover {
	color:#000000;
}

#menu a:active {
	color:#FFFFFF;
}

#right {
	font-size:0.9em;
	float:right;
	background-color:#EFECCA;
	width:12em;
	border:2px solid #EFE2AF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:20px 0px 1.1em 1.5em;
	padding:0px 0px 5px 0px;
}

#right h2 {
	font-size:1.33em;
	padding-left:10px;
	margin:10px 0.5em 0.2em 0.5em;
}

#right p {
	font-size:1em;
	margin:0.5em;
	padding:5px 10px 5px 10px;
}

#content {
	background-image:url(img/corner_top_left.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
	margin:0px 210px 20px 234px;
	padding:30px 0px 0px 35px;
}

#content h1 {
	font-size:22px;
}

#content h2 {
	font-size:18px;
}

#content p {
	font-size:15px;
	margin-top:1em;
	margin-bottom:1em;
}

#content td {
	vertical-align:top;
	padding:10px 15px 0px 0px;
}

#content a:link {
	color:#000000;
}

#back {
	float:left;
	width:20px;
	margin:0px 25px 0px 0px;
}

#back a:link {
	color:#000000;
}

#next {
	float:right;
	width:20px;
}

#next a:link {
	color:#000000;
}

#bottom {
	clear:both;
	font-size:0.75em;
	text-align:center;
	background:#EFECCA url(img/corner_4.gif) no-repeat left bottom;
	margin: 0 0 10px 0;
}

#bottom-left{
	background:url(img/corner_3.gif) no-repeat left top;
}

#bottom-right{
	background:url(img/corner_2.gif) no-repeat right top;
}

#bottom-down{
	background:url(img/corner_1.gif) no-repeat right bottom;
}

#bottom p {
	padding:15px 20px 10px 20px;
}

#bottom a:link {
	color:#000000;
}

