/* global section */
html {
	height: 100%;
}

body {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #009;
	min-width: 41em;
	height: 100%;
	background: #FC0;
	scrollbar-base-color: #FFF;
	scrollbar-3d-light-color: #FFF;
	scrollbar-arrow-color: #F60;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #F60;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}
/*****************/

/* head section */
#head {
	height: 75px;
	padding: 5px;
	margin: 0 0 4em 0;
	border-bottom: 1px solid #CCC;
	text-align: center;
	color: #F60;
	background: #FC0;
}

#head img {
	width: 310px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/****************/

/* left, right section */
#left, #right {
	width: 14%;
}

#left {
	float: left;
	padding: 12em 0 0 1em;
}

#right {
	float: right;
	padding: 12em 1em 0 0;
	text-align: right;
}

#left ul, #right ul {
	list-style-type: none;
}
/************************/

/* main section */
#main {
	float: left;
	width: 69%;
	min-height: 100%;
	height: auto;
	text-align: center;
	background-color: #FFF;
	background-image: url("images/background.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#main * {
	text-align: center;
}

#main ul {
	color: #F60;
}

#main a {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}
/*******************/

/* content section */
#content {
	width: 85%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

#content * {
	text-align: center;
}

#content ul, #content li {
	font-size: 14px;
	padding: 0 0 0.3em 0;
}

#content p {
	text-align: center;
}

#content input, #content textarea {
	text-align: left;
}

#content .submit {
	text-align: center;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color: #009;
}
/*******************/

/* tag section */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #F60;
	text-align: center;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #009;
	text-align: center;
	padding: 0 0 1em 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #F60;
	text-align: center;
	padding: 0 0 1em 0;
}

p {
	font-size: 14px;
	padding: 0 0 1em 0;
	text-align: center;
}

table {
	font-size: 14px;
	width: 100%;
	text-align: left;
	border: 0;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 0.3em;
}

input {
	font-size: 14px;
	border: 1px #CCC solid;
	background-color: #FFF;
	width: 300px;
}

textarea {
	font-size: 14px;
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 300px;
	height: 200px;
}
/************************/

/* class section */
.button {
	font-size: 14px;
	font-weight: normal;
	color: #009;
	background-color: #CCC;
	text-align: center;
	width: 100px;
	border: 1px #000 solid;
	margin: 0 25px 0 25px;
}

.center {
	text-align: center;
}

.navlist {
	list-style-type: none;
	padding-top: 1em;
	margin: 0 0 0 0.3em;
}

.orange {
	color: #F60;
	font-weight: bold;
}

.space {
	height: 250px;
}
/*****************/