html {
	height:100.01%;
   	max-height:100.01%;
    padding:0;
   	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 1.2em;
	line-height: 21px;
	font-weight: bold;
	color: #004191;
	margin:0 0 10px -1px;
}
h2 {
	font-size: 1.0em;
	line-height:17px;
	font-weight: bold;
	color: #3F4040;
	margin:0 0 16px -1px;
}

p {
	font-size: 0.8em;
	line-height: 21px;
	font-weight: normal;
	color: #666560;
	margin:0 0 10px 0;
}

#footer {
	padding: 10px;
	text-align: center;
}

#side_wrapper {
	display:block;
	position:relative;
	width:842px;
	margin:0 auto;
	padding-top:0px;
	background-color: #ffffff;	
	border: 0px solid #000000;	
}


/* BEGIN - HEADER */
#header {
	position:relative;
	width: 800px;
	height: 100px;
	border: 0px solid #777777;
}
	
	#header #logo {
		position: absolute;
		left: 5px;
		top: 40px;
		border: 0px solid #dcdada;
	}
	
	#header #main_navigation {
		position: relative;
		left: 5px;
		top: 76px;
		width:790px;
		height:17px;
		font-weight: bold;
		color: #ffffff;
		background-color: #b6b9b2;	
		border: 0px solid #cc0000;	
		font-size: 0.8em;
	}
	
		#header #main_navigation a {
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}
		#header #main_navigation a:hover {
			text-decoration: underline;
		}
		
		#header #navigation_text_01 {
			position: absolute;
			left: 44px;
			top: 1px;
		}
		#header #navigation_text_02 {
			position: absolute;
			left: 214px;
			top: 1px;
		}
		#header #navigation_text_03 {
			position: absolute;
			left: 374px;
			top: 1px;
		}
		#header #navigation_text_04 {
			position: absolute;
			left: 684px;
			top: 1px;
		}
#header #navigation_text_2 {
			position: absolute;
			left: 537px;
			top: 1px;
		}
/* END - HEADER */



/* BEGIN - CONTENT  */
#content_wrapper {
	width: 800px;
	height: 500px;
	margin-top: 15px;
	background-color: #ffffff;
	border: 0px solid #000000;
}

	#content {
		position: absolute;
		left: 5px;
		width: 515px;
		height: 500px;
		/* background-color: #dddddd;  */ 
		border: 0px solid #cc0000;
		text-align: right;
		color: #dcdada;
		overflow: visible;
	}
		#content #picture_block {
			position: absolute;
			left: 5px;
			width: 790px;
			/* background-color: #cccccc;   */
			border: 0px solid #dcdada;
		}
		#content #picture_block #home_picture {
			width: 790px;
		}
		#content #text_block {
			position: absolute;
			left: 180px;
			width: 335px;
			/* background-color: #cccccc;   */
			border: solid 0 #dcdada;
		}
		
	#gallery_content {
		position: absolute;
		width: auto;
		height: auto;		
		left: 5px;
		/* background-color: #dddddd; */
		border: solid 0 #cc0000;
		overflow: visible;
	}		
	
	#gallery_content div {
		width: auto;
		height: auto;		
		background: url(graphics/gallery/10.jpg) no-repeat;
		overflow: hidden;
	}	
	
	#gallery_content img {
		width: auto;
		height: auto;		
	}		
		
		
	#sidebar {
		position: absolute;
		left: 540px;
		height: 100px;
		width: 255px;
		/* background-color: #cccccc; */
		border: solid 0 #cccccc;
	}

		#sidebar .gallery {
			position: relative;
			left: 60px;
			width: 95px;			
			border: solid 0 #cc0000;
		}
		#sidebar #gallery_nav {
			padding-left: 100px;
			text-align: left;
		}
		
		#sidebar .gallery a {
			width: 38px;
			height: 43px;
			border: 0;
		}
		
		#sidebar .gallery li {
			width: 28px;
			height: 43px;
			border: 0;
		}
		
		#sidebar #gallery_nav a {
			font-weight: bold;
			color: #666560;
			text-decoration: none;
		}
		#sidebar #gallery_nav a:hover {
			text-decoration: underline;
		}		
/* END - CONTENT  */
