body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0066ff;
	color: #000000;
	background-image: url(background-repeatx.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#wrapper {
padding: 0px;
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
    border-bottom: 0px solid #ececec;
	
	background-image: url(exterior.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
	
}

#header {
	display: none;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-weight:normal;
	color: #cb352d;
	font-size: 190%;
	position:absolute;
	bottom: 4px;
	right: 0;
	top: 105px;
}

#content {

	
position:absolute;
left:0px;
top:0px




}

/*HACK FOR IE6 AND BELOW */
* html #content {
	height: 300px

}

#content p {
	font-size: 80%;
	line-height: 1.8em;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-weight:normal;
	color: #cb352d;
	font-size: 110%;
	position:relative;
	
}

#content ul {
	
	
	padding: 0px;
	border: none;

}

#content li {
	font-size: 90%;
}


#content a:link, #content a:visited {
	color: #cb352d;
    background-color:transparent;
    display:block;
   
    padding: 0em 0 0.1em 0;
    text-decoration:none;
}

#content a:hover {
	color: #999;
}






#navigation {
display: none;

}

#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 10px;
	border: none;
		background-image: url(nav-bg.jpg);
	background-repeat:no-repeat;
}

#navigation li {
	font-size: 90%;
}

#navigation a:link, #navigation a:visited {
	color: #cb352d;
    background-color:transparent;
    display:block;
    border-bottom: 1px solid #999;
    padding: 1em 0 0.2em 0;
    text-decoration:none;
}

#navigation a:hover {
	color: #999;
}


#footer {
display: none;
}
