/* @override http://miniatures.org/styles/layout.css */

@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.layout #container { 
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 5px;
	border: none;
	text-align: left;
} 
.layout #header {
	width: 1000px;
	height: 150px;
	margin: 0 0 5px 0;
	border: none;
	background: url(../images/if/header.jpg) no-repeat;
}
.layout #hNav {
	width: 1000px;
	height: 30px;
	margin: 0 0 5px 0;
	border: none;
	background: url(../images/if/hNavBg.jpg) no-repeat;
	z-index: 1000;
}
.layout #sidebar2 {
	float: right;
	width: 250px;
	background: #DDE1E4 url(../images/if/rightSideTop.jpg) no-repeat left top;
}
.layout #sidebar2 #scroller {
	position: relative;
	width: 250px;
	height: 600px;
	margin: 10px 0 25px 0;
	background-color: transparent;
	overflow: auto;
}
.layout #sidebar2 .image {
	width: inherit;
	margin: 0 auto;
	margin-bottom: 25px;
}
.layout #sidebar2 #sidebar2Bottom {
	width: 250px;
	height: 15px;
	background-image: url(../images/if/rightSideBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.layout #mainContent { 
	margin: 0 250px 0 0; 
	padding: 0 10px;
}
.layout #mainContent .ssPicsContainer {
	float: left;
	width: 400px;
	height: 320px;
	margin: 10px;
	margin-top: 0;
	padding: 0;
	background-color: #ffffff;
	border: 4px solid #ffffff;
}
.layout #mainContent .ssPics {
	position: relative;
	margin: 0 auto;
}
.layout #mainContent .ssPics img {
	margin-top: 15px;
	border: 7px solid #FFFFFF;
}
.layout #mainContentWide {
	margin: 0 0;
	padding: 0 10px;
} 
.layout #footer { 
	width: 1000px;
	height: 45px;
	margin-top: 5px;
	background-color:#000000;
	background-image: url(../images/if/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.layout #addressBox {
	width: 1000px;
	height: 30px;
	margin-top: 5px;
	background-color: transparent;
}
.layout #copyright {
	width: 1000px;
	height: 35px;
	margin-top: 15px;
	background-color: transparent;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 10px;
}
.fltrt img, .fltlft img {
	border: 1px solid black;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
