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

body {
	
	margin: 0;
	padding: 0;
	
}

/*Main Stucture*/
#container {
	width: 830px;
	height: auto;
	position: relative;
	left: 50%;
	top: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -415px;
	padding: 0;

}

#nameHead {
	width:830px;
	height:32px;
	position:relative;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	background-image: url(../images/nameHead.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#frame{
	width:830px;
	height: auto;
	position: relative;
	left: 0;
	top:0px;
	padding:0px 0px 13px 0px;
	margin:0;
	background-color:#FFFFFF;
}

#main{
	width: 800px;
	height:auto;
	min-height: 500px;
	position: relative;
	padding: 0;
	margin: 0 0 13px 0;
	top: 13px;
	left: 13px;
	background-image: url(../images/bkg_canvas_1.jpg);
	background-repeat: repeat-y;
}

#header{
	width: 800px;
	height: auto;
	position: relative;
	top:0;
	left: 0;
	margin:0;
	padding: 0;
}

#content{
	width: 800px;
	height: auto;
	position: relative;
	top:0;
	left: 0;
	margin: 10px 0 0 0;
	padding:0;
}

#contentiframe {
	width:800px;
	height: auto;
	min-height: 350px;
	margin:0;
	padding: 0;
	
}



#footer_1 {
	position: relative;
	bottom:0px;
	left: 0px;
	width: 800px;
	height: 96px;
	padding: 0;
	margin-top: 10px;
	background-image:url(../images/footer_1.gif);
	z-index: 6;
	clear:both;
}


/*Site Footer*/

#footer_2 {
	width: 830px;
	height: 75px;
	position:relative;
	left: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 100px;
	top: 0;
	overflow: hidden;
	}
	
#footcopy {
	text-align:right;
	position:absolute;
	right:0;
	top:0;
	display: inline;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    font-size: 1px;
    line-height: 0px;
}


/*Clear Class*/

.clear{
margin:0;
padding: 0;
}


