/* # elements should only appear once on a page */

body {
	background-image: url(../assets/img/bodybkg.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	margin: 0px;
	padding: 0px;}

#wrapper {width: 780px; 
	/*Centering Code*/
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 100%;
	}
	
html>body #wrapper {
	/*Centering Code*/
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	voice-family: "\"}\"";
	voice-family:inherit;}

#header {
	background-image: url(../assets/img/header.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 104px;
/*	background-position: 50%;*/
	padding: 0px;
	margin: 0px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content {width: 780px;	min-height: 800px;
	}

#colone {
	width: 165px;
	float: left;
	}

#coltwo {width: 590px;
	float: right;	}
	
#cmsedit {padding-left: 25px;
	}
	


#photos {padding-left: 25px;
	margin-top: 80px;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #000000;
}


#footer {background-image: url(../assets/img/footer.gif);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 110px;
	width: 780px;
	}


#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .825em;
	color: #FFFFFF;
	
}	