/* control bg */

/* hide from ie on mac \*/
	html {
		height: 100%;
	}

.bg { background-image: url("middle3.jpg");
        background-repeat: no-repeat;}
		
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #FFFFFF;
}

img{
border: none;
}

h2{
padding-top: 0px;
margin-top: 0px;
font-size:18px;
font-weight: bold;
}

#header {
background: url(bottom.jpg) repeat;
height: 80px;
width: 100%;
color: #FFFFFF;
}

#header a{
color: #FFFFFF;
text-decoration: none;
}

#navigation {
text-align:center;
width: 100%;
border-bottom:1px solid #3E3027;
font-size:14px;
padding: 3px;

}

#navigation a {
color: #3E3027;
text-decoration: none;
}

#navigation a:hover{
color: #003300;
text-decoration: none;
}

#content {
margin: 20px;
line-height:normal;

}

#content a {
color: #3E3027;
text-decoration: none;
}

#content a:hover{
color: #003300;
text-decoration: none;
}


#bottom {
background: url(bottom.jpg) repeat;
height: 35px;;
color: #FFFFFF;
text-align: center;
font-size:14px;
font-weight:bold;
padding-top: 5px;
}

#bottom a{
color:#FFFFFF;
text-decoration:none;
}

#bottom a:hover{
color: #003300;
text-decoration: none;
}

