html { background: #111 }
body { background: #111; color: #999; font: 1em "Tahoma"; font-size: 62.7% }
#wrap { margin: auto; padding: 0px 50px 50px 50px; width: 650px; background: #111 }

#header { float: left; display: block; width: 100%; height: 235px; background: #111 url('./site_gfx/noxin_header.gif'); background-repeat: no-repeat }

.box { display: block; margin: 5px 0px 15px 0px; background: #333 url('./site_gfx/box_back.jpg'); background-repeat: repeat-x; width: 100% }
img { padding: 0px; margin: 0px }

#nav { float: left; width: 100%; padding-top: 20px; margin: 0px }
	  #nav ul { float: left; margin: 0px; padding: 0px }
	  #nav li { list-style-type: none; float: left; display: block }
	  #nav a { font: 1.4em "Palatino Linotype"; font-weight: bold; color: #999; margin: 0px; padding: 5px 10px 5px 10px; text-decoration: none }
	  #nav a.current { background: #bbb; color: #111 }
	  #nav a:hover { background: #444 }	  

#side { float: left; width: 200px; margin: 0px; padding: 0px }
	  #side .tour_date { font-weight: bold; padding: 10px 0px 0px 0px }
	  #side .tour_desc { font-style: italic }	  
	  
	  #side h2 { font: 1.4em "Georgia"; font-weight: bold; color: #eee; padding: 10px 10px 0px 10px; margin: 0px }
	  #side img { padding: 10px 10px 0px 0px; margin: 0px }
	  #side ul { color: #ccc; padding: 5px 10px 10px 10px; margin: 0px }
	  #side li { list-style-type: none; border-top: 1px solid #666; padding: 2px 0px 2px 0px }	  	  	  

	  #side a { display: block; color: #4699d9; text-decoration: none }
	  #side a.inline { display: inline }	  
	  #side a:hover { color: #eee; text-decoration: none }
	  #side a.inline:hover { color: #eee; text-decoration: underline }	  	  
	  
	  #side img { border: 0px }  
	  
#content { float: right; width: 440px; background: #111; margin: 5px 0px 15px 0px; padding: 0px }
	  #content p { font: 1.1em "Trebuchet MS"; padding: 0px 0px 10px 20px; color: #eee; margin: 0px; line-height: 1.5em; text-align: justify }
	  #content h2 { font: 2em "Georgia"; font-weight: bold; color: #cba32a; margin: 0px; padding: 10px 0px 5px 20px; margin: 0px }
	  #content h3 { font: 1.2em "Georgia"; font-weight: bold; color: #cba32a; margin: 0px; padding: 10px 0px 5px 20px; margin: 0px }	  
	  #content a { color: #4699d9; text-decoration: none }
	  #content a:hover { color: #79ccfc; text-decoration: underline }	  
	  #content input { background: #222; border: 1px solid #666; color: #ddd }
	  #content textarea { background: #222; border: 1px solid #666; color: #ddd }	  
	  #content img { border: 1px solid #666; padding: 2px }
	  #content li { font-size: 1.2em }
	  
#footer { float: left; background: #111; width: 100%; border-top: 1px solid #333; padding-bottom: 20px }
	  #footer p { text-align: center; padding: 6px 0px 0px 0px; margin: 0px }
	  #footer a { color: #4699d9; text-decoration: none }
	  #footer a:hover { color: #eee; text-decoration: underline }	  	  
	  