
		* { }
		body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #77787b;
			background: url(../gfx/head2010.gif) no-repeat top left #ffffff;
			margin: 0;
			padding: 0;
		}
		
		body ul {
		}
		
		body ul a {
		}
		#container {
			position: absolute;
			top: 30px;
			width: 900px;
		}
		#left {
			width: 280px;
			float: left;
			margin-right: 20px;
			text-align: center;
			padding: 200px 0 0 0;
		}
		#right {
			width: 470px;
			float: left;
			margin-top: 40px;
			padding: 0 0 30px 0;
			line-height: 160%;
		}
		#right a {
			color: #3399cc;
			text-decoration: none;
		}
		#right a:hover {
			color: #990066;	
			text-decoration: underline;
		}
		#right ul#page-numbers li {
			display: inline;
			padding-left: 5px;
			padding-right: 5px;
			font-size: 16px;
		}
		#right ul#page-numbers li a {
			color: #939598;
		}
		#right ul#page-numbers li a:hover {
			text-decoration: none;
			color: #77787b;
		}
		#right ul#page-numbers li#current-page {
			font-weight: bold;
		}
		
		a img { 
			border: 0px;
		}
		
		a:hover img {
			border: 0px; 	
		}
		
		hr {
			height: 1px;
			color: #77787b;
			width: 470px;
			border: none 0;
			border-top: 1px dotted #77787b;
			text-align: left;
			margin: 10px 0 0 0;
		}
	
		#right .floatleft {
			float: left;
			padding: 10px;
			margin: 0;
		}
		
		h1 {
			color: #990066;
			font-size: 16px;
			font-weight: normal;
		}
		
		h2 {
			color: #666666;
			font-size: 12px;
			font-weight: bold;
		}
		
		h3 {
			color: #666666;
			font-size: 14px;
			text-transform: none;
			font-weight: bold;
		}
		
		h4 {
			color: #666666;
			font-size: 12px;
			font-family: verdana, sans-serif;
			text-transform: none;
			font-weight: normal;
		}	
		#navigation {
			color: #990066;
			font-family: verdana, sans-serif;
			font-weight: normal;
			font-size: 12px;
			letter-spacing: 2px;
			text-transform: lowercase;			
		}
		#navigation ul li {
			border-right: 1px solid;
			padding: 0 20px 10px 0;
			text-align: right;
			list-style-type: none;
		}
		#navigation a {
			color: #3399cc;
			text-decoration: none;
		}
		#navigation a:hover {
			color: #990066;
			text-decoration: underline;
		}
		#sub-navigation {
			color: #77787b;
		}
		#sub-navigation a {
			color: #77787b;
			font-size: 13px;
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		#sub-navigation a:hover {
			color: #77787b;
			text-decoration: underline;
		}
		
		#footer {
			clear: both;
			margin-left: 300px;
			color: #77787b;		
			border-top: 1px dotted #77787b;
			width: 470px;
		}
		
		#footer p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #77787b;
			line-height: 160%;
		}
		
		#footer a {
		color: #3399cc;
		text-decoration: none;
		}
		
		#footer a:hover {
		color: #990066;	
		text-decoration: underline;
		}
		
		#footer sponsor {
			color: #666666;
			font-size: 11px;
			text-transform: none;
			font-weight: normal;
		}
		
		#highlight {
	background-color: #e4e4e4;
		}


/**** admin ****/
form {
    clear:both;
}
form textarea {
    width:500px;
    height:300px;
}