/* CSS Document */
body {
	background-image: url('images/d_only_back.jpg');
	background-position: top center; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	color:#A4A4A4; padding:0px; margin:0px; font:13px/17px Verdana, Arial, Helvetica, sans-serif;
}

div, li, h1, h2, h3, h4, img{margin:0px; padding:0px;}
a {color:#A4A4A4; text-decoration:none;}
a:hover {color:#DDDDDD;}
ul {list-style-type:square;margin:10px; padding:10px;}

/*----TOP PANEL----*/
#header_container {position:absolute; top:0px; left:50%;}

#nearly {width:260px; position:absolute; top:0px; left:0px}
#nearly_text {width:260px; position:absolute; top:160px; left:0px}

#header {width:600px; height:210px; position:relative; left:-300px; text-align: center;}	 /* margin:0 auto; padding:0px 9px 0px 14px;} */

 /* #header img {position:relative; padding:10px 0px 0px 0px;} */
#header img {position:relative; padding:10px 0px 0px 0px; }

.tagline {color:#FFCC00; font:21px/20px Georgia,Times New Roman,Times, serif;}

/*----BODY MIDDLE PANEL----*/
#bodymiddle_container {width:900px; position:absolute; top:200px; left:50%;}
#bodymiddlebig {width:870px; position:relative; left:-435px;}

#bodymiddle {width:400px; position:relative; margin:0 auto; padding:200px 100px; clear:both; }
#bodymiddle h2 {width:400px; height:68px; display:block; color:#FFCC00; font:36px/68px Georgia, Garamond, "Times New Roman", Times, serif; font-weight:bold;} 
#bodymiddle h3 {width:400px; height:60px; display:block; color:#FFCC00; font:30px/60px Georgia, Garamond, "Times New Roman", Times, serif; font-weight:normal;}
#bodymiddle p.lasttext {padding:0 0 25px 0;}
#bodymiddle p span {background:#3B3B3B; color:#fff;}

/*----BOTTOM GRAPHIC HANDLING----*/
#floating_thumbs {text-align:right; position:absolute; bottom:1%; right:1%}
#floating_thumbs img:hover {width:auto; height:auto;}
#floating_thumbs img {width:122px; height:85px}

#bottom_right_corner {position:absolute; bottom:13px; right:10px; text-align: right}

#bottom_left_corner {position:absolute; bottom:13px; left:10px}
#bottom_left_corner img {position:absolute; bottom:60px; left:10px}
#bottom_left_corner img:hover {position:absolute; bottom:61px; left:11px}

