@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
	}

body {
	background:transparent url(../images/background1.jpg) repeat;
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #AC9253;
	line-height: 20px;
	height:100%;
	}
	
#mainwrapper {
	/*position:absolute;*/
	width:100%;
	background:transparent url(../images/Background2.jpg) top left repeat-x;
	margin:0px;
	padding:0px;
	height:100%;
	}

#wrapper {
	/*position: inherit;*/
	width:635px;
	background:url(../images/content_background.jpg) repeat-y;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	}
	
#topframe {
	width: 608px;
	margin-left: 13px;
	overflow: hidden;
}
#logo {
	width: 269px;
	float: left;
}
#nav {
	width: 339px;
	float: left;
	background-image: url(../gfx/nav.gif);
}
#headline {
	margin-left: 28px;
	width: 582px;
	text-align: center;
}
#content {
	width: 490px;
	margin-top: 10px;
	margin-left: 77px;
}
#side {
	width: 137px;
	height: 100%;
	float: left;
}
#footer {
	margin-top: 20px;
	margin-left: 10px;
	margin-right:10px;
}
.rollover a {
	float: left;
	display: block;
}
.rollover a:hover {
	visibility: visible;
}
.rollover a:hover img {
	visibility: hidden;
}
a:link {
	color: #AC9253;
}
a:visited {
	color: #957D48;
}
a:hover {
	color: #C6AB64;
}
#jumpnav {
	width: 490px;
	text-align: center;
}

/**************/

.clear {
	clear:both;
	}
#footer {
	margin-top: 20px;
	margin-left: 10px;
	margin-right:10px;
}

#footer img{
	margin-left:auto;
	margin-right:auto;
	}
