#head {background: url(bg-head.jpg) no-repeat white; }


body {background: url(bg-body.jpg) repeat white; margin: 0 0 0 0;}
#cont {background: url(bg-main.jpg) repeat-y white; font-family: verdana, tahoma, sans-serif; font-size: 62.5%;}
a:link, a:visited { color: #961; border-bottom: 1px dashed #cc7; text-decoration: none; background: transparent; }
a:visited { }
a:hover { color: #fff; background-color: #654; }

#sidebar { color: #765; float: left; width: 185px; padding: 0px 0 20px 0px; font-size: 1.1em; }
	

	#sidebar ul, #sidebar li { list-style-type: none; line-height: 16px; margin: 0; padding: 0;}
	#sidebar ul { margin-bottom: 10px; }
	#sidebar ul li { font-weight: bold; text-transform: uppercase; background: url(sidebar-bullet.gif) no-repeat 0 3px; padding-left: 15px; }
	#sidebar ul li ul li, 
	#sidebar ul li ol li { display: block; background: url(sidebar-bullet2.gif) no-repeat 0 5px;  padding-left: 12px; font-weight: normal; text-transform: none; }
	#sidebar ul li ul li ul li { margin: 0 0 0 12px; padding: 0; }
	#sidebar ul li p { font-weight: normal; text-transform: none; margin: 6px 0 16px -14px; }
	
	#sidebar ul li#host { background: #d00; color: #fff; border: 0; padding: 1px; text-align: center; }


#main {font-size: 11px;}
#main h2 {font-size: 15px; clear: both; display: block; line-height: 26px;}

#main div.space {border-bottom: 1px dashed #cc7; width: 100%; margin: 30px 0 20px 0;}

