@charset "UTF-8";
/* lmrusnak.com 3/30/09 */



/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}



body {
	background-color:#000000;
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	margin-top: 0px;
	text-align:center;
	}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	}

#banner {
	width:800px;
	height:127px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin:0px;
	}
#banner img{
	border-width:0px;
}

a{text-decoration:none;}
a:link {color:#cc0000;font-weight:normal;}
a:visited {color:#cc0000;font-weight:normal;}
a:hover {color:#000000;text-decoration:none;font-weight:bold;}
a:active {color:#cc0000;font-weight:normal;}

#globalNav {
	background-color:#FFFFFF;
	width:800px;
	height:100px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:0px;
	margin:0px;
	}

#gnLinks{
	padding-top:9px;
	}

#gnLinks .boldness{
	font-weight:bold;
	color:#FF0000;
	}

#main {
	background-image:url(images/gBkgd-10p.jpg);
	background-repeat:repeat;
	width:800px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}

#content {
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px;
	width:740px;
	font-size:12px;
	text-align:justify;
	}

#content .click {
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	}
	
#content .title {
	position:relative;
	top:4px;
	font-size:1em;
	font-weight:bold;
	}

#content img {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	}

#content img.photo_LT{
	float:left;
	margin-right:1em;
	margin-bottom:.8em;
	}
	
#content img.photo_RT{
	float:right;
	margin-left:1em;
	margin-bottom:.8em;
	}

#courtesyNav {
	background-color:#FFFFFF;
	background-repeat:repeat;
	width:800px;
	height:22px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}

#cnLinks {
	font-size:10px;
	position:relative;
	top:4px;
	}
	
#footer {
	background-image:url(images/gBkgd-100p.jpg);
	background-repeat:repeat;
	width:800px;
	height:24px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}

#footer img {
	position:relative;
	top:4px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	}
	
.floaterR{
	float:right;
	margin-left:.8em;
	margin-bottom:.8em;	
	}
	
.floaterL{
	float:left;
	margin-right:.8em;
	margin-bottom:.8em;	
	}