body { 
background-image: 
url('images/bkgnd.jpg'); 
background-repeat: 
no-repeat; 
background-attachment: 
fixed; 
font-family: Arial,Helvetica,sans-serif; 
font-size: 0.8em; 
} 
.header { 
width: 746px; 
height: 133px; 
border-style: solid; 
border-top-width: 2px; 
border-left-width: 2px; 
border-right-width: 2px; 
border-bottom-width: 0px; 
margin: 0 auto 0 auto; 
} 

.header h1 { 
margin: 0px; 
background: url('images/logo.png') top left no-repeat; 
} 

.header h1 a { 
display: block; 
text-indent: -5000px; 
text-decoration: none; 
width: 746px; 
height: 133px; 
} 

.mainmenu { 
width: 746px; 
height: 30px; 
border-style: solid; 
border-top-width: 0px; 
border-left-width: 2px; 
border-right-width: 2px; 
border-bottom-width: 0px; 
margin: 0 auto 0 auto; 
} 

.mainmenu ul { 
cursor: default; 
list-style-type: none; 
display: inline; 
margin: 0px; 
padding: 0px; 
} 

.mainmenu li { 
cursor: default; 
list-style-type: none; 
display: inline; 
margin: 0px; 
padding: 0px; 
line-height: 30px; 
} 

.mainmenu li a { 
text-decoration: none; 
font-weight: bold; 
font-size: 1.2em; 
padding: 5px; 
} 

.content { 
padding: 10px; 
width: 726px; 
border-style: solid; 
border-top-width: 0px; 
border-left-width: 2px; 
border-right-width: 2px; 
border-bottom-width: 2px; 
margin: 0 auto 0 auto; 
} 

.content p { 
margin: 0px; 
} 

.content img { 
float: right; 
margin-left: 10px; 
margin-bottom: 10px; 
border: 0px; 
} 

.content iframe { 
float: right; 
margin-left: 10px; 
margin-bottom: 10px; 
} 

h1 { 
font-size: 1.6em; 
margin-bottom: 10px; 
} 

h2 { 
font-size: 1.4em; 
margin-bottom: 10px; 
} 

.minilinks { 
text-align: center; 
font-size: 0.8em; 
} 

.footer { 
width: 746px; 
height: 20px; 
border: 0px; 
margin: 10px auto 20px auto; 
text-align: center; 
font-size: 0.8em; 
} 

a:link, a:visited { 
text-decoration: none; 
} 

a:hover { 
text-decoration: underline; 
}