body {
	background-color: #e5eab9;
	background-image:url(img/large_bk_tile.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	line-height: 1.5em;
	margin: 10px 0 0 0;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 980px;
	background: url("img/large_bk.png") no-repeat;
	font-size: 11px;
	font-family: "Verdana", "Geneva", "Arial", sans-serif;
	color: #666666;
	text-align:left;
}

#header {
	margin: 0 0 0 0;
	height: 170px;
}

#side-a {
	float: left;
	padding: 2px 40px 0 78px;
	width: 521px;
}

#side-b { 
	margin: 0 0 5px 0;
	float: right;
	width: 236px;
	padding: 2px 80px 0 23px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#side-b2 { 
	margin: 0;
	float: right;
	width: 236px;
	padding: 64px 80px 0 23px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#email { 
	margin: 12px 0 0 -5px;
	float: left;
	width: 400px;
	padding: 0;
	height: 1% /* Holly hack for Peekaboo Bug */
}

.prop {
    height:500px;
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

#footer {
	clear: both;
}

.formlabel {
	font-size: 11px;
	font-family: "Verdana", "Geneva", "Arial", sans-serif;
	color: #999999;
}

input, textarea {
 background-color: #cccccc;
 margin: 5px 0 5px 0;
 padding: 5px;
}


.text1 {
	font-size: 11px;
	font-family: "Verdana", "Geneva", "Arial", sans-serif;
	color: #666666;
	text-align:left;
}

a
{
	outline: none;
}

a:focus { -moz-outline-style: none; }
/*this avoids having image replacement sections display a dotted outline*/ 

a.link1:link{text-decoration: underline; color:#99CC00; font-weight:bold;}
a.link1:active{text-decoration: underline; color:#99CC00; font-weight:bold;}
a.link1:visited{text-decoration: underline; color:#99CC00; font-weight:bold;}
a.link1:hover{text-decoration: none; background-color:#99CC00; color:#ffffff; font-weight:bold;}

img {border-style: none;}