
		* { }
		body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #77787b;
			background: url(../gfx/head.jpg) no-repeat top left #ffffff;
			margin: 0;
			padding: 0;
		}
		
		body ul {
		}
		
		body ul a {
		}
		
		#left {
			width: 280px;
			float: left;
			margin-right: 20px;
			text-align: center;
			padding: 30px 0 0 0;
		}
		#right {
			width: 425px;
			float: left;
			margin-top: 50px;
			line-height: 160%;
		}
		#right a {
	color: #ff33cc;
	text-decoration: none;
		}
		#right a:hover {
			text-decoration: underline;
		}
		#left ul li {
			display: inline;
			border-right: 1px solid;
			padding-left: 5px;
			padding-right: 5px;
		}
		#left ul li#last {
			border: 0px;
		}
		#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: 1px solid #990066;
			margin: 0 20px 0 0;
		}
		
		a:hover img {
			border: 1px solid #FFCCFF; 	
		}
		
		a:visited img {
			border: 1px solid #990066;
	    }
	
		#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: 14px;
			text-transform: none;
			font-weight: normal;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #CCCCCC;
		}
		
	
		#navigation {
			color: #990066;
		}
		#navigation a{
			color: #990066;
			text-transform: uppercase;
			font-size: 14px;
			text-decoration: none;
			letter-spacing: 2.5px;
		}
		#navigation a:hover {
			color: #ff33cc;
		}
		#sub-navigation {
			color: #77787b;
			text-align: center;
		}
		#sub-navigation a {
			color: #ff33cc;
			font-size: 13px;
			text-decoration: none;
		}
		#sub-navigation a:hover {
			color: #77787b;
			text-decoration: underline;
		}
		
		
		#footer {
			clear: both;
			margin-left: 300px;
			color: #aaa;
			
			border-top: 1px dotted #ccc;
			width: 425px;
		}
		
		#footer a {
		color: #aaa;
		text-decoration: none;
		}
		
		#footer a:hover {
		color: #aaa;
		text-decoration: underline;
		}
		
		#highlight {
	background-color: #e4e4e4;
		}


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