#left {
	position: absolute;
	left: 0 px;
	top: 0 px;
	width: 220px;
}

#right {
	position: absolute;
	right: 220 px;
	top: 10px;
	width: 540 px;
	padding: 95%;
}

h1 {
	font-family: Verdana;
	font-size: 2em;
	color: Green;
}

h2 {
	font-family: Verdana;
	font-size: 1.25em;
	color: Green;
	font-weight: bold;
}


body {
	font-family: Verdana;
	font-size: .9em;
	color: #175E17;
	margin: 0;
	background: white;
	background-image: url(core_images/background.jpg);
}

a:visited {
	color: Green;
	text-decoration: none;
	font-style; font-weight: bolder;
}

a:link {
	color: Green;
	text-decoration: none;
	font-style; font-weight: bolder;
}



a:hover {
	color: Black;
	font-style; font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
}



table {
	font-size: .9em;
	background-color: white;
}



