@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(../images/wood.png);
	background-repeat: repeat;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center center;
	height: 670px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(imagescss/containerbackground.png);
}
#mainContent {
	width: 430px;
	padding-top: 154px;
	height: 449px;
	overflow: auto;
	float: right;
	padding-right: 220px;
}
#nav {
	float: left;
	padding-top: 170px;
	padding-left: 250px;
	width: 63px;
}
#content {
	height: 380px;
	width: 430px;
	overflow: auto;
	padding-top: 15px;
}

Body {background-color: transparent; font-family: Arial; color: #000; font-size: x-small; text-decoration: none;line-height:12px; letter-spacing:0px; }
:link {font-family: Arial; color: #000; font-size: x-small; text-decoration: none;line-height:12px; letter-spacing:0px;; }

a:link {font-family: Arial; color: #000; font-size: x-small; text-decoration: none;line-height:12px; letter-spacing:0px; }
a:visited {font-family: Arial; color: #000; font-size: x-small; text-decoration: none;line-height:12px; letter-spacing:0px; }
a:active {font-family: Arial; color: #000; font-size: x-small; text-decoration: none;line-height:12px; letter-spacing:0px; }
a:hover {font-family: Arial; color: #000; font-size: x-small; text-decoration: none;line-height:12px; letter-spacing:0px; }

a:link img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited img {
border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active img {a:visited img {
border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

i {color: #000;font-family:georgia;}
