@charset "utf-8";
div#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffcc00;
	font-size: .9em;
	background-color: #008080;
	line-height: 1.3em;
}



div#content_left {
	float: left;
	width: 150px;
	margin-top: 5em;
	margin-left: 0.5em;
	text-align: center;
}
div#content_main {
	float: right;
	width: 550px;
	padding: 1em;
}
div#content_main a:link, div#content_main a:visited {
	color: #FFD700;
}
div#content_main a:hover {
	text-decoration: none;
}


div#footer {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 80%;
	clear: both;
	text-align: center;
	bottom: auto;
}
div#footer a:link, div#footer a:visited {
	color: #F5DEB3;
}
div#footer a:hover {
	text-decoration: none;
}



div#header {
	background-color: #ADD8E6;
	height: 200px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
	background-position: center;
}
.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #8B4513;
	line-height: 1em;
}
.pagename {
	font-size: 20px;
	color: #FFD700;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.yellow {
	font-size: 1/1;
	color: #FFCC00;
	line-height: 1.5em;
}
#misa {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

