@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../assets/images/textureforwebsite.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-style: normal;
	word-spacing: normal;
}
.padding {
	padding-left: 30px;
	padding-right: 30px;
}
.footer {
	font-size: 90%;
	color: #666666;
}
a:visited {
	color: #6a7e27;
}
a:hover {
	color: #6a7e27;
}
a:link {
	color: #91a833;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
}
.header {
	font-size: 125%;
	font-weight: bold;
}
.textboxes {
	font-size: 95%;
	background-position: center center;
}
.nopadding {
	padding: 0px;
}
