/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#f5f4d9 url(/gfx/summer/bg_container_2.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

h1 { 
	font-size:1.5em;
	margin:0px;
	margin-bottom:5px;
}

h2 {
	font-size:1.2em;
}

h1, h2 {
	color:#636363;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

a {
	border:0px;
}

img {
	border:0px;
}



div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:816px;
	

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:814px;
	height:370px;
	float:left;
}

div#header_top {
	width:816px;
	height:61px;
	float:left;
}

div#header_top_left {
	width:8px;
	height:62px;
	float:left;
}

div#header_top_body {
	width:816px;
	height:61px;
	float:left;
	background:url(/gfx/summer/bg_header_top_body.gif) no-repeat top left;
}

div#header_top_right {
	width:8px;
	height:62px;
	float:left;
}

div#header_body {
	width:812px;
	height:278px;
	float:left;
}

div#header_body_left {
	width:8px;
	height:270px;
	float:left;
	background:#fff url(/gfx/summer/bg_header_body_left.jpg) no-repeat top left;
}

div#header_body_body {
	width:816px;
	height:277px;
	float:left;
	border-bottom:1px solid #787878;
	/*background:#fff url(/gfx/summer/bg_header_body_body.jpg) no-repeat top left;*/
}

div#header_body_body_top {
	width:816px;
	height:8px;
	float:left;
	border-bottom:1px solid #787878;
}

div#header_body_body_bottom {
	width:814px;
	height:269px;
	float:left;
	background:#f5f4d9 url(/gfx/summer/bg_container_slider.gif) repeat-x;
	border-bottom:1px solid #787878;
	border-left:1px solid #787878;
	border-right:1px solid #787878;
}

div#header_body_right {
	width:8px;
	height:270px;
	float:left;
	background:#fff url(/gfx/summer/bg_header_body_right.jpg) no-repeat top left;
}

div#header_bottom {
	width:814px;
	float:left;
	border-top:1px solid #787878;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

div#header_bottom_left {
	width:8px;
	height:36px;
	float:left;
	background:#fff url(/gfx/summer/bg_header_bottom_left.jpg) no-repeat top left;
}

div#header_bottom_body {
	width:814px;
	height:29px;
	float:left;
	background: url(/gfx/summer/bg_header_bottom_body.gif) repeat-x top left;
}

div#header_bottom_right {
	width:8px;
	height:36px;
	float:left;
	background:#fff url(/gfx/summer/bg_header_bottom_right.jpg) no-repeat top left;
}

div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

div#content {
	float:left;
	clear:both;
	width:816px;
	font-size:12px;
	color:#555;
}

div#content_left {
	clear:none;
	width:570px;
}

div#content_left ul {
	margin-left:0px;
	padding-left:15px;
}

div#content_right {
	width:216px;
	
}

div#content_right_news {
	padding:10px;
	float:right;
	width:200px;
	height:100px;
	background:#e59b00;
	margin-bottom:25px;
}

div#content a {
	text-decoration:none;
	color:#4E8029;
}

div#content ul {
	margin-top:10px;
}

div#content a:hover {
	text-decoration:underline;
}

#content_holder {
	border-collapse:collapse;
	width:812px;
	vertical-align:top;
	margin-bottom:20px;
}

div#footer {
	position:absolute;
	width:812px;
	bottom:0; /* stick to bottom */
	height:16px;
	text-align:center;
	border-top:1px solid #fff;
	background:#fff url(/gfx/summer/bg_container.jpg) repeat-y;
}

.footerlink {
	color:#fff;
	text-decoration:none;
}

.footerlink:hover {
	color:#fff;
	text-decoration:underline;
}


.left_image {
	position:absolute;
	z-index:0;
	width:417px;
	height:379px;
	background:url(/gfx/summer/canadian_leaf.gif) no-repeat top left;
	float:left;
	margin-top:340px;
	margin-left:0px;
	left:0px;
}

.right_image {
	position:absolute;
	z-index:0;
	width:472px;
	height:500px;
	background:url(/gfx/summer/canadian_leaf_right.gif) no-repeat top right;
	float:right;
	margin-top:360px;
	margin-right:px;
	right:0px;
}






