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

body {
	background:url(images/tile.jpg);
	margin:0px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;	}
#container {
	width:100%;
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	height:383px;
	padding-top:5px;
	text-align:center;
	}
#bodywrap {
	width:894px;
	background-color:white;
	border:3px #3e1717 solid;
	border-top:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-5px;
	padding-top:5px;
	}
#nav {
	float:left;
	background:url(images/div.jpg);
	width:150px;
	height:264px;
	padding-top:12px;
	}
#content {
	float:left;
	width:730px;
	margin-left:5px;
	text-align:left;
	text-align:justify;
	}
a {
	color:white;
	text-decoration:none;
	}
a:hover {
	color:white;
	text-decoration:underline;
	}
.links {
	color:#330000;
	text-decoration:none;
	display:block;
	text-align:left;
	color:#8C4600;
	padding-left:15px;
	height:33px;
	}
.links:hover {
	text-decoration:none;
	display:block;
	text-align:left;
	color:#A86F1A;
	padding-left:15px;
	height:33px;
	}
.jpg {
	border:2px black solid;
	margin:10px;
	}
h1 {
	color:#333300;
	font-size:140%;
	}
h2 {
	color:#00CC00;
	font-size:120%;
	}
	
	