body		{
	background:#999;
	margin:0;
	font:12px Arial,Helvetica,sans-serif;
}
#container	{
	width:800px;
	margin:0px auto;
	position:relative;
}
#header		{
	height:255px;
}
#leftcol	{
	width:205px;
	float:left;
	text-align:center;
	height:400px;
}
#ritecol	{
	width:595px;
	float:right;
}
#footer		{
	clear:both;
	min-height:25px;
}
#byline		{
	text-align:center;
	font-size:9px;
	padding:3px;
}
#byline a	{
	text-decoration:none;
	color:#CCC;
}
#byline a:hover	{
	text-decoration:underline;
}
#mainbody	{
	background:url('images/jet-bottom.jpg') no-repeat;
	height:400px;
}
#menured	{
	background:url('images/menu-red.jpg') repeat-y;
	color:#FFF;
	height:14px;
	padding-left:210px;
	font-weight:bold;
	*margin-top:-3px;
}
#menublue	{
	background:url('images/menu-blue.jpg') repeat-y;
	color:#FFF;
	height:14px;
	padding-left:210px;
	font-weight:bold;
}
#menured a, #menublue a	{
	color:#FFF;
	text-decoration:none;
	font-size:13px;
}
#menured a:hover, #menublue a:hover	{
	color:#FC0;
}
#info	{
	margin-top:20px;
	margin-left:15px;
	width:525px;
}
#info p	{
	font-style: italic;
	margin-top:3px;
	padding-top:3px;
	margin-bottom:4px;
	padding-bottom:4px;
}
.selectedmenu	{
	text-transform:uppercase;
	color:#FF0;
}