
body {
	width: 900px;
        margin: 0;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	border: 0;
	background-image: url(http://i284.photobucket.com/albums/ll35/TofuMistress/J-water.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: scroll;
}

.header {
	margin: 0;
	padding: 0;
	background-image: url(http://i284.photobucket.com/albums/ll35/TofuMistress/BannerNo5.jpg);
        background-repeat: none;
        background-attachment: scroll;
	height: 235px;
	border: 5px solid #a58a6d;
	text-align: center;
}

.horiz_divider {
	margin: 0;
	background-color: #ff0000;
	height: 5px; 
} 

.middle_container {
	margin: 0;
	height: 500px;
	border: 0;
}

.left_nav {
	float: left;
	margin: 0;
	background-image: url(http://i284.photobucket.com/albums/ll35/TofuMistress/leftnavbackground2.jpg);
        background-repeat: x;
        background-attachment: scroll;
	padding-left: 0px;
	padding-right: 65px;
	padding-top: 30px;
	width: 180px;
	height: 475px;
	border-right: 5px solid #a58a6d;
	border-left: 5px solid #a58a6d;
	border-bottom: 5px solid #a58a6d;
	text-align: center;
	font-family: Serif;
	font-size: 22px;
}

.left_nav a {
	color: #ffffff; 
}
.left_nav a:link {
	color: #ffffff;	
}
.left_nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.left_nav a:hover {
	color: #ffffc8;
	text-decoration: none;
	font-style: italic;
}
.left_nav a:active {
	color: #a58a6d;
}

ul {
	list-style-type: none;
	padding: 0; 
	width: 160px; 
	background-image: url(http://i284.photobucket.com/albums/ll35/TofuMistress/J-water.jpg);
 	border: 2px solid #a58a6d;
}

li {
	padding-left: 5px;
	padding-right: 5px; 
	padding-top: 10px;
	padding-bottom: 10px; 
	border-bottom: 1px solid #a58a6d;
}




.content {
	overflow: auto;
	margin: 0;
	background-image: url(http://i284.photobucket.com/albums/ll35/TofuMistress/contentbackground3.jpg);
        background-repeat: repeat;
        background-attachment: scroll;
	padding: 10px 10px 10px 10px;
	margin-left: 200px;
	height: 485px;
	border-bottom: 5px solid #a58a6d;
	border-right: 5px solid #a58a6d;
	color: #ffffff;
}

a {
	color: #ffffff; 
	font-size: 20px;
        text-decoration: none;
}
a:link {
	color: #ffffff;	
	font-size: 20px;
        text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffc8;
	text-decoration: none;
	font-style: italic;
}
a:active {
	color: #a58a6d;
}

.footer {
	margin: 0;
	background-image: url(http://i284.photobucket.com/albums/ll35/TofuMistress/footerbackground2.jpg);
        background-repeat: y;
        background-attachment: scroll;
	height: 20px;
	text-align: right;
	padding-right: 25px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	border-bottom: 5px solid #a58a6d;
	border-left: 5px solid #a58a6d;
	border-right: 5px solid #a58a6d;
}
	
h1 {
	margin: 0;
	font-family: Verdana;
	font-size: 30px;
	font-style: bold;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	color: #000000
	text-align: left;
}

h2 {
	margin: 0;
	font-family: Sans-Serif;
	font-size: 20px;
	font-style: bold;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #000000
	text-align: left;
}

h3 {
	margin: 0;
	font-family: Sans-Serif;
	font-size: 14px;
	font-style: none;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #ffffc8;
	text-align: left;
}























