/* CSS Document */

h1.header{
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #3333CC;
}

.center{
	text-align:center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*edited for use on this website by Longstaff Design */
/*URL: http://www.longstaffdesign.com */

.glossymenu{
list-style-type: none;
margin: 5px 0px;
padding: 0;
width: 147px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: black;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

/* End credits */

body{
	margin: auto;
	padding:15px;
	font-family:verdana, arial, helvetica, sans-serif;
	background-image:url(images/LD_mouse.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	width: 780px;
	height:100%;
	border-style: solid;
	border-width: 2px;
	border-color: #006699;
}


#header{
	background-color: #f0eeca;
}

#wrap{
	overflow:hidden;
	height: auto;
}

#maincol{
	padding: 5px;
	overflow:hidden;
}

#leftcol{
	float:left;
	padding: 5px;
	width: 150px;
	height: 600px;
	background-color: #f0eeca;
}


#99ccff
