/* ------- BOXES ------- */

.box1						 { background-color: #ededed; padding: 7px; border: dashed 1px gray }

.box2						{ border: dashed 2px #474747 }

.box3						{ background-color: #e8ebdb; padding: 7px; border: solid 2px #939181 }

/* ------- LAYOUT ------- */

.header						{ background-image: url("../images/topheader.png"); background-repeat: no-repeat; background-position: 0 top }

.mainbg						 { background-color: #fff; background-image: url("../images/bkgrnd.jpg"); background-repeat: no-repeat; background-position: 0 top }

.leftshadow					{ background-image: url("../images/leftshadow.png"); background-repeat: repeat-y; background-position: 0 top }

.rightshadow				{ background-image: url("../images/rightshadow.png"); background-repeat: repeat-y; background-position: 0 top }

.footerbg					{ background-image: url("../images/bottomarch.png"); background-repeat: no-repeat; background-position: 0 top }

.footerleft					{ background-image: url("../images/footerleft.png"); background-repeat: no-repeat; background-position: 0 top }

.footerright				{ background-image: url("../images/footerright.png"); background-repeat: no-repeat; background-position: 0 top }


/* ------- CONTAINERS ------- */

#main						{ background-position: 0 top }

.main_copy					{ text-align: justify; padding: 30px; width: 610px }
