
html{
		
background:#ffffff;
  	
background-image:url('images/bg.jpg');

background-repeat: repeat-x;
		
font-family:Arial;
	
}

	
body {
		
text-align:center;
	
}
	
	

#frame {
		
width:880px;
		
margin-right:auto;
		
margin-left:2px;
			
margin-top:0px;
			
padding: 0px;
			
float:left;
			
text-align:left;
		
}

		
	
#contentleft {
		
width:98px;
		
height:175px;
		
padding: 0px;
		
margin-top:0px;
		
margin-right:10px;
		
text-align:center;
		
border-style: solid;
		
border-width: 1px;
		
float:left;
		
background:#eee;
		
}
	

#contentleft p {
		
margin-top:18px;
		
}
	
		
	
#contentcenter {
		
width:598px;
		
height:598px;
		
margin-top:0px;
		
border-style: solid;
		
border-width: 1px;
		
padding:0px;
		
float:left;
		
background:#eee;
		
}
	

#contentcenter img{
		
display: inline;
  	
margin: 3px;
  	
border: 1px solid #ffffff;
		
}
	

#contentright {
		
width:148px;
		
height:300px;
		
margin-left:10px;
		
margin-top:0px;
		
padding:0px;
		
border-style: solid;
		
border-width: 1px;
		
float:left;
		
background:#eee;
		
}
	

#contentright pre{
		
text-align:center;
		
}
	

	
#contentheader {
		
text-align:center;
		
padding: 10px;

margin-left:-285px;
margin-top:-18px;
margin-bottom:-10px;
		
}
	
	
	
p,h1,pre {
		
margin:0px 10px 10px 10px;
		
}
	
	
	
h1 {
		
font-size:14px;
		
padding-top:10px;
		
}
	
	
	
#contentheader h1 {
		
font-size:30px;
		
padding:10px;
		
margin:0px;
		
}
	

	
#contentright p { 
	
margin:-20px 0px 0px 20px;
	
font-size:10px;
	
}
	

	
#contentright h2 { 
		
text-align:center;
		
margin-top:10px;
		
font-size:14px;
		
font-style:italic;
	
}
	

	
#contentright ul{
		
font-size:10px;
		
list-style-type: circle;
		
margin: 8px 0px 40px 30px;
	
}
	

	
h1 {
		
font-size:20px;
		
padding-top:10px;
	
}

	

h2 {
		
text-align:center;
		
font-size:14px;
		
font-style:italic;
	
}
	

a:link {color: black}
	a:visited {color: black}
	a:hover {color: #00cc00}