body {
	margin: 0px;  
	background-color: #ffffff; 
	background-image: url(bg.jpg);
	background-repeat:repeat;

}
 

#background {

	position: absolute;
	left: 0px; 
	top: 0px; 

}


#content {
	position: absolute;
	padding-bottom: 20px;
	line-height: 15px;
	height: 220px;
	left: 17px;
	top: 196px;
	width: 362px;

}

#nav {
	position: absolute;
	top: 31px;
	left: 597px;
	width: 106px;
	height: 131px;
	}



#header {
    background: url(header.png);
	height: 116px; 
	margin: 0px; 
	padding: 10px 10px 0px 10px;}

#header A {
    text-decoration: none;
    letter-spacing: 2px;
    font: 11px Georgia;
    font-style: italic;
	color: #0098cb;
    text-transform: lowercase;
	line-height: 200%; 
    }

#header A:hover {

	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
	color: #f58169;}
