/* CSS Document */

body {
	font-size:15px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	background: #0066CC;
	padding:0px;
	margin:10px 10px 0px 10px;
	}
p,h1,h2,h3,pre {
		margin:0px 10px 10px 10px;
		}
			
 a:link, a:visited
{ 
  text-decoration:none;
  color:#0066CC;
  
}
a:active, a:hover
{ 
  color:#003399;
  background-color:#99ccff;
}

a.menu:link, a.menu:visited
{ 
  font-size:15px;
		font-weight: bold;
		color:#8B4500;
}
a.menu:active, a.menu:hover
{ 
  font-size:15px;
  color:#964514;
  background-color:#99ccff;
  font-weight: bold;
}

a.text:link, a.text:visited
{ 
  font-size:13px;
		
		color:#FFCC00;
}
a.text:active, a.text:hover
{ 
  font-size:13px;
  color:#964514;
  background-color: #99ccff;
  
}

a.author:link, a.author:visited
{ 
  font-size:13px;	
  color:#FFF;
}

a.author:active, a.author:hover
{ 
  font-size:13px;
  color:#FFCC00;
  background-color: #99ccff;
  
}

a.mail:link, a.mail:visited
{ 
  font-size:13px;
		font-weight: bold;
		color:#8B4500;
}
a.mail:active, a.mail:hover
{ 
  font-size:13px;
  color:#ff0000;
  background-color: #99ccff;
  font-weight: bold;
}				
	
	h1 {
		font-size:22px;
		text-align: center;
		color:#964514;
		}
		
		h2 {
		font-size:20px;
		text-align: center;
		color:#964514;
		}
		
		h3 {
		font-size:18px;
		text-align: Center;
		color:#964514;
		}
	
		
		.menu {
		text-align: center;
		
		
		}
		
		.front {
		font-size:16px;
		font-weight: bold;
		color:#964514;
		}
					
		.headline {
		font-size:16px;
		font-weight: bold;
		color:#CC3333;
		}			
		
		.tiny {
		font-size:10px;
		color:#000;
		text-align: center;		
		}
		
		.active {
		font-weight:bold;
		
		}
			
				
		
	.works {
		font-size:15px;
		padding: 10px;
		text-align: center;
		
		}
		
		
		
		.textbold {
		font-size:13px;
		font-weight:bold;
		line-height: 130%;
		padding: 10px;
		color:#FFF;
		
		}
		.textleft {
		font-size:13px;
		line-height: 130%;
		padding: 10px;
		color:#FFF;
		
		}
		
		.headleft {
		font-size:13px;
		color:#FFF;
		text-align:left;
		
		}
		
		.int {
		font-size:15px;
		font-weight: bold;
		text-align:center;
		color:#8B4500;
		
		
		}
				
	
	#leftcontent {
		position: absolute;		
		left:10px;
		top:100px;
		width:156px;
		background:#0066CC;
		border:1px solid #0066CC;
		}

	#centercontent {
		background:#FFCC00;	
   		margin-left: 168px;
   		margin-right:168px;
		margin-top: 0px;
				
		
		}
		
		#rightcontent {
		position: absolute;	
		right:0px;
		top:100px;
		width:156px;
		
		border:1px solid #0066CC;
		}
	
	#header {
		margin-bottom:10px;
		background: #7EC0EE;
		height:80px;
		border:1px solid #0066CC;
		}
		
		#footer {
		background: #7EC0EE;
		height:50px;
		border:1px solid #0066CC;
		}		
		
	
