
*, body {
	margin: 0;
	padding: 0;
}
	
body {
	font-family: arial;
	background: #E8FFB7 url( ../images/bg-header2.jpg ) repeat-x;
}

html, body {
	height: 99%;
}

#non-footer {
	height: 99%;
	width: 960px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	margin-top: -22px;
	padding: 10px 0 10px 0;
	clear: both;
	text-align: center;
	background-color: #533604;
}

#content {
	float: left;
	margin-left: 30px;
	width: 890px;
}

#header {
	float: left;
	width: 100%;
	height: 105px;
	background: url( ../images/logo.jpg ) no-repeat 10px 6px;
}

#menu {
	float: left;
	width: 100%;
	height: 50px;
}

#header form {
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	width: 250px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin: 10px 10px 0 0;
}

#header form div {
	clear: right;
	padding: 2px;
	width: 100%;
}

#header form * {
	float: right;
}

#header form p {
	margin-right: 5px;
}

/* ----------------------------------------------------------------------------
	Content Border
   --------------------------------------------------------------------------*/

#top-corner-box {
	float: left;
	width: 100%;
	margin-top: 15px;
}

#bottom-corner-box {
	float: left;
	width: 100%;
}
		
#topLeft {
	height: 25px;
	width: 27px;
	float: left;
	background: transparent url( ../images/bg-top-left.png ) no-repeat;
}

#topMiddle {
	width: 904px;
	height: 25px;
	float: left;
	background: transparent url( ../images/bg-top-middle.png ) repeat-x;
}

#topRight {
	width: 29px;
	height: 25px;
	float: left;
	background: transparent url( ../images/bg-top-right.png ) no-repeat;
}

	
#middle-box {
	float: left;
	clear: both;
	background: transparent url( ../images/bg-middle.png ) repeat-y;
	width: 960px;
	min-height: 450px;
}

#bottomLeft {
	height: 28px;
	width: 27px;
	float: left;
	background: transparent url( ../images/bg-bottom-left.png ) no-repeat;
}

#bottomMiddle {
	width: 904px;
	height: 28px;
	float: left;
	background: transparent url( ../images/bg-bottom-middle.png ) repeat-x;
}

#bottomRight {
	width: 29px;
	height: 28px;
	float: left;
	background: transparent url( ../images/bg-bottom-right.png ) no-repeat;
}

