@charset "utf-8";
/* CSS Document */

BODY {
	margin: 0px 0px 0px 0px;
background: white;
font-family: arial;
}

DIV.headerBack{
background: white url("./images/headBack.jpg") repeat-x;
}

DIV.header{
background: url("./images/header.jpg") no-repeat;
width: 960px; 
height: 133px;
margin-left: auto; 
margin-right: auto;
}

DIV.footerBack{
background: white url("./images/footerBack.jpg") repeat-x;
margin-top: 30px;
height: px;
}

DIV.footer{
float: left;
padding-left: 15px; 
padding-top: 10px;  
color: white;
font-size: 14px; 
font-weight: bold;
width: 845px; 
height: px; 
margin-bottom: 0px;
margin-top: 40px;
margin-left: auto; 
margin-right: auto;
}

div.clear{
DISPLAY: block;
CLEAR:both;
}


A.menulink:link{
color: white;
font-size: 14px;
font-family: arial;
text-decoration: none;
}

A.menulink:visited {
color: white;
font-size: 14px;
font-family: arial;
text-decoration: none;
}

A.menulink:hover {
color: yellow;
font-size: 14px;
font-family: arial;
text-decoration: none;
}

A.menulink:active {
color: yellow;
font-size: 14px;
font-family: arial;
text-decoration: none;
}
