/* *************************
	ie png fix
************************* */
img{ _behavior: url("css/pngfix/iepngfix.htc");}
/* *************************************
	Generic Content
************************************* */
html, body{
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#fff;
}
h1{
	font-weight:normal;
	font-family: helvetica, arial, sans-serif;
	font-weight:normal;
	font-size:2.1em;
	color:#B4985A;
	padding:7px 15px 7px 15px;
	margin:0px 0px px 0px;
	float:left;
	border:3px solid;
}
p{
	font-size:1.4em;
	line-height:1.3em;
	color:#656565;
	margin:0px 10px 14px 10px;
}
p.center{text-align:center; margin:30px 0px 30px 0px; padding:0px 0px 0px 0px;}
strong{font-weight:bold;}
a{color:#B4985A; text-decoration:none; font-weight:bold;}
a:hover{text-decoration:underline;}
em{font-style:italic;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
/* *************************************
	Basic Page Structure
************************************* */
.header{margin:60px 0px 20px 0px;}
#container{width:940px; height:100%; margin:0px auto 0px auto;}
.fullCol{clear:left; float:left; width:940px;}
.oneCol{width:220px; float:left; text-align:center; margin:0px 20px 0px 0px; border-bottom:2px dotted #B3B3B3; min-height:340px;}
.twoCol{width:460px; float:left; text-align:center; margin:0px 0px 0px 0px; border-bottom:2px dotted #B3B3B3; min-height:340px;}
.twoCol img{flot:left;}
.twoCol img.left{margin:0px 20px 0px 0px;}
.oneCol img, .twoCol img{margin-bottom:20px;}
img.headTop{margin:30px 0px 0px 0px;}
.imgPad{margin:0px 10px 0px 0px;}
