@charset "utf-8";

a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #339900;
	text-decoration: underline;
}
a:active {
	color: #339900;
	text-decoration: none;
}
a {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #000000;
}
h2 {
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}

#outer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(../layout/side.jpg);
}
#outer #top {
	background-image: url(../layout/header.jpg);
	height: 180px;
}
#outer #top #header {
	margin-left: 190px;
	padding-top: 23px;
}
#outer #top #title {
	margin-top: 23px;
	margin-left: 190px;
}
#outer #main {
	width: 760px;
	height: 100%;
}
#outer #main #navigation {
	width: 170px;
	margin-left: 5px;
	float: left;
	height: 100%;
}
#outer #main #workspace {
	float: right;
	width: 560px;
	margin-right: 10px;
}
#outer #close {
	background-image: url(../layout/end.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
#outer #bottom {
	background-image: url(../layout/bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 20px;
}

#outer #bottom #end {
	clear: both;
}
#outer #main #footing {
	clear: both;
	width: 560px;
	margin-left: 190px;
}
#outer #copyright {
	float: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
