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

body{
	background-color:#e8e1c8;
	margin:0px;
	padding:0px;
}

#wrapper{
	width:950px;
	margin:0px auto;
	background-image:url(../images/repeater.png);
	background-repeat:repeat-y;
}

#content{
	margin:0px;
	width:950px;
	background-image:url(../images/big_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer{
	width:950px;
	height:216px;
	margin:0px auto;
	background-image:url(../images/footer.png);
}

#topNav{
	margin:0px 0px 0px 82px;
	width:800px;
	behavior: url(iepngfix.htc);
}

#topNav img {
	display:inline;
	border:none;
}

.padItGreen{
	padding:10px 90px;

}

.homelogo{
	margin:0px;
	padding:10px 0px 0px 0px;
}

p{
	font-size:1.2em;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin:6px 0px 10px 0px;
}

ul{
	font-size:1.2em;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:1.6em;
	color:#5c5141;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 8px 0px;
	font-weight:normal;
}

.block1{
	float:right;
	width:55px;
	height:130px;
}
.block2{
	clear:right;
	float:right;
	width:80px;
	height:30px;
}
.block3{
	clear:right;
	float:right;
	width:120px;
	height:75px;
}
.block4{
	clear:right;
	float:right;
	width:210px;
	height:90px;
}
.block5{
	clear:right;
	float:right;
	width:30px;
	height:75px;
}

img{
	border:0px;
}

.large{
	font-size:1.4em;
	color:#060;
}

.indent{
	margin-left:30px;
}

.clearRight{
	clear:right;
}

.png{
	behavior: url(iepngfix.htc)
}

.stretchIt{
	height:380px;
}

a, a:link, a:visited {
	color:#06c;
	text-decoration:none;
}

a:focus, a:active, a:hover {
	color:#06c;
	text-decoration:underline;
}