/* CSS Document */

div.nav { background-image:url(images/navback.jpg); background-repeat:repeat-y; padding: 20px; padding-top:50px; width: 202px; position:fixed; left: 0; top: 0; right: 0; bottom: 0; z-index:3;}

body {
   text-align: center;
   }
div.background { 
	background-image:url(images/background.gif); width: 887px; height: 1000px; position: relative; margin: 0 auto; top:-8px;
	}
div.nav { width: 330px; height:76px; position: relative; top: 30px; left:572px;
	}

div.main {
	width: 526px; height:auto; position: absolute; top: 164px; left: 45px;
	}
div.sidebar {
	width: 253px; height:auto; position: absolute; top: 164px; left: 593px;
	}
div.index {
	width: 526px; height:auto; position: absolute; top: 81px; left: 45px;
	}
	
a:link { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:10px; color: #999999; text-decoration: none;}
a:hover {text-decoration:underline;}
a:hover:visited {text-decoration:underline;}
a:visited {color: #BAB2B8; text-decoration:none;}

p.body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color: #333333}
p.welcome {font-size:10px;}
p.news {font-size:10px;}
p.news:first-line {color: #999999;}
p.fine {font-size:xx-small; color: #999999;}

