
body
{
	font-size: 14px;
	font-family: comic sans ms,arial,helvetica;
	background: #597151;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	
}
	

h1, h2, h3 {
	font-family: 'Comic Sans MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


a, h2 a:hover, h3 a:hover
{
	color: #960;
	text-decoration: none;
}

a:hover {
	color: #4B472C;
	text-decoration: none;
	}
	
/* Begin Structure */
body {
	margin: 0;
	padding: 5px; 
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

 	.left {
	text-align: left;
	margin:5px 0px 0px 25px;
	font-size:14px;
	font-family:trebuchet ms,arial,helvetica;
	text-decoration:none;
	
	}
	
		

	.contentarea	
	{
		background-color: #C2D2A0;
		color: #000;
		font-weight: normal;
		font-size: 14px;
		font-family: comic sans ms,arial,helvetica;
		text-align: left;
		top: -515px;
		left: 125px;
		width: 525px;
		height: 510px;
		position: relative;
		padding: 0 25 0 25;
	}
	
	.longcontentarea	
	{
		background-color: #C2D2A0;
		color: #000;
		font-weight: normal;
		font-size: 14px;
		font-family: comic sans ms,arial,helvetica;
		text-align: left;
		top: -515px;
		left: 125px;
		width: 525px;
		height: 2600px;		
		position: relative;
		padding: 0 25 0 25;
	}
	
			.pagelayout
	{
		background-color: white;
		width: 750px;
		height: 665px;
		position: static;
		text-align: left;
	
	}
	
			.longpagelayout
	{
		background-color: white;
		width: 750px;
		height: 2800px;
		position: static;
		text-align: left;
	
	}
	
	.menu	
	{
		color: #000;
		background-color: white;
		font-weight: normal;
		font-size: 14px;
		font-family: comic sans ms,arial,helvetica;
		width: 150px;
		height: 500px;
		position: relative;
		left: 10px;
	}
	
		
	
a.body:link
{
	color: #00080;
	font-weight: bold;
	font-size: 12px;
	font-family: trebuchet ms,arial,helvetica;
	text-decoration: underline;
}
	
a.body:hover {
	color: red;
	font-weight: bold;
	font-size: 12px;
	font-family: trebuchet ms,arial,helvetica;
	text-decoration: underline;
	}
	
	a.body:visited {
	color:#00000;
	font-weight:bold;
	font-size:12px;
	font-family:trebuchet ms,arial,helvetica;
	text-decoration:underline;
	}
	
		
	a.klathalogo:link {
	color:#83ddff;
	font-size:9px;
	font-family:trebuchet ms, arial;
	text-decoration: none;
	line-height: 14px; 
	}
	a.klathalogo:visited {
	color:#83ddff;
	font-size:9px;
	font-family:trebuchet ms, arial;
	text-decoration: none;
	line-height: 14px;
	}
	
	a.klathalogo:hover	
	{
		color: #c6e9ff;
		font-size:9px;
		font-family: trebuchet ms, arial;
		text-decoration: none;
		line-height: 14px;
	}
	

	ul {
	list-style-type: none;
	}
		
ul li {
	list-style-position:inside;
	}