a:link {
	color:#a8cf65;
	text-decoration:none;
}
a:visited {
	color:#a8cf65;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#6600ff;
}
body {
	 background: #CDB38B;
	 color: #a8cf65;
	 font-family: Verdana;
	 font-size: 10px;
}

h1 {
	font-weight: bold;
	font-size: 22px;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

h3 {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

table.centre {
	margin-left: auto;
	margin-right: auto;
}

td.menu {
	background-color:#6B4226;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}

td.r-box {
	background-color: #6B4226; 
	padding: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-opera-border-radius: 10px
}

td.footer {
	background-color: #fff;
	color: #1C2837;
	text-align: center;	
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-opera-border-radius: 10px
}

p.centre {
	text-align: center;
}

#page-wrap {
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	}
	
#page-wrap #inside {
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}