body {
background-image: url("images/background.jpg");
background-attachment:	fixed;
background-size: 		cover;
padding-top:    		15px;
font-family:			verdana;
font-size:				14px;
font-weight:			normal;
text-align:				left;
color:					black;}



html {height: 101%}
img {border: 0px;}


h1 {font-size: 23px;	color:  blue;  padding-top: 30px; margin-top: 0px;  margin-left: 20px;  margin-bottom: 30px;}   
h2 {font-size: 15px;	color:  blue;  margin-top: 0px;  margin-bottom: 10px;}   
h4 {font-size: 14px;	color:  black;  font-weight: normal; font-style: italic; margin-top: 0px;  margin-bottom: 0px;}   



a:link, a:visited, a:active  {font-size: 15px; text-decoration: none;  color: white;}
a:hover   {text-decoration: none;  color: black;}

a.two:link, a.two:visited, a.two:active  {font-weight: bold;  text-decoration: none; color: red;}
a.two:hover   {text-decoration: underline; color: blue;}

a.three:link, a.two:visited, a.two:active  {font-weight: bold;  text-decoration: none; color: #bbbbbb;}
a.three:hover   {text-decoration: underline; color: blue;}



#container {
background-color:		white;
width:					961px;
margin:					auto;
border:					0px solid black;}



#header {
width:				100%;}



.menubar {
width:				962px;
height:				40px;
background-color:	red;
font-weight:		bold;
text-align:			left;
padding-left:		15px;}




#slideshow { 
border:				1px solid black;
margin-bottom: 		30px;}





/* ======================================================================= */

/* Create equal columns that floats next to each other */
.column {
    float:			left;
    width:			440px;
    padding-left:	18px;
    padding-right:	18px;}
    

/* Clear floats after the columns */
.row:after {
    content:  "";
    display: table;
    clear:   both;}

/* ======================================================================= */



#footer {
width:				100%;
text-align:			center;
margin-top:			20px;
margin-bottom:		30px;}




z {}