@charset "UTF-8";

/********************/
/*      GENERAL     */
/********************/


/* Cancel out browser defaults */

h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;	
}

img {
      border: none;
	  padding: 0px;
	  margin: 0px;
    }

table {
      margin: 0;
      padding: 0;
      border: none;
	  font-size:12px;
    }

form {
      margin: 0;
      padding: 0;
      display: inline;
    }

	/*General Classes*/
	.clear { clear: both; }
    .floatLeft { float: left; }
    .floatRight { float: right; }
    .textLeft { text-align: left; }
    .textRight { text-align: right; }
    .textCenter { text-align: center; }
    .textJustify { text-align: justify; }
    .blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
    .bold { font-weight: bold; }
    .italic { font-style: italic; }
    .underline { text-decoration: underline; }
    .noindent { margin-left: 0; padding-left: 0; }
    .nomargin { margin: 0; }
    .nopadding { padding: 0; }
    .nobullet { list-style: none; list-style-image: none; }

html {
	overflow-y: scroll; /*Hack so page doesn't jump when scroll appears*/
}


body {
	background-image: url(images/grass.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	border: none;
	display:block;
}


#container {
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 925px;
	text-align:left;
}

#sidebar {
	font-size: 16px;
	width: 300px;
	float: left;
}

#content {
	height: 500px;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 325px;
}

#footer {
	padding-bottom: 100px;
	padding-top: 225px;
	text-align: left;
}
	
a {
	color: #08757d;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

