/* CSS Document */

/*------------ RESET -----------------*/
* {
	padding: 0;
	border: 0;
	
	}



/*------------ MAIN -----------------*/

body {
	background-image:url(_images/bckgrd.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	background-position:top;
	height:100%;
}

.full {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
}

.innerbottom {
	background-image:url(_images/bottom2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:100%;
	width:100%;
}

.bottom {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#70614b;
}

.copy {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top: 8px;
	margin-right: 20px;
	line-height: 16px;
}


/*------------ LINKS -----------------*/
a:link { 
	color:#70614b;
	text-decoration:underline;
}

a:visited { 
	color:#70614b;
	text-decoration:underline;
}

a:hover {
	color:#212254;
	text-decoration:none;
}

a:active { 
	color:#212254;
	text-decoration:none;
