* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 101.01%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	margin: 0 auto;
	width: 900px;
}
#container {
	margin: 0 auto;
	background: url(../images/bg_wrap2.gif) repeat-y;
	height: auto;
	width: 900px;
}
#header {
	background: url(../images/header2.gif) no-repeat left top;
	width: 900px;
	height: 127px;
	position: relative;
}
#header h1, h3 {
	margin: 0; 
	padding: 10px 0; 
	position: absolute;
	top: -100px;
}
#columnright div .gutter H3 {
	color: #6997D9;
}

#header img{
	margin-left: 10px;
	margin-top: 20px;
}
#headerlinks {
	float:right;
	height: auto;
	padding-top: 1px;
	padding-right: 30px;
	position: absolute;
	top: 76px;
	left: 522px;
}
#headerlinks ul li{
	list-style-type:none;
	display: inline;
}
#headerlinks li a {
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
}
#headerlinks li a:hover {
	color: #1957AA;
}

#columnright {
	float: right;
	width: 640px;
}
#columnright .gutter{
	padding:10px 46px 10px 20px;
	text-align: justify;
}
#columnright h3 {
	padding-bottom: .5em;
}
#columnright p{
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: justify;
	padding: 0px 0px 0.3em;
}
#quote p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: justify;
}

#quote {
	background: #BED1EF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	margin: 0.6em auto;
	padding: 2px 1.5em;
	border: 2px dotted #FFC06E;
	font-size: 1em;
	width: 300px;
}
#columnleft {
	float: left;
	width: 260px;
	margin: 0px;
}
#columnleft .gutter{
	padding:400px 5px 0 26px;
}
#columnleft .gutter2{
	padding:0 0px 5px 18px;
	text-align: center;
}
#columnleft img {
	margin-top: 10px;
	border: 5px solid #FFC06D;
	margin-bottom: 3px;
} 
#columnleft h5 {
	font-size: .9em !important;
	line-height: normal;
	font-weight: bold;
	padding-left: 1em;
}
#columnleft p {
	font-size: 0.7em !important;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
}
#columnleft a {
	font-size: .8em !important;
	font-weight: bold;
	color: #1957AA;
	display: block;
}
#columnleft a:hover {
	color: #FFC06E;
}
#footer {
	width: 900px;
	margin: 0px auto;
}
#contact {
	background: #6997D9;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.7em;
	margin: 0px 27px 0px 6px;
	color: #FFFFFF;
	clear: both;
}
#contact a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#contact a:hover {
	color: #FFC06E;
	text-decoration: underline;
}
#designer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 3px;
	font-size: 0.7em;
	clear: both;
	margin: 0px 27px 0px 6px;
	background: #FFFFFF;
}
#designer a {
	color: #6997D9;
	background: #FFFFFF;
}
#designer a:hover {
	color: #FFC06D;
}
.clearfix:after {/*The period is the last thing before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
*html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
	}
#centerpage {
	padding-left: 50px;
}
#columnright .gutter h4 {
	padding-bottom: .6em;
}
