/*-----------RESET--------------*/
* { 
	font-size:100%; 
	font-weight:normal; 
	margin:0; 
	padding:0;
	border:0; 
} 
/*---------- END RESET ----------*/
body {;
	background-image:url(../images/bg-vert2.gif);
	background-position:center top;
	background-repeat: repeat-y;
	background-color: #f2f0e3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	}
div#topborder {
	text-align:center;
	border-top: 1px solid #ead9bd;
	border-bottom: 1px solid #ead9bd;
	margin-top: 55px;
	margin-bottom:8px;
	width:100%;
	}
div#innerborder {
	text-align:center;
	border-top: 1px solid #ead9bd;
	border-bottom: 1px solid #ead9bd;
	margin: 1px 0;
	width:100%;
	}
div#content {
	width:959px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	}
td.vert-stripe {
	background-image:url(../images/strip-dbl-vert.gif);
	background-repeat:repeat-y;
	}
td.horizontal-stripe {
	background-image:url(../images/strip-dbl-horizontal.gif);
	background-repeat:repeat-x;
	}
td.left-strip {
	background-image:url(../images/left-border-long.jpg);
	background-repeat:repeat-y;
	}
td.right-strip {
	background-image:url(../images/right-border-long.jpg);
	background-repeat:repeat-y;
	}

/*  COPYRIGHT & CREDITS */	
	
.copy-credit {
	width:929px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px 5px 50px 5px;
	font-family:Arial, Helvetica, sans-serif;
	}
div.copyright {
	float: left;
	text-align: left;
	font-size: 9px;
	line-height: 16px;
	color:#999;
	}
div.contact {
	text-align: right;
	}
div.contact a {
	font-size: 9px;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#6e392e;
	text-decoration:underline;
	}
div.contact a:visited {
	font-size: 9px;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#6e392e;
	text-decoration:underline;
	}
div.contact a:hover {
	color: #948c8a;
	}
div.copyright a {
	font-size: 9px;
	color:#999;
	text-decoration:none;
	}
div.copyright a:visited {
	font-size: 9px;
	color:#999;
	text-decoration:none;
	}
div.copyright a:hover {
	color: #666;
	text-decoration:none;
	}

