@charset "UTF-8";
body {
	background-color: #e1e1e1;
	background-image: url(images/background-gradient.jpg);
	background-repeat: repeat-x;
}
/* CSS Document */

#container {
	position:relative;
	width:920px;
	z-index:1000;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 15px;
}
#nav {
	position:absolute;
	width:125px;
	z-index:950;
	overflow: visible;
}
#content-frame {
	position:relative;
	width:795px;
	z-index:950;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}
#textarea {
	position:relative;
	width:745px;
	z-index:950;
	padding-left: 25px;
	padding-right: 25px;
	overflow: visible;
	background-image: url(images/frame-background.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#footer {
	position:relative;
	width:795px;
	height:25px;
	z-index:1001;
	background-image: url(images/frame-bottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.navbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 125px;
	list-style-type: none;
	background-position: 0px 0px;
}
.navbutton a {
	background-image: url(images/button-states.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 125px;
	text-decoration: none;
}
.navbutton a:link {
	background-position:0px 0px;
	color: #333;
}
.navbutton a:visited {
	color: #333;
}
.navbutton a:hover {
	background-position:0px -25px;
	color: #333;
	text-decoration: none;
}
.navbutton a:active {
	background-position:0px -50px;
	color: #333;
}
.navlist {
	margin: 0px;
	padding: 0px;
	width: 125px;
	position: relative;
}
table {
	margin-top: 10px;
	margin-bottom: 10px;
}
.frame-top {
	background-image: url(images/frame-top.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 795px;
	text-align: right;
}

