/* CSS Document */

body {
	min-width:auto;
	min-height:auto;
	background-image:url(images/bg.jpg);

	
	
}


#wrapper {
	width: 850px;
	padding:0px;
	border:solid;
	border-width:1px;
	border-color:#006600;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	background-color:#FFFFCE;
	
}


#header{
	width: 850px;
	height: 330px;
	float:left;

}

#navi {
	width: 170px;
	height: 461px;
	float:left;
}

#content{
	width: 680px;
	float:left;
}

#footer{
	width:850px;
	height:34px;
	float:left;

}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	margin-left:2%;
	margin-right:2%;

}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	margin-left:2%;
	margin-right:2%;

}

.floating-right-image {
	float:right;
}

.floating-left-image {
	float:left;
}

