body {
	background-color: #9099A2;
	background-image: url('page_fade.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	color: #CAD0D5;
	margin: 0px;
	padding: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}
body, table, select, textarea, input {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
input, textarea {
	background-image: url('images/input_bkg.jpg');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #313131;
	border: 1px solid #5D5D5D;
	color: #CAD0D5;
}
select {
	background-color: #313131;
	border: 1px solid #5D5D5D;
	color: #CAD0D5;
}
textarea {
	width: 400px;
	padding: 2px;
}
.page_container {
	width: 794px;
	padding: 3px;
	background-color: #000000;
	text-align: left;
}
.narrow_box {
	background-color: #424242;
	background-image: url('images/narrow_page_fade.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-top: 3px;
	width: 170px;
}
.menu {
	min-height: 200px;
	border-bottom: 3px solid #000000;
}
.info {
	min-height: 226px;
}
.content {
	background-color: #424242;
	background-image: url('images/wide_page_fade.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 439px;
	width: 621px;
	padding-bottom: 10px;
	margin-top: 3px;
	margin-left: 3px;
}
.pad {
	padding: 3px;
}
.header {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
.copyright {
	font-size: 10px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #424242;
	margin-top: 4px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #C9CFD4;
}
a:visited {
	color: #B1B5BA;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
/* FOR IE */
* html .content {
	height: 439px;
}
* html .menu {
	height: 200px;
}
* html .info {
	height: 226px;
}
/**/
