@charset "utf-8";

body {
	background-color: #26ADE4;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Candara;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #D1E751;
}


/*
	Place the image next to each title
*/

h1 {
	margin-top: 0px;
	padding-left: 22px;
	height: 34px;
	background: url(images/splat.jpg) no-repeat left center;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

#Header {
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 265px;
}

#flashHeader {

	margin: 0 auto 0 auto;
}

#main {
	position: inherit;
	width: 700px;
	margin: 0 auto 0 auto;
}

#author {
	margin-top: -20px;
	margin-right: 100px;
	text-align: right;
	margin-bottom: -15px;
}

#leftCol {
	float: left;
	width: 130px;
	padding-right: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 11px;
	/*	
	background-position: right;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	*/
}

#links {
	font-weight: bold;
	font-size: 18px;
}

#rightCol {
	float: right;
	width: 530px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;	
	margin-right: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: justify;
	background-position: left;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
}

#footer {
	clear: both; 
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 65px;
}
	

