@charset "utf-8";
@import url("web.css");
/* home.css */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background-color: #414141;
	text-align: center;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #fff;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#wrapper #header {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#lefth   {
	position: absolute;
	left: 20px;
}
#wrapper #header #righth {
	position: absolute;
	right: 20px;
}
#wrapper #nav{
	font-size: 95%;
	background-color: #999;
	height: 22px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
}
#nav li{
	display: inline;
}
#nav a:link, #nav a:visited {
	padding: 0.4em 1em 2em 1em;
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #333;
	background-color: #FFF;
}
#wrapper #content {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 8px;
	position: relative;
}
#content #your {
	position: absolute;
	left: 575px;
	padding-bottom: 200px;
}
#wrapper #content p {
	text-align: left;
}
#wrapper #content #space {
	margin-top: 20px;
}
#wrapper #content .holder {
	margin-top: -6px;
}

#footer {
	background-color: #999;
	color: #FFF;
	font-style: italic;
	font-size: 75%;
	height: 40px;
	vertical-align: middle;
}
#wrapper #content table tr td img {
	text-align: center;
}
