@charset "utf-8";
/* CSS Document */

body { 
    background-color: #ffe5cc;
	background-image: url('images/background.gif');
	background-position: top left;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
}

#header img {
    position: absolute;
	top: 0px;
	left: 0px;
}

#content {
	/*background-image: url('images/content-background.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	
    position: absolute;
    top: 110px;
	left: 0px;
	margin: 0;
	padding-left: 20px;
	width: 800px;
	
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
}

#contact h1 {
    padding-bottom: 0;
}

#content table td img {
   border: #fff 2px solid;
}

#content a {
	color: #FF7F00;
	background-color: #ffffff;
}

#content a:visited {
    color: #666666; 
	background-color: #ffffff;
}

#content a:hover {
    color: #ffffff;
    background-color: #FF7F00; 
}


#nav {
    position: absolute;
	top: 80px;
	left: 260px;
	width: 540px;
}

#nav a img {
    border: none;
}

.footertext {
    font-size: 0.8em;
	color: #666666;
}

