body {
	background-image: url(graphics/hye.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background-color: #BAD3D3;
}

#wrapper { 
	width: 80%;
	float: left;
	padding: 10px;
}

#header {
	font-size: 2em;
	padding: 20px;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
	text-align: right;
}

#nav {
	width: 130px;
	float: left;
	margin-right: 1px;
	margin-left: 0px;
	padding: 10px;
	border-left: 1px solid #006;
}

#nav ul {
	list-style: none;
	font-size: 90%;
	margin: .5em;
	padding: 0;
}

#content {
	padding: 10px;
	margin-left: 140px;
	margin-right: 0px;
	line-height: 1.3em;
}

#footer {
	font-size: 11px;
	text-align: right;
	padding: 10px;
	clear: both;
}

h1 {
	font-size: 120%;
}

img {
	border: 2px;
	padding: 5px;
}

a:link {
	color: #007799;
	text-decoration: none;
}

a:hover {
//	color: #486DC3;
	text-decoration: none;
}

a:visited {
	color: #007799;
	text-decoration: none;
}

.indent {
	padding: .5em;
	margin-left: 10px;
	width: 75%;
	border: 1px dotted #006;
//	background-color: #EDFDE9;
}

.navindent {
	margin-left: 5px;
}


.email {
  color: #070;
}	
