@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#6d6e71 url(images/backgroundtile.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}

h1 {
	position: absolute;
	top: -25px;
	left:auto;
	text-indent: -9999px;
	background:transparent url(images/h1header.png) no-repeat;
	}
	
img.branding {
	position:absolute;
	left: 60px;
	top: 50px;
	}
		
h2 {
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #77787b;
	line-height: 145%;
	font-weight:normal;
/*	background: #7ac143;*/
	padding: 5px 0;
/*		border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;*/
	}
	
p.first {
	text-align:center;
	line-height: 145%;
	font-size: 1em;
	color: #77787b;
	}
	
p.tag {
	padding-top: 220px;
	text-align:center;
	line-height: 145%;
	font-size: 1.75em;
	color:#999;
	font-family:Arial, Helvetica, sans-serif
	font-style:italic;
	
	}

p {
	text-align:center;
	line-height: 145%;
	font-size: 1em;
	color: #77787b;
	}
	
a:hover {
	color: #ffc425
	}

a {
	color: #6d6e71;
	}


.oneColFixCtr #container {
	position: relative;
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url(images/mainblueborder.png) repeat-x bottom;
	margin: 75px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffc425;
	text-align: center; /* this overrides the text-align: center on the body element. */
/*	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	*/
}
.oneColFixCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
}
