@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	line-height: 1.5em;
	background-repeat: repeat-x;
	background-color: #3a92a1;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 950px;
	background: #92cdc4;
	position: relative;
}
#header {
	height: 306px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background-color: #FFF;
	position: relative;
	width: 950px;
}a:visited {
	color: #0600EE;
}
.topLeft {
	float: left;
	height: 180px;
	width: 216px;
	background-color: #4b4c4b;
	color: #FFF;
}
.topLeft a {
	color: #FFF;
	text-decoration: none;
	height: 30px;
	width: 216px;
}
.topLeftLinks {
	height: 30px;
	width: 216px;
}
.topLeftLinks a {
	height: 30px;
	width: 216px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;

}
.topLeftLinks a:hover {
	background-color: #1b9482;
}

.topRight {
	height: 180px;
	width: 734px;
	float: right;
}
.bottomBox {
	height: 126px;
	width: 190px;
	float: left;
}

#contents {
	margin: 0px;
	padding: 25px;
	width: 650px;
	background-color: #92cdc4;
	position: relative;
	text-align: center;
	float: right;
}

#sidebar {
	background-color: #1b9482;
	margin: 0px;
	float: left;
	width: 250px;
	color: #FFF;
	position: relative;
	padding: 0px;
	text-align: left;
}
#sidebar a {
	color: #92CDC4;
	font-weight: bold;
}
#sidebar a:hover {
	color: #4B4C4B;
}

.sideLinks {
	width: 200px;
	margin: 0 auto;
	padding-top: 10px;
}



#footer {
	background-color: #4b4c4b;
	margin: 0px;
	padding: 0px;
	height: 50px;
	text-align: center;
	clear: both;
	color: #FFF;
}
