@charset "utf-8";

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.leftbg {
	float:left;
}

.rightbg {
	float:right;
}
	
.gridContainer {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}

#headerpic {
	padding:30px 0 0 0;
	width:500px;
	height:115px;
}

#content {
	width:800px;
	margin-left:25px;
	margin-right:25px;
	padding:25px 25px 25px 25px;
	
}

#contentleft {
	/*width: 55%;*/
}

#contentright {
	/*width: 35%;*/
}

.msgbox {
	width:230px;
	height:285px;
	padding: 10px 10px 10px 10px;
}

.boxsum {
	width:220px;
}

.boxsum a {
	width:200px;
}

#footer {
	width:900px;
}

}