/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: center;
	background-image: url(images/background_texture.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: medium;
}
div#wrap{
	width: 760px;
	margin: 0;
  	padding: 0;
}
div#topborder{
	width: 760px;
	height: 10px;
	background-image: url(images/topborder.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#bottomborder{
	width: 760px;
	height: 10px;
	background-image: url(images/bottomborder.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}
div#headerwrap{
	background-image: url(images/middleborder.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 760px
}
div#header{
	margin: 0;
	padding: 0;
	height: 160px;
	width: 740px;
	text-align: left;
}
div#main1{
	float: left;
	background-image: url(images/leftborder.gif);
	background-repeat: repeat-y;
	background-position: left;
}
div#main2{
	float: right;
	background-image: url(images/rightborder.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 760px;
}
div.contentwrap{
	width: 740px;
}
div.box{
	float: left;
	width: 740px;
	background-color: #e9facf;
	background-image: url(images/bamboobottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.quickmenu{
	padding-top: 10px;
	width: 190px;
	font-size: 9pt;
	float: left;
	background-image: url(images/bamboo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.quickmenu a{
	color: #666666;
	text-decoration: none;
	width: 186px;
	border: 1px ridge #AEF9B3;
	padding: 5px 0px;
	display: block;
}
div.quickmenu a:hover{
	background-color: #aef9b3;
}
div.content{
	padding: 10px;
	float: right;
	width: 525px;
	text-align: left;
	background-color: white;
	border: thin double #AEF9B3;
	background-image: url(images/parchment_texture.jpg);
	background-repeat: repeat;
}
div#nav{
	float: left;
	width: 190px;
	margin: 0;
	padding: 0;
}
div#banner{
	float: right;
}
div#footerwrap{
	background-image: url(images/middleborder.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 760px;
	padding-top: 10px;
	clear: both;
}
div#footer{
	background-color: #e9facf;
	font-size: 9pt;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	width: 740px;
}
div.content img{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
div.content a{
	text-decoration: none;
	color: black;
}
div.content a:hover{
	color: white;
	background-color: black;
}
table tr td{
	vertical-align: top;
}
span.ads{
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
p#poem{
	padding-left: 200px;
	line-height: 25px;
}
hr{
	color: #999999;
}
