@charset "utf-8";
.header {
}
body,td,th {
	font-family: georgia;
	color: #111;
}
body {
	background-color: #f3f2ed;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	margin: 75px 0 0 0;
}

#container {
	width:100%;
}

#header {
	background: url(header.png) top left no-repeat;
	height: 82px;
	margin-left:61px;
}

#subheader {
	background: url(back.png) top left no-repeat;
	height: 22px;
	margin-left:61px;
}

h1.home, h2.home {
	margin-left:-9999px;
	height:0px;
}

#intro {
	margin-top:70px;
	margin-bottom:70px;
	background: #f9f8f3;
	padding: 10px 0 10px 61px;
	border-top: 1px solid #d5d2b8;
	border-bottom: 1px solid #d5d2b8;
}

#intro p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #313025;
	font-size: 18px;
	text-align:left;
	letter-spacing:0.1em;
	line-height: 26px;
	margin-top: 20px;
	width:850px;
}

.introcaps {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing:0.1em;
}

.entry_title {
	font-family:Georgia;
	font-size:16px;
	letter-spacing:1px;
	margin:0px;
	color:#313025;
	line-height:20px;
}

a {color:#313025;text-decoration:none;}

a:hover {color:#09f;text-decoration:underline;}

a:visited {color: #999;}

.entry_desc {
	font-family:Arial;
	font-size:11px;
	color:#666;
	margin:3px 0 15px 0;
}


#container800 {
	width:900px;
	margin-left: 61px;
}

#explore {
	padding-top:50px;
	margin-right:50px;
	background: url(explore.png) top left no-repeat;
	width:425px;
	float:left;
}
#know {
	padding-top:50px;
	background: url(know.png) top left no-repeat;
	width:425px;
	float:right;
}

#help {
	padding-top:50px;
	margin-left:61px;
	margin-top:70px;
	background: url(help.png) top left no-repeat;
	width:900px;
	height:250px;
}

#about {
	background: #a49a78;
	border-top: 1px solid #7d7351;
	padding: 10px 0 10px 61px;
}

#about a {
	color:#FFF;
	text-decoration:none;
}

#about a:hover {
	text-decoration:underline;
}

#note {
	width:470px;
}

#note p {
		font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:11px;
}


.note_title {
	text-transform:uppercase;
	font-size:10px;
	color:#e3ddc8;
}

#form_container1 {
	width:455px;
	margin-right:10px;
	float:left;
}

#form_container2 {
	width:425px;
	margin:0px;
	float:right;
}

.form_desc {
	font-family:Georgia;
	font-size:12px;
	margin:0px;
	color:#111;
	margin-bottom:10px;
	color:#313025;
}

input {
border:1px solid #d5d2b8;
background-color: #f9f8f3;
padding: 4px;
width: 230px;
margin:0px 0px 10px 0px;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#666;
}

textarea {
border:1px solid #d5d2b8;
background-color: #f9f8f3;
padding: 4px;
width: 455px;
margin:0px 0px 10px 0px;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:150px;
color:#666;
}

input:focus, textarea:focus {
border:1px solid #09f;
}

.send { 
background:#a49a78;
border: 1px solid #a49a78;
width:100px;
color:#fff;
}

.send:hover {
background: #09f;
border: 1px solid #09f;
color: #fff;
}

#backhome {
	font-size:10px;
	margin:0px;
}

#article_title {
	font-size: 40px;
	margin: 50px 0 10px 61px;
	padding:0px;
}

#content {
	width:650px;
	margin-left: 61px;
	margin-bottom:50px;
	font-size:16px;
	line-height:26px;
	text-align:left;
}

.left {
	width:300px;
	margin: 10px 30px 10px 20px;
	float:left;
	position: relative;
}

.right {
	width: 300px;
	margin: 10px 0px 10px 0px;
	float:left;
}

ul {
	list-style-type: katakana;
	font-size:14px;
	margin-left: 30px;
}

h3 {
	font-size: 20px;
	margin-left:10px;
	padding-top:10px;
	font-weight:normal;
}

img {
	margin-left:20px;
	float:right;
	border: 4px #fff solid;
}