 body {
 margin: 0;
 /*background-image: url('/images/bkgd_map.jpg');*/
 background-color: #645546;
 }
 /*416e64*/

 input {
 font-family: tahoma;
 font-size: 11px;
 font-weight: bold;
 color: #555555;
 }

 #main {
 width: 800px;
 background-color: #6D6D59;
 }

 #textcon {
 position: relative;
 }

 #text {
 position:absolute;
 top:30px;
 left:275px;
 width:350px;
 height:160px;
 background-image:url('/images/text_bkgd.png');
 background-repeat: no-repeat;
 padding: 10px 10px 5px 20px;
 }

 #galtextcon {
 position: relative;
 }

 #galtext {
 position:absolute;
 top:225px;
 left:380px;
 width:400px;
 height:182px;
 background-image:url('/images/city_win_bkgd.png');
 background-repeat: no-repeat;
 padding: 15px 10px 5px 20px;
 }

 #zunitextcon {
 position: relative;
 }

 #zunitext {
 position:absolute;
 top:250px;
 left:380px;
 width:400px;
 height:182px;
 background-image:url('/images/city_win_bkgd.png');
 background-repeat: no-repeat;
 padding: 15px 10px 5px 20px;
 }

 #granttextcon {
 position: relative;
 }

 #granttext {
 position:absolute;
 top:65px;
 left:380px;
 width:400px;
 height:182px;
 background-image:url('/images/city_win_bkgd.png');
 background-repeat: no-repeat;
 padding: 15px 10px 5px 20px;
 }

 #hwy53textcon {
 position: relative;
 }

 #hwy53text {
 position:absolute;
 top:215px;
 left:380px;
 width:400px;
 height:182px;
 background-image:url('/images/city_win_bkgd.png');
 background-repeat: no-repeat;
 padding: 15px 10px 5px 20px;
 }

 .see {
 display: block;
 }

 .hide {
 display: none;
 }

 .body, .body pre {
 font-family: tahoma;
 font-size: 13px;
 font-weight: normal;
 color: #EEEEEE;
 text-decoration: none;
 }

 .body a, .body a:visited{
 text-decoration: underline;
 color: #EEEEEE;
 }

 .body a:hover {
 text-decoration: underline;
 color: #871919;
 }


 .bodysmall, .bodysmall a, .bodysmall a:visited {
 font-family: tahoma;
 font-size: 11px;
 font-weight: normal;
 color: #DDDDDD;
 text-decoration: none;
 line-height: 15px;
 }

 .bodysmall a:hover {
 text-decoration: underline;
 color: #CE472E;
 }

 .text, .text a, .text a:visited {
 font-family: tahoma;
 font-size: 11px;
 font-weight: normal;
 color: #555555;
 text-decoration: none;
 }

 .text a:hover {
 text-decoration: underline;
 color: #CE472E;
 }

 .headline {
 font-family: tahoma;
 font-size: 13px;
 font-weight: bold;
 color: #CE472E;
 }

 .artistheadline {
 font-family: tahoma;
 font-size: 17px;
 font-weight: bold;
 color: #FFFFF0;
 }