/* VISUAL ELEMENTS */
body {
	background-color: #FFF; /* cosmetic */
	margin: 0px; /* required */
}
div#wrapper {
	background-color: #FFF; /* cosmetic */
	height: 0px; /* set to taste */
	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}
div#center {
	background-color: #FFF; /* cosmetic */
	border: none; /* cosmetic */
	overflow: visible; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */
	margin-left: -380px; /* half of width */
	width: 760px; /* width of div */
	height: 420px; /* height of div */
	top: -210px; /* half of height */
}
.menubutton {
	text-align: right;
	height: 25px;
	padding-right: 0px;
	padding-left: 20px;
}
.contents {
	background-color: #dbe337;
}
.adverstise {
	background-color: #FFF;
}

/* PARAGRPAPH & TEXT STYLING */

.basic{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	color: #4e5054;
	background-color: #dbe337;
	border-color: #DBE337;
	border-width: 5px;
	border-style: solid;
	margin-top: 0px;
	text-decoration: inherit;
}
.basic a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	color: #4e5054;
	background-color: #dbe337;
	border-color: #DBE337;
	border-width: 8px;
	margin-top: 0px;
	text-decoration: underline;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	color: #4e5054;
	background-color: #dbe337;
	border-color: #DBE337;
	border-width: 5px;
	border-style: solid;
	margin-bottom: 0px;
	border-bottom-width: 0px;
}

/* IMAGE BUTTON STYLES */

.page, .pageon {
	border: 1px solid #FFF;
	font-family: arial, verdana;
	font-size: 10px;
	font-weight: bold;
	color: #4e5054;
	overflow:hidden;
	text-decoration: none;
	padding: 0px 6px 0px 12px;
	margin-left: 2px;
}

.page a, .pageon a {
	padding: 0 5px 0 15px;
	color: #4e5054;
	display:inline;
	width:100%;
	height:100%;
	text-decoration: none;
}

.pageon a {
	color: #FFFFFF;
	background-color: #4e5054;
	text-decoration: none;
}

.page a:visited {
	color: #000000;
	text-decoration: none;
}

.pageon a:visited {
	color: #FFFFFF;
	background-color: #4e5054;
	text-decoration: none;
}

.page a:hover, .pageon a:hover {
	color: #FFFFFF;
	background-color: #4e5054;
	text-decoration: none;
}

.pageon {
	color: #FFFFFF;
	background-color: #4e5054;
	text-decoration: none;
}
