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

@import url("layout.css");
@import url("copy.css");
@import url("links.css");
@import url("nav.css");


/* body styles */


html, body {
	height: 100%;
}
body, td, th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/backgrounds/textured-background.jpg);
	background-repeat: repeat-x;
	background-color: #658cb7;
}
