/* defaults */
body{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-image: url(images/weavetile.png);
	color: white;
	text-align: center;
}
div{
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 10px auto 0px auto;
	color: white;

}
table{
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
td{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
hr{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
	color: White;
}
h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: xx-large;
	font-family: serif;
	font-style: italic;
}
h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: x-large;
	font-variant: small-caps;
	text-decoration: underline;
	color: Black;
}
h3{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: Black;
}
h4{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: large;
	font-style: italic;
}
h5{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
}
h6{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: x-small;
}
p{
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	font-family: sans-serif;
}
a:link, a:visited, a:active{
	color: Silver;
	font-family: serif;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: Black;
	text-decoration: none;
}
img{
	vertical-align: middle;
}
ul{
	text-align: left;
	font-family: monospace;
}
/* IDs */
/* IDs - Header */
div#header{
	height: 150px;
	background-color: black;
}
td#titlecell{
	width: 50%;
}

/* IDs - Footer */
div#footer{
	height: 25px;
	background-color: black;
}
td#midfoot{
	width: 20%;
	background-color: Black;
}

/* IDs - Page */
div#mainbit{
	min-height: 500px;
	height: auto!important;
	background-image: url(images/goldtrans.png);
}
div#gallery{
	height: 500px;
	background-image: url(images/goldtrans.png);
}
#fmlen{
	font-family: monospace;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
}

/* Classes */
/* Classes - Header */
td.navcell{
	width: 25%;
}
td.button{
	font-family: serif;
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
}

/* Classes - Footer */
td.sidefoot{
	width: 40%;
	background-color: Black;
	font-family: serif;
	font-variant: small-caps;
	font-weight: bold;
}

/* Classes - Page */
a:link.onblack, a:visited.onblack, a:active.onblack{
	color: #BFAB40;
	font-family: serif;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
a:hover.onblack{
	color: White;
	text-decoration: none;
}
td.cell3o{
	width: 33%;
}
td.cell3i{
	width:34%;
}
td.cell2{
	width:50%;
}
img.framed{
	margin: 5px 5px 5px 5px;
}
td.headcell{
	width: 33%;
	height: 125px;
	text-align: right;
	font-family: serif;
	font-size: large;
	font-style: italic;
	font-variant: small-caps;
}
td.infocell{
	width: 67%;
	height: 125px;
}
td.linkcell{
	width: 50%;
	height: 250px;
}
hr.mini{
	margin: 5px auto 5px auto;
	width: 25%;
	border: 1px solid black;
}
