@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-color: #2c0604;
	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: 1000px;
	height: 811px;
	text-align:center;
	margin: 0 auto;
}

#content {
	padding-top: 0px;
	padding-right: 46px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align:left;
}

#header {
	text-align:left;
	height: 145px;
}
#number {
	font-size: 25px;
	font-weight: 400;
	color: #000000;
	text-align: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: font-family: Georgia, "Times New Roman", Times, serif;
}

#nav {
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 305px;
	font-family: "Times New Roman", Times, serif;
}

#nav  ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav  li {
	display: inline;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 17px;
	font-size: 18px;
	font-weight: bold;
}

a {
	color:#43342f;
	text-decoration: none;
}

a:hover {
	color:#2d0604;
	text-decoration: none;
}

#sidebar {
	padding: 0px;
	margin: 0px;
	width: 275px; 
	float:left;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin: 0px;
	line-height: 20px;
	font-weight: 300;
}

#themeat {
	padding-left: 325px;
}

#footer {
	width: 1000px;
	align:center;
	color:#44320c;
	font-size:10px;
}

#footer a {
	text-decoration: none;
	color:#44320c;
	font-weight:bold;
}
