@charset "UTF-8";
/* CSS Document */

html {}
body {
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	background-color: #000000;
	}
	
td {
	vertical-align:top;
	}
	
#wrapper {
	width: 860px;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(graphics/tile.jpg);
	background-repeat: repeat;
	background-position: center;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

div#logo {
	width: 850px;
	height: 125px;
	}
	
div#menulist {
	padding: 0;
		border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	}
	
/* this is for content on the right side of the welcome page */
	
div#content {
	width: 550px;
	height: auto;
	float: right;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(graphics/fold3.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/* this is for content on the left side of the welcome page */

div#contentside {
	width: 175px;
	height: auto;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	
/* this is for content on all other pages */
	
div#contentfull {
	width: 725px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	}
	
div#footer {
	width: 850px;
	height: 50px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	
/* this is a menu I downloaded off the internets */

ul#menu
{

	list-style-type:none;
	font-size:12px;
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	width: 700px;
	margin: 1ex auto;


}

ul#menu li
{
	display:inline;
	text-align: center;
	
	margin: 1em;
}
	
ul#menu li a
{
	
	color:#000;
	text-decoration:none;
	font-weight:bold;

}
	
ul#menu li a:hover
{	
	color:#ccc;	
			
}	

ul#menu li a.current
{ color: #c93;
	
}


/* this is some text wrapping stuff I found on the internets */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
