@charset "utf-8";
/* CSS Document */

html, body	{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper {
	width: 717px;
	background-image: url(/images/wrap_bg.jpg);
	background-repeat: repeat-y;
}

#topflash {
}

#head {
}

#content_wrap {
	background-image: url(/images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

#content {
	margin-bottom: 5px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 45px;
	margin-left: 5px;
}

#nav {
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #AECD41;
	border-left-color: #BAD554;
}
