@charset "utf-8";
/* CSS Document */

	body {
		margin:0;
		padding:0;
		background: #534f53;
	}
	
	#containerTop {
		margin: 0 auto;
		width: 100%;
		height: 286px;
		padding: 0;
		background: url(../images/bg_containerTop.gif) repeat-x;
	}
	#siteID {
		background:url(../images/bg_siteID.png);
		width: 433px;
		height: 286px;
		margin: 0 auto;
		padding: 0;
	}
	.textReplace {
		position: absolute;
		left: -9999px;
		margin:0;
		padding: 0;
	}
	#containerMiddle {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		height: 92px;
		background: url(../images/bg_containerMiddle.gif) repeat-x;
	}
	#containerMiddle div {
		width: 433px;
		margin: 0 auto;
		padding: 0;
		height: 92px;
		background: url(../images/bg_waterfallMiddle.gif) no-repeat;
	}
	#containerContact {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		height: 29px;
		background: url(../images/bg_containerContact.gif) no-repeat center #534f53;
	}
	#containerBottom {
		width: 1000px;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 30px;
		height: 100%;
	}
	#colLeft, #colRight1, #colRight2 {
		float: left;
		height: 100%;
		background: url(../images/divider.gif) left repeat-y;
		margin-bottom: 30px;
	}
	#colLeft {
		width: 40%;
/*		margin-top: 10px;	*/
	}
	#colRight1, #colRight2 {
		width: 27%;
		margin-left: 10px;
	}
	.sectionTitle {
		margin-left: 1px;
	}
	.thumb {
		margin-left: 30px;
		margin-top: 30px;
		border: none;
	}
	li, p {
		font-size: .75em;
		font-family: Verdana, Geneva, sans-serif;
		color: #fff3d4;
	}
	li {
		line-height: 1.5em;
	}
	a:link {
		color: #ffa691;
	}
	a:hover {
		text-decoration:none;
	}
	a:visited {
		color: #b3aa94;
	}
	.exturl {
		font-size: .75em;
		margin-left: 5px;
	}
	p {
		margin: 15px 20px 0 19px;
	}
		

