
/*body { font-size: 62.5%; }*/
/*html>body { font-size: 10px; }*/

body {
	margin:								0;
	padding: 							0;
	background-image: 					url("../image/bg_1.jpg");
	background-repeat: 					repeat-x;
	background-color: 					#D0DFEF;
	font-family: 						Geneva, Arial, Helvetica, sans-serif;
	color: 								#333333;
/*	line-height: 						1.2em;*/  /* 12px */
	font-size:							11px;
	}

img.hoverable:hover {
	opacity:							.6;
}

div#container {
	width:								771px !important;
	width 								/**/:454px;
    margin: 							0 auto;
    text-align:							left;
	}

	div#header_block {
		background-color: 				#fff;
		height: 						99px;
		}
	
	* html div#header_block {
		overflow:						hidden;
	}

	div#middle_block {
	    background-image: 				url("../image/bg_content.png");
	    padding-top:					4px;
		}
	
	* html div#middle_block {
		width:							771px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resource/dart/image/bg_content.png", sizingMethod="scale");
		background:						none;
	}

		div#inner_block{
			margin: 					0px auto;
			width: 						755px;
			position:					relative;
			}

			div#primary_nav_block {
				padding: 				0 8px 0px 8px;
				margin-bottom:			4px;
				background:				#3A3A3A;
				height:					25px;
				text-align:				center;
				}

			div#sidebar_left {
				float:					left;
				width: 					212px;
				}
			
			* html div#sidebar_left {
/*				margin-right:			-3px;*/
			}
			
			div#sidebar_left .sidebar_buttons a {
				margin:					2px 0;
				display:				block;
			}
			
			div#sidebar_left .sidebar_buttons img {
				width:					212px;
			}
			
			div#sidebar_left .sidebar_buttons img.nav {
				height:					35px;
			}
			
			div#sidebar_left .sidebar_buttons img.nav.hoverable:hover {
				opacity:				.85;
			}
			
			/* used on internal pages */
			div#content {
				float: 					left;
				width:					505px;
				margin-left:			30px;
				margin-right:			5px;
				}
				
				#content.navless {
					/* width:				auto; */
					/* width:				100%; */
					width: 				720px;
					margin-left:		15px;
				}
			
			* html div#content {
/*				margin-left:			-3px;*/
			}
			
			div#content_home {
				float: 					left;
				width:					538px;
				margin-left:			4px;
				}

			div#sidebar_right {
				float: 					right;
/*				width:					223px;*/
/*				padding:				50px 0 0 30px;*/
				margin-right:			10px;
				padding:				0 0 1.5em 1.5em;
				}

			div#sidebar_right_home {
				float: 					right;
				width:					243px;
				padding:				50px 0 0 0px;
				margin:					2px 0 0 1em;
				background-image: 		url("../image/thingstodo_block_downeast.jpg");
				background-repeat:		no-repeat;
				}

	div#footer {
		background-image: 				url("../image/footer.png");
		background-repeat:				no-repeat;
		background-position: 			center top;
		}
	
	* html div#footer {
		height: 100%;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/resource/dart/image/footer.png', sizingMethod='crop');
		background:						none;
	}

		div#footer_content {
			padding:					65px 15px 0 15px;
			}



