/* LEVEL: 0 */
body, div, p, a, img {
	padding: 0px 0;
	margin: 0px 0;
	border: none;
	line-height: 1px;
	font-size: 1pt;
}
a:focus {
	outline: none;
}
a {
	color: #333333;
	text-decoration: none;
}

body {
	background: #888888 url(graphics/bg_01.gif) repeat-x top;
	text-align: left;
} 
/* LEVEL: 1 */
div#header_01 {
	background: url(graphics/bg_02.gif) no-repeat;
	width: 374px;
	height: 32px;
	position: static;
	margin-top: 25px;
	margin-left: 20px;
	clear: both;
}
div#galleries_01 {
	height: auto;
	width: 810px;
	margin-left: 20px;
	float: left; 
}
div#galleries_01 div {
	background: url(graphics/bg_03.gif) no-repeat;
	width: 36px;
	height: 36px;
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	text-align: center;
}
a.miniature_01 {
	background: url(graphics/bg_03.gif) no-repeat;
	width: 36px;
	height: 36px;
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	text-align: center;
	display: block;
	-moz-opacity: 0.7;
}
a.miniature_01:hover {
	-moz-opacity: 1;
}
a.miniature_01 img, div#galleries_01 div img  {
	margin-top: 3px;
}
div#menu_01 {
	height: 16px;
	width: 116px;
	float: left;
	margin-left: 43px; 
	position: relative;
	top: 12px;
}
div#container_01 {
	width: auto;
	height: 524px;
	width: 970px;
	margin-left: 20px;
	/* margin: 0 21px 0 25px; */
	background-color: White;
	clear: both;
	background-image: url(graphics/bg_05.gif);
	background-position: right;
	background-repeat: repeat-y;
	text-align: center;
}
div#shadow_01 {
	width: 966px;
	height: 4px;
	/* margin: 0 20px 0 25px; */
	clear: both;
	background-color: #5F5F5F;
	margin-left: 24px;
}
div#footer_01 {
	font: 7pt "Tahoma", Geneva, sans-serif;
	color: #535353;
	margin-left: 25px;
	padding-bottom: 5px;
}
/* LEVEL: 2 */
div#container_02 {
	border: solid 1px Black;
	height: 528px;
	width: 50%;
}
div#container_separator {
	width: 966px;
	height: 7px;
	background-color: White;
	clear: both;
	margin-left: 20px;
}
div#container_text {
	width: auto;
	font: 7pt/30px "Tahoma", Geneva, sans-serif;
	height: 30px;
	text-transform: uppercase;
	padding-left: 20px;
	color: #898989; 
	text-align: left;
}
div#container_photos {
	height: 478px;
	width: 96%;
	overflow: auto;
	margin: 0 auto;
	white-space: nowrap;
	text-align: left;
}
div#inner_container {
	text-align: left;
	font: 8pt/normal Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	padding-left: 40px;
	padding-top: 30px;
	color: #333333;
}
div#inner_container p {
	font-size: 8pt;
	text-align: left;
	line-height: normal;
}
div#inner_container a {
	font-size: 8pt;
	text-decoration: none;
	line-height: normal;
}
div#inner_container a:hover {
	color: White;
	background-color: Black;
}
/* LEVEL: micro$hit ie hacks */
/* We all l0ve BiLL G! */
* html div#galleries_01 {
	margin-left: 10px;
}
