/* Parent CSS Document for Archers Mate */

/*########### Main Page Setup ###########*/
html {
	height: 100%;
	margin: 0;
	padding: 0;	
}

body {
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #b6cdde;
	background-image: url(/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	background-color:#FFF;
	width: 930px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

p {
	line-height:1.5;
	text-align:justify;
}

img {
	border: 0 none transparent;
}

a {
	outline:none;
}

a:link, a:visited {
	text-decoration:none;
}
	
a:hover {
	text-decoration:underline;
}

/*----------- Body Contents -----------*/
#content {
	font-size: 14px;
	color: #31659F;
	font-weight: bold;
	padding: 0px 25px 50px 25px; /* t r b l */
	margin-top:-10px;
}

/*----------- Page Header -----------*/
#header {
	margin: 0px 15px 0px 15px; /* t r b l */	
	padding-top:10px;
	height: 116px;
}

#hrd_break {
	height:2px;
	margin: 0 auto 0 auto; /* t r b l */	
	width:900px;
	background-color: #4787cb;
  font-size:1px;
}


/*----------- Footer -----------*/
#footer {
	width: 900px;
	position: relative;
	margin: -35px auto 0 auto; /* t r b l */
	padding: 0px 15px 0px 15px; /* t r b l */	
}

#footer_holder {
	width: 900px;
	height: 25px;	
	background-color: #4787CB;
	background-image: url(/ftr_lft.gif);
	background-repeat: no-repeat;	
}

#footer_contents {
	padding: 0px 15px 0px 15px; /* t r b l */	
	height: 25px;
	background-image: url(/ftr_rght.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	font-size: 10px;
}
	
a.footer:link, a.footer:visited {
	color: #d9e6f3;
}
	
a.footer:hover {
	color: #d9e6f3;
}

/*----------- IE Display Fix -----------*/
* html #page {
	height: 100%;
}

* html #nonFooter {
	height: 100%;
}

* html #footer {
	margin-top: -34px;
}


/*----------- Links -----------*/
a.errdoc:link, a.errdoc:visited, a.errdoc:hover {
	color: #4787CB;
}





