@charset "utf-8";
html , body {
 margin:0px;
 background-color:white;
 color:#333333;	font:.9em 'Verdana','Arial';
}
html {	background-color:#d7b184;	}
body {
 width:800px;
 margin:0 auto;
 border:2px solid #9d5f3a;	border-top:0px;	border-bottom:0px;
 background:url(../img/design/header.png) no-repeat white;
}
img {	border:0px;	}
a {	text-decoration:none;	outline:0;	}
input {	width:90%;	}
input.submit {	width:110px;	}
textarea {	width:90%;	height:160px;	}
h1 {
 height:190px;
 padding:0px;	padding-top:10px;	padding-left:40px;
 margin:0px;
 font-weight:normal;	font-size:2.5em;
 border-bottom:2px solid #9d5f3a;
}
h1 a {	color:#333333;	background-color:transparent;	}
h1 span {	display:block;	font-size:0.45em;	}
h2 {	font-weight:normal;	border-bottom:1px dotted #adf648;	}
h3,h4 {	border-bottom:1px solid green;	margin:0px;	margin-top:20px;	}
h4 {	font-size:1.1em;	margin-bottom:5px;	display:inline-block;	}
.small {	font-size:0.8em;	}
.underline {	text-decoration:underline;	}
.color {	color:green;	}
.box, .pages strong, .pages a {
 border:1px solid green;
 background:#78c00f;
 padding:2px;
 margin:2px;
}
.pages {	text-align:center;	}
.no-top {	margin-top:0px;	}
.float-right {	float:right;	}
.float-left {	float:left;	}
.uppercase {	text-transform:uppercase;	}
div#wrapper {
 margin-bottom:-13px;
 padding-bottom:15px;
 background:url(../img/navi/pattern2.png) repeat-y ;
}
div#left {	float:left;	width:190px;	height:100%;	}
div#content {
 margin-left:205px;
 padding-top:5px;	padding-right:15px;
 min-height:460px;
}
div#content a {	color:green;	}
