@import url(base.css);
@import url(horiznav.css);

html,body
{
        background: url(../images/sand-pipe.gif);
        background-position: top left;
        background-repeat: repeat-y;
}

#Main
{
	min-height: 612px;
        background: url(../images/slotted-vert-nofade.gif);
        background-repeat: no-repeat;
        background-position: top left;
}

#Content
{
	float: left;
	width: 60%;
	padding-left: 60px;
	margin-bottom: 50px;
}

#Content img
{
	border: 1px dashed black;
	margin-bottom: 25px;
}

#Content p
{
	text-indent: 2em;
}

label
{
	margin-top: 10px;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: bold;
	display: block;
}

textarea
{
	margin-bottom: 10px;
	display: block;
}


