﻿* 
{
	margin:	0;
	padding: 0;
}

body
{
	font-family: Trebuchet MS, Tahoma;	
	color: #4E6F8E;
	font-size: 9pt;
}

a, a:visited, a:active
{
	color: #6E8FAE;		
	
}

a:hover
{
	color: #2A4975;	
}

hr
{
	height: 0px;
	border: solid 0.5px #6E8FAE;
}

h3
{
	
	text-align: right;
	font-size: 13pt;
	margin-bottom: 5px;	
	color: #D2DCF2;
	font-family: Verdana;
}



/* menu items */
a#news 
{
	font-size: 0px;
	display: block; 
	width: 280px;
	height: 39px; 
    background: url(gfx/news.jpg) top left no-repeat; 
}

a:hover#news 
{ 
	background-position: 0 -39px;  
}


a#about_me 
{
	display: block; 
	width: 280px; 
	height: 36px; 
    background: url(gfx/about.jpg) top left no-repeat; 
}

a:hover#about_me 
{ 
	background-position: 0 -36px;  
}


a#the_ui 
{
	display: block; 
	width: 280px; 
	height: 37px; 
    background: url(gfx/ui.jpg) top left no-repeat; 
}

a:hover#the_ui 
{ 
	background-position: 0 -37px;  
}

a#my_galleries 
{
	display: block; 
	width: 280px; 
	height: 37px; 
    background: url(gfx/galleries.jpg) top left no-repeat; 
}

a:hover#my_galleries 
{ 
	background-position: 0 -37px;  
}

a#things_that_i_do 
{
	display: block; 
	width: 280px; 
	height: 37px; 
    background: url(gfx/things.jpg) top left no-repeat; 
}

a:hover#things_that_i_do 
{ 
	background-position: 0 -37px;  
}

a#contact_me 
{
	display: block; 
	width: 280px; 
	height: 39px; 
    background: url(gfx/contact.jpg) top left no-repeat; 
}

a:hover#contact_me 
{ 
	background-position: 0 -39px;  
}

/* end menu items */

ol
{
	margin-left: 25px;
}

li
{
	margin-bottom: -5px;
}

#persons a
{
	 color: #3E5F7E;
	 text-decoration: none;
}

#works a
{
	 color: #5E7F9E;
	 text-decoration: none;
}

#persons a:hover, #works a:hover
{
	 color: #6F8FFF;
}

.comments
{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

.comments a
{
	text-decoration: underline;	
}

.commenter
{
	color: #D2DCF2;	
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 4px;
}

.commenter a
{
	color: #D2DCF2;	
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 4px;
	text-decoration: none;
}

.comment_text
{
	margin-left: 10px;
}