@charset "UTF-8";
* {
	margin: 0px;
}

body {
	background-image: url(images/layout.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #339966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 0.7em;
	margin-top: 10px;
}
h1 {
	font-size: 0.8em;
	color: #339966;
}
h2 {
	font-size: 0.7em;
	color: #339966;
}
h3 {
	font-size: 0.9em;
}
a:link {
	color: #5ccb73;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5ccb73;
}
a:hover {
	text-decoration: underline;
	color: #91ffcc;
}
a:active {
	text-decoration: none;
	color: #5ccb73;
}
.image {
	border:1px; 
	border-thickness: 1px; 
	border-color: #ffffff; 
	border-style: solid;
}
a:link .image { 
	border-color: #5ccb73;
}
a:hover .image {
	border:1px; 
	border-thickness: 1px; 
	border-color: #91ffcc; 
	border-style: solid
}
a:active .image { 
	border-color: #5ccb73;
}
#container {
	width: 450px;
	height: 550px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 25px;
}
#title {
	width: 450px;
	height: 53px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 24px;
}
#menu {
	width: 450px;
	height: 34px;
	position: absolute;
	top: 77px;
	left: 0px;
	font-size: 17px;
	font-family: "Century Gothic", verdana, arial, sans-serif;
	word-spacing: 5px;
}
#content {
	width: 434px;
	height: 395px;
	position: absolute;
	top: 126px;
	left: 0px;
	padding: 0px 0px 15px 15px;
	overflow-y: auto;
	overflow-x: hidden;
}
