/* Tags */
body
{
	background-color: #cccccc;
	margin: 0px;
	font-family: Arial;
	background-image:url(s.gif);
}
a
{
	font-weight: normal;
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
}
/* End Tags */

/* Layout */
#header
{
	font-weight: bold;
	font-size: 65pt;
	text-align: right;
	background-image: url(header.jpg);
}
#subheader
{
	background-image: url(subheader.jpg);
	background-repeat: no-repeat;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
}
#navigation
{
	vertical-align: top;
}
#text
{
	text-align: justify;
	vertical-align: top;
}
/* End Layout */

/* Structure */
#frame
{
	border: 5px solid #000000;
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}
#header
{
	width: 780px;
	height: 110px;
	padding-right: 20px;
	padding-top: 10px;
}
#subheader
{
	width: 780px;
	height: 25px;
	padding-right: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #000000;
}
#navigation
{
	width: 200px;
	min-height: 400px;
	float: left;
}
#text
{
	width: 599px;
	border-left: 1px solid #000000;
	min-height: 400px;
	float: right;
}
* html #text
{
	height: 400px;
}
/* End Structure */