/* 
 * styles.css
 *
 */

html {
	height: 100%;
	overflow-y: scroll;

}

body {
	
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:helvetica,verdana,san-serif;
	font-size:.825em;
	color:#fff;
	background-color:#4e321a;
	background-image:url('images/paperbg6.jpg');
	background-repeat:repeat-y repeat-x;

}



a:link { color:#fff; text-decoration:none }
a:visited { color:#fff; text-decoration:none }
a:active { color:#fff; text-decoration:none }
a:hover { color:#7fcfe0; text-decoration:underline}



div#wrap {
	width: 774px;
	margin-top: 0px;
	margin-left:auto;
	margin-right: auto;
	padding:0px;
	
}

img{
	border:0;
}


div#header {
	background-color: #7fcfe0;   /* OLD COLOR 6ac9cb */
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
	width:100%;
	height:50px;
	clear:both;
	position:relative;
	text-align:right;
}

.navhold {position:absolute; right:50px; width:550px; padding-top:28px;}
.nav {float:left;}

.boxholder { padding-left: 0px;text-align: center;clear:both;}
.boximages { float:left; padding-right:3px; padding-top:35px; }

div#content {
	
	
	width:774px;
	min-height: 175px;
	padding-top:0px;
	clear:both;
	}

	
div#contentleft {
	float:left;
	padding-top:12px;
	width:225px;
	margin: 0px
   	}
   	
div#contentright {
	float:left;
	line-height:140%;
	width:510px;
	margin: 35px 0px 20px 39px;

   	}
   	
div#contentbig {
	clear:both;
	padding-top:12px;
	width:774px;
	margin: 0px
   	}



div#footer {
   font-size:11px; color:#a39284; text-align:right; clear:both;
}

