*{ margin:0px; padding:0px; }

html,body{ height:100%; }
body{ background:#4C4C4C url(/images/bg.jpg) center repeat-y; text-align:center; color:#333; font:11px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

#container{ width:760px; margin:0px auto; text-align:left; height:800px;}
#heading{ background:url(/images/heading.jpg) top left no-repeat; height:100px; width:100%; }

#home-top{ height:205px; background:url(/images/home-top.jpg) top left no-repeat; width:100%; }
#top{ position:relative; !important; height:130px; width:100%; background:url(/images/top.jpg) top left no-repeat; }

#nav ul{ width:185px; padding:0px; padding-left:5px; list-style-type:none; background:url(/images/nav-top.jpg) top left no-repeat; margin:0px !important;  }
#nav li{ display:block; width:175px; border-bottom:1px solid #cccccc; }
#nav{ width:185px; float:left; margin-left:15px; height:300px; overflow:visible; position:relative; top:-67px;
      background:url(/images/nav-bottom.jpg) bottom left no-repeat; }
#nav a{ color:#222; font-weight:bold; text-decoration:none; display:block; padding:7px 5px 7px 5px;}
#nav a:hover{ background:#B7C0CA; }
	  
#content{ width:515px; margin-right:10px; float:right; clear:none; background:white; padding-top:20px; }

h1{ color:white; position:absolute; top:20px; left:25px; font-size:18px; font-weight:normal; }
h2{ font-size:24px; font-weight:normal; margin-bottom:10px; }
p{ line-height:18px; margin-bottom:20px; }
