html,
body { height: 100%; margin: 0; padding: 0; }

body{ /*background-color: #333;*/ background: transparent url('/images/shadow.png') center top repeat-y; color: #fff; }

#wrapper { min-height: 100%; width: 960px; border: 1px solid #fff; margin: 0 auto; padding: 0; background: #333 url('/images/hvl_bg.jpg') center top repeat-y; }
    #header { display: block; width: 100%; text-align: center; border-bottom: 1px solid #FFF; }
    #col-left { float: left; width: 500px; margin-top: 6px; }
        #photos { display: block; width: 100%; height: 344px; overflow: hidden; }
        p#photo-text { font: bold italic 16px/22px Arial, Helvetica, sans-serif; text-align: center; color: #fff; margin: 0; }
        #site-menu { display: block; width: auto; height: 32px; text-align: center; background-color: #333; border-right: 2px solid #444; }
            #site-menu a { margin: 0 8px; font: normal normal 14px/32px Arial, Helvetica, sans-serif; color: #fff; }
            #site-menu a,
            #site-menu a:visited { text-decoration: none; }
            #site-menu a:hover { text-decoration: underline; }
            #site-menu a:focus { outline: none; }
        #page-content { display: block; width: 98%; padding: 4px; }
            #page-content .textdesc { padding-left: 8px; }
            #page-content .textdesc p:first-child { margin-top: 0; }
    #col-right { float: left; width: 460px; margin-top: 6px; }
        #video-player { display: block; width: 100%; height: 344px; padding: 11px 0; }
        #map-link { display: block; width: 100%; height: 32px; background-color: #333; }
            #map-link span { background: transparent url('/images/map_magnify.png') left top no-repeat; padding-left: 28px; font-size: 22px; line-height: 32px; }
            #map-link span a { color: #FFB32F; font: bold italic 22px/32px Arial, Helvetica, sans-serif; text-decoration: none; }
            #map-link span a:focus { outline: none; }
        #property-info { display: block; width: 98%; padding: 4px; }
            #property-info>p:first-child,
            #property-info>div>p:first-child { margin-top: 0; }
    #footer { background-color: #333; width: 960px; height: 24px; margin: 0 auto; text-align: center; }
        #footer p { margin: 0; }

.textdesc{
    font: normal normal 12px/20px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
}
.title1{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	text-decoration:none;
}
.title2{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-size:36px;
}

a:link,
a:visited,
a:hover { color:#CCCCCC; font-weight:bold; }
a:hover { text-decoration: none; }