/* Layout Stylesheet */ 

body { 
	background-color: #fff;	
	background-image: url("../images/SideBar.gif");
	color: #000;
}

#wrapper { 
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 1px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
	font-family: Arial, Helvetica, sans-serif;
	color: #000; 
	width: 750px;
}

#hdr {
	height:26px;
	margin: 10px;
	padding-right: 10px;
}

#hdr img {
	border:none;
}

div.Logo {
	position:absolute;
	left:0px;
	top:0px;
	width:243px;
	height:144px;
}

div.Logo2 {
	position:absolute;
	left:243px;
	top:0px;
	width:243px;
	height:144px;
}

#navBar {
	text-align:left;
	position: absolute;
	left: 250px;
	top: 55px;
	width: 500px;
}

#cont {
	margin-top:130px;
}

#ftr {
	float:left;
	margin:0;
	padding-top:5px;
	width:100%;
}

#PicBoxR {
	width:250px;
	margin-top: auto;
	margin-bottom: auto;
	float: left;
}

#PicBoxR img {
	border:none;
		padding-top:5px;
}

#PicBoxL {
	width:250px;
	margin-top: auto;
	margin-bottom: auto;
	float: left;
}

#PicBoxL img {
	border:none;
	padding-top:5px;
}

