* { padding: 0; margin: 0; }

body {
 height:100%;
 text-align: center;
 background-image: url(images/background.jpg);
 background-repeat: repeat;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
}

p {
 padding: 5px;
}

img
{
position: relative;
top: 10px
}


#wrapper { 
 height: 100%;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 width: 770px;
}

#wrapper2 {
 height: 100%;
 padding: 5px;
 text-align: left;
 margin-left: 305px;
 margin-right: auto;
 
}

#content { 
 padding-bottom: 80px
 position: relative;
 top: 25px;
 height: 100%;
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 770px;
 display: inline;
}

#header {
 border-width: 1px;
 border-style: solid;
 width: 768px;
 position: relative;
 top: 0px;
 text-align: center;
 color: #333;
 float: left;
 height: 320px;
 background: #CCCCCC;
}

#footer { 
 position: relative;
 margin-top: 0px;
 height: 80px;
 clear: both;
 border-width: 1px;
 border-style: solid;
 width: 768px;
 color: #333;
 background: #CCCCCC;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* MENU */
.menu {
  float:left; 
  margin:0; 
  padding:0; 
  width:300px; 
  list-style:none;
  background:rgb(255,255,255);
}

.menu li {
  padding:0; 
  margin:0 0 1px 0; 
  height:40px; 
  display:block; 
}

.menu li a {
  text-align:left;
  height:40px; 
  padding:0px 25px; 
  font:16px Verdana, Arial, Helvetica, sans-serif; 
  color:rgb(0,0,0); 
  display:block; 
  background:url('images/MenuImages.png') 0px 0px no-repeat; 
  text-decoration:none;
}

.menu li a:hover {
  background:url('images/MenuImages.png') 0px -40px no-repeat; 
  color:rgb(255,255,255);
}

.menu li a.active, .menu li a.active:hover {
  background:url('images/MenuImages.png') 0px -80px no-repeat; 
  color:rgb(0,0,0);
}

.menu li a span {
  line-height:40px;
}

/* END MENU */
