html, body {
	margin: 0px;
	padding: 0px;
	background-color: #fafdf5;
	color: #479e97;
	font-size: 12px;
	font-family: Tahoma, Arial, Sans-serif;	
	height: 100%;
}
	
p {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
	padding-left: 10px;
}


#page {
	position:relative;
	margin: 0;
	float: left;
	width:500px;	
	height:auto !important;
	height:100%;
	min-height:100%;
	background: url('images/bg.jpg') repeat-y;
}

#header {
 	background-image: url('images/header.jpg');
	width: 100%;
	height: 450px;}

	
#pagebody {
	width: 640px;
	text-align: left;

	}


#main {
	width: 360px;
	float: left;
	margin-left: 35px;
	
	}


#sidebar {
	width: 190px;
	float: right;
	padding: 5px;
	margin-top: -40px;
	margin-left: -50px;
	
}

#sidebar ul {
	width: 190px;
	margin: 0px;
	padding: 0;
	list-style-type: none;

}

#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited {
	color: #fafdf5;
	font-size: 13px;
	font-family: Georgia, 'Times New Roman', Serif;
	padding-left: 6px;
	letter-spacing: 4px;
	height: 17px;
	display: block;
	margin-bottom: 2px;
	background-color: #89dfd8;}

#sidebar ul li a:hover {
	color: #89dfd8;
	font-size: 13px;
	font-family: Georgia, 'Times New Roman', Serif;
	padding-left: 10px;
	letter-spacing: 4px;
	display: block;
	background-color: #edffc6;}

#footer {
	
	width: 600px;
	height: 57px;
	bottom: 0px;
	text-align: center;
	clear: both;}



a:link, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #31b9a3;
}

a:visited {
	font-weight: bold;
	color: #8ed2a9; 
	cursor: help;
}

a:hover {
	color: #97c27c;
	cursor: help;
}


b, u, i, strong, em {
	color: #186e67; }

blockquote
{
	background-color: #fafdf5;
	width: 80%;
	padding: 4px;
	padding-left: 20px;}

input, textarea, select, td, th {
	background-color: #fafdf5;
	color: #479e97;
	border: 0px;
	padding: 2px;}



h2 {
	color: #479e97;
	font-size: 17pt;
	font-family:  Georgia, 'Times New Roman', Serif;
	margin-top: -1px;
	margin-bottom: -10px;
	font-weight: bold;	
	padding-left: 5%;
	margin-left:15px;
	}

h2:first-letter {
color: #ffffff;
font-size: 27px;
}

h3 {
	color: #479e97;
	font-size: 12pt;
	font-family: Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	margin-left: 20px;
	margin-right: 50px;
	border-bottom: 1px solid #479e97;
	border-left: 2px solid #479e97;

}

h4 {
	color: #fafdf5;
	font-size: 12pt;
	font-family: 'Times New Roman', Georgia, Serif;
	text-align: center;
	letter-spacing: 4px;
	border: 1px solid #fafdf5;
	background-color: #479e97;
	margin-top: 15px;
	margin-bottom: 5px;
}


img {
	border: 0px;
}