@charset "UTF-8";

/* CSS Document */

body {
	background-image: url(../images/patterns/1Col-background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#nav-dropshadow { /* this puts a drop shadow under the navigation bar in the one column template */
	height: 15px;
	width: 756px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/patterns/nav-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#content {
	width: 710px;
}

