#page-wrap { position: relative; width: 900px; margin: 0px auto; padding: 30px 0px 30px 0px;  }



#content{width:900px; background-image:url(http://expedientweb.com/images/page-wrap-bkgrnd.jpg);
-moz-box-shadow: 0 0 30px 0px black;
-webkit-box-shadow: 0 0 30px 0px black;
box-shadow: 0 0 30px 0px black;
		overflow: hidden;
		position:relative;
		z-index: 0;

	}


#content .container-middle {
                float: left;
				width: 840px;
				padding: 0px 30px 0px 30px;
                line-height:20px; 

	}

#content .container-left {
	float: left;
	width: 310px;
	background-color: #949494;
	position:relative;
	z-index: 15;
	text-align: left;

	}
	

#content .container-right {
                float: right;
				width: 565px;
                line-height:20px; 
                padding-top: 0px;
                padding-left: 20px;
                padding-right: 20px;
	}

p { font: 15px/2 arial,helvetica,sans-serif; margin: 0px 0px 20px 0px;  }
p.title{
		font-family:arial,helvetica,sans-serif;
		font-size:24px;
		color: #8D1F19;

		margin:0px 0px 0px 0px;
        }
p.form{

                line-height:14px; 
                padding-top: 10px;
				margin: 0px;


	}	
p.small{
				font-size:12px;
                line-height:18px; 
               
	}	
	p.indent
{
text-indent:20px;
} 

ul
{

		font: 15px/2 arial,helvetica,sans-serif; 
        line-height:22px; 
		margin-top: 5px;
        padding-top: 0px;
        padding-left: 40px;
		padding-right: 50px;
}


#header { position: relative; width: 1010px; margin: 0px auto; z-index:100  }
#footer { position: relative; width: 1010px; margin: 0px auto; z-index:100  }
#bottom {
		clear:both;
		text-align:right;
	}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

.bold {
	font-weight: bold;
}
.boldred {font-weight: bold; color: #FF0000}

label.error {font-size: 12px; width: 250px; display: block;  color: #8D1F19; } 