body {
   border-width: 0px;
   padding: 10px;
   margin: 0px;
   font-size: 1em;
   font-family: Trebuchet, Helvetica, sans-serif;
	color: #000;
   background: #fff url("bg.jpg") repeat fixed -450px -50px;
}
a{
	color: #4fcaf6;
	font-weight: bold;
}
a:hover {
	color: #99ca3d;
}
h1{
	color: #99ca3d;
	line-height: 110%;
	font-family: Courier New, Courier, monospace;
	border-bottom: 2px dotted #000;
}
#wrapper{
   position: relative;
   float: left;
   left: 8.00%;
   width: 850px;
}
#left{
   position: relative;
   float: left;
   left: 0.00%;
   width: 250px;
}
.bluebox-wrap{
	width: 206px;
	margin-left: 15px;
}
.bluebox-t{
	background: url("bluebox-t.gif") no-repeat bottom;
}
.bluebox-b{
	background: url("bluebox-b.gif") no-repeat top;
}
.bluebox{
	background: #4fcaf6;
	padding: 12px;
	color: #000;
	font-weight: bold;
}
.bluebox h3{
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 140%;
	color: #fbee52;
}
.bluebox a{
	color: #fbee52;
	text-decoration: underline;
	font-size: 110%;
}
bluebox p{
	font-weight: normal;
}
#right{
   position: relative;
   float: right;
   right: 0.00%;
   width: 600px;
}
#headwrap1{
	background: url("head-bg.gif") repeat-x top right;
	width: 500px;
	margin: 10px 0 20px 50px;
}
#headwrap2{
	background: url("head-r.gif") no-repeat top right;
}
#head{
	background: url("head-l.gif") no-repeat top left;
	padding: 3px;
	line-height: 30px;
	text-align: center;
}
#head a{
	font-size: 170%;
		font-family: Courier New, Courier, monospace;
	font-weight: bold;
	padding: 0 10px 0 10px; 
	text-decoration: none;
}
#head a:hover {
	background: #000;
}
#head a.who{
	color: #fbee52;
}
#head a.what{
	color: #e4e978;
}
#head a.when{
	color: #99ca3d;
}
#head a.where{
	color: #8dd7ca;
}
#head a.why{
	color: #4fcaf6;
}
#links ul{
	list-style-type: circle;
}
#links ul li{
	margin-top: 8px;
}
#contwrap{
	width: 594px;
}
#cont-t{
	background: url("cont-t.gif") no-repeat bottom;
}
#cont{
	clear: both;
	background: #fff url("cont-bg.gif") repeat-y;
	padding: 10px 20px 10px 20px;
	text-align: justify;
	color: #000;
	font-size: 100%;
	line-height: 130%;
}
#cont a{
	font-weight: normal;
}
#cont-b{
	background: url("cont-b.gif") no-repeat top;
}
#footer{
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
}
#footer span{
	white-space: nowrap;
}
#footer a{
	margin-left: 20px;
}
.green{
	color: #99ca3d;
}
#loggedin{
	font-size: 90%;
	text-align: right;
	margin: 5px 15px 3px 0px;
}
