@import url("style.css");	

body {background:#e7f6fc url(images/screen/body.png) top repeat-x; color:#000;}
	
	h1, h2, h3, h4, h5, h6 {color:#913000;}
	
	a {color:#09696e;}
	a:visited {color:#1b8d93;}
	a:hover {color:#99480d;}
	
	table th {background:#ddedf3;}
	table td {background:#f4f0e2;}
	
	/* header */
	
	div#header {background:url(images/screen/header.png) top left;}
	div#header h2 span {background:url(images/screen/header.png) top left;}

	/* nav */
	ul#nav {background:#953c11 url(images/screen/body.png) left -128px repeat-x;}
	ul#nav li {background:url(images/screen/nav-line.png) right top repeat-y;}
	ul#nav li a {color:#fff;}
	ul#nav li a:hover {background:url(images/screen/nav-hover.png) center bottom repeat-x;}
	
	/* hands */
	
	span#hands {background:url(images/screen/hands.png); display:block; width:168px; height:30px; position:absolute; top:128px; left:-2px;}
	
	/* col1 */
	
	ul.menu li a {background:url(images/screen/bullet-2.png) 122px center no-repeat;}
	ul.menu li a:hover {background-image:url(images/screen/bullet-3.png);}

	/* content */
	
	div#content {background:#fff url(images/screen/content-middle.png) top left repeat-y;}
	
	span#content-top {background:url(images/screen/content-top.png) top left no-repeat;}
	span#content-bottom {background:url(images/screen/content-bottom.png) bottom left no-repeat;}
	
	div#content ul li {list-style-image:url(images/screen/bullet-1.png);}
	
	div.box {background:#f4f0e2;}
	
	/* footer */
	
	div#footer p {border-top:5px solid #0074a6; color:#666;}
	div#footer #footer-sitemap {background:url(images/screen/icon-sitemap.png) left 1px no-repeat;}	
	div#footer #footer-contact {background:url(images/screen/icon-contact.png) left 4px no-repeat;}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
