a:link {
	background: transparent;
	color: #0000FF;
}

a:visited {
	background: transparent;
	color: #006600;
}

a:active {
	background: transparent;
	color: #993300;
}

body{
	background-image: url(graphics/cloth.jpg);
	background-repeat: repeat-y;
	float: left;
	font-family: Arial, Verdana, "Trebuchet MS", Tahoma, "MS Sans Serif", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

div#container{
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 700px;
}

div#content{
	background-color: #FFFFFF;
	clear: both;
	color: #000000;
	float: left;
	left: 210px;
	margin: 0;
	position: relative;
	right: 0;
	top: 100px;
	width: 500px;
}

div#content p{
	line-height: 1.25;
}

div#extra{
	background: #FFCC99;
	clear: both;
	color: #000000;
	float: left;
	left: 0px;
	position: absolute;
	right: 0;
	top: 360px;
	width: 200px;
}

div#header {
	background-image: url(graphics/logo.jpg);
	float: left;
	margin: 0px 0px 0px 55px;
	height: 80px;
	width: 700px;
}

div#navigation{
	background: #B6C9AD;
	color: #000000;
	float: left;
	left: 0px;
	line-height: 115%;
	position: absolute;
	right: 0px;
	top: 86px;
	width: 200px;
}

h1 {
	background: transparent;
	color: #993300;
	font-family: "Lucida Calligraphy", "Brush Script", "Zapf-Chancery","Caflisch Script","Monotype Corsiva", Forte, Script, cursive;
}

h3 {
	background: transparent;
	color: #993300;
}

html {
	margin: 0;
	padding: 0;
}

p{
	margin: 0px 10px 10px 10px;
}

span#footer{
	background: #333333;
	clear: both;
	color: #FFFFFF;
	font-size: 80%;
	margin: 0;
	padding: 3px;
	position: relative;
	visibility: visible;
	width: 500px;
}

ul ol li {
	font-size: 75%;
}

.caption {
	font-size: 80%;
}

