#inner {
	color: #FFFFFF;
	background-color: #000000;
	height: 100%;
}
#inner .leftbar {
	background-image: url(../images/layout/left-bar.gif);
	background-repeat: repeat-y;
	width: 10px;
	height: auto;
}
#inner .rightbar {
	background-image: url(../images/layout/right-bar.gif);
	background-repeat: repeat-y;
	width: 10px;
}
#outer .top {
	background-image: url(../images/layout/top-bar.gif);
	height: 18px;
	width: 760px;
	background-repeat: no-repeat;
}
#outer .bottom {
	height: 46px;
	width: 760px;
	background-image: url(../images/layout/bottom-bar.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
body {
	color: #FFFFFF;
	background-image: url(../images/master/bg.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
fieldset {
	padding: .5em;
	width: auto;
	margin-top: 1em;
	margin-right: 1pc;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	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: #333399;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #333399;
}
legend {
	font-weight: bold;
	font-variant: small-caps;
	color: #00CC00;
	letter-spacing: .25em;
}
#outer {
	height: 100%;
}
