@charset "utf-8";
/* CSS Document */

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 180px;
	width: 800px;
}
#Navbar {
	width: 115px;
	float: left;
	height: 324px;
	background-image: url(../images/chalkboard.jpg);
	margin-top: 30px;
	color: #FFFFFF;
	background-color: #F0F0F0;
	margin-bottom: 30px;
	padding: 0px;
}
#mainpage h3 {
	margin-right: 10px;
	margin-left: 10px;
}

#mainpage {
	float: right;
	width: 619px;
	margin-left: 15px;
	background-color: #E0D4D8;
	background-image: url(../images/3127805_40.jpg);
	margin-top: 10px;
}
#mainpage #left {
	width: 49%;
	float: left;
}
#mainpage #right {
	width: 49%;
	float: right;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D1A3A3;
}
#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(../images/3127805_40.jpg);
	background-repeat: repeat;
	float: right;
	width: 619px;
	margin-left: 15px;
}
.image-right {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image-left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#mainpage #Bottom {
	clear: both;
	text-align: center;
}

h1 {
	background-repeat: no-repeat;
	text-align: center;
	color: #436D69;
	font-family: "Comic Sans MS", "MS Serif";
}
p {
	margin: 10px;
	line-height: 110%;
	font-size: 90%;
}
h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.image-center {
	margin-right: 65px;
	margin-left: 65px;
}

ul {
	font-size: 90%;
	line-height: 110%;
}
#gtl {
	text-align: center;
	width: 150px;
	margin-top: 10px;
}
.image-noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

