body	{
	margin:	0;
	padding:	0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 75%;
	background : White none fixed top left;
	background-color: #660033;
	background-image: url(../../images/background.gif);
	background-repeat: no-repeat;
	background-position: 0 100px  0 0;
	}
p {
	font-size: 1em;
	margin: 0 0 1em 0;
}

dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
td img {display: block;}
h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4	{
	font-size:	1.25em;
	}
h5	{
	font-size:	1em;
	}
h6	{
	font-size:	0.8em;
	}		
h1, h2, h3, h4, h5, h6	{
	margin:	1.25em 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFF99;
	}
img	{
		/* turns off gaps around images */
	border:	0;
	}
a	{ text-decoration:	none;  font-weight: bold;   }
a img {border: none}
a:link	{ color: #FFCC99; background-color: transparent; text-decoration: underline; }
a:visited	{ color:	#FF99CC; background-color: transparent; text-decoration: underline; }
a:active	{ color:	#FFCC33; background-color: transparent; }
a:hover	{ color:	#FFCC33; background-color: transparent; text-decoration:	underline; }



#mast {
	background-color: #660033;
	padding: 20px;
	height: 100px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6666FF;
	position: absolute;
	top: 0px;
	bottom: 100px;
	display: inline;
}

#nav_bar {
	background-color: #660033;
	height: 100%;
	width: 130px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6666FF;
	position: absolute;
	top: 0px;
	display: block;
	left: 0px;
	padding-top: 150px;
}

#content {
	height: 100%;
	width: 760px;
	position: absolute;
	top: 120px;
	display: inline;
	left: 160px;
}
