body {
	background-image:url(images_template/page.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	width:760px;
	height:200px;
	margin:0 auto 0 auto;
	padding:0;
	background-color:#72b8a9;
	background-image:url(images_template/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#wrapper {
	width:760px;
	min-height:400px;
	margin:10px auto 0 auto;
	background-image:url(images_template/apples.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#wrapper_bottom {
	width:760px;
	height:1px;
	clear:left;
}


#main {
	width:540px;
	margin:0 0 0 217px;
	padding:0 0 20px 0;
}


/*   NAVIGATION   */

#nav {
	width:180px;
	float:left;
}

#nav_top {
	width:180px;
	height:12px;
	margin:0 0 1px 0;
	background-color:#cce0eb;
}

#nav_bottom {
	width:180px;
	height:12px;
	margin:0 0 200px 0;
	background-color:#cce0eb;
}

#nav ul {
	color:#006699;
	margin:0;
	padding:0;
	font-size:medium;
	line-height:140%;
}

#nav li {
	width:100%;
	list-style-type:none;
	text-align:center;
	margin: 0 0 1px 0;
}

#nav li a:link,#nav li a:active,#nav li a:visited {
	width:172px; 
	padding:6px 4px 6px 4px;
	display: block;
	background-color:#e5f2f0;
	text-decoration:none;
	color:#006699;
}

#nav li a:hover {
	width:172px;
	padding:6px 4px 6px 4px;
	display: block;
	background-color:#e5eff5;
	text-decoration:none;
	color:#006699;
}

/*   NAV SUBMENU   */

#nav ul li ul {
	color:#006699;
	margin:0;
	padding:0;
	font-size:small;
	line-height:120%;
	font-style:italic;
}

#nav ul li ul li {
	width:100%;
	list-style-type:none;
	text-align:center;
	margin: 0;
}

/*   FOOTER   */

#footer_top {
	width:760px;
	height:12px;
	margin:1px auto 1px auto;
	background-color:#006699;
	clear:left;
}

#footer {
	width:740px;
	margin:1px auto 1px auto;
	padding:10px;
	background-color:#66b4a4;
	text-align:center;
	color:#d9ece8;
}

#footer_nav {
	margin-bottom:1em;
}

#footer_legal {

}

#footer ul {
	margin:4px 0 6px 0;
}

#footer li {
	list-style-type:none;
	margin:0.5em;
	display:inline;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#d9ece8;
}

#footer a:hover {
	text-decoration:none;
	color:#ffffff;

}

/*   LINKS   */

a:link, a:active, a:visited {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#003399;
	text-decoration:underline;
}


/*   TURN OFF NOT PRINTING ITEMS   */

#header_print {
	display:none;
}

#footer_print {
	display:none;
}