body {
	background: #ffffff url("img/bg.gif") repeat-x;
	font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, 'Times New Roman';
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* CORE STYLES */
	
div#core-content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 749px;
	background: #ffffff;
	border-left: 1px solid #DAF2D7;
	border-right: 1px solid #DAF2D7;
	}

.header {
	background: url("img/head-bg.gif") repeat-x;
	height: 150px;
}

/* SECTION HEADER STYLES */
	
div#logo {
	position: absolute;
	top: 5px;
	left:0px;
	margin:0px;
	padding:0px;
	width:250px;
	height:130px;
	background:url(img/logo.gif) no-repeat;
	}
	
div#menu {
	position: absolute;
	left:300px;
	top:68px;
	margin:0px;
	padding:0px;
	height:1px;
	width:400px;
	text-align:right;
	}
	
div#menu, div#menu a:link, div#menu a:active, div#menu a:visited {
	padding:0px;
	color:#666;
	font-size:15px;
	text-decoration:none;
	}
	
div#menu a:hover {
	color:#333;
	text-decoration: underline;
	}
.menu-item {
	margin:0px 0px 0px 32px;
	}

.content {
	padding:10px;
	color: #ffffff;
	margin: 0;
	background: url("img/cont-bg.gif") repeat-x;
	font-family: Georgia, Tahoma, 'Trebuchet MS', Arial, Verdana, 'Times New Roman';
	font-size: 1.8em;
}

.script {
	padding: 50px;
	color: #4F483F;
	font-size: 1.3em;
}

.footer {
	border-top: 2px solid #DAF2D7;
	border-bottom: 2px solid #DAF2D7;
	background: #30622A url("img/foot-bg.gif") repeat;
	padding: 10px;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
	text-decoration: underline;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

h1 {
	font-size: 3.5em;
	font-weight: normal;
	margin: 0px;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h2 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0px;
}
h2 strong {
	color: #FF4444;
}
form {
	margin: 6px 0px 0px 12px;
}
h3 {
	font-size: 0.9em;
	margin: 0px 0px 8px 0px;
}
h3 label {
	cursor: pointer;
}
.normal {
	font-weight: normal !important;
}
.input {
	font-size: 1.2em;
	color: #444444;
	background-color: #ffffff;
	background-image: url('img/input.gif');
	background-repeat: repeat-x;
	width: 550px;
	margin: 0px 0px 12px 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
}
.button {
	font-family: "Lucida Sans Unicode", "Tahoma", sans-serif;
	margin: 0px 0px 0px 4px;
	padding: 4px;
	cursor: pointer;
	border: 2px solid #DAF2D7;
	background: #30622A url("img/foot-bg.gif") repeat;
	color: #ffffff;
}
#result {
	margin: 10px 0px 0px 8px;
	font-size: 0.8em;
}
#result a {
	color: #FF4444;
}
#result a:hover {
	color: #FF2222;
}