/* general */
html
{	height: 100%;				}

body
{
	height: 100%;
	
	color: black;
	font-family: Georgia;
	font-size: 14px;
	
	background-color: white;
	background-image: url(img/blackleft.png);
	background-repeat: repeat-y;
	
	margin: 0px;
	padding: 0px;
}

img, table
{	border: 0;					}

td
{	vertical-align: top;		}

a
{
	font-size: 14px;
	font-family: Georgia; 
	text-decoration: none;
	border-bottom: 1px dashed black;
	color: black;
}

div.content a
{
	font-size: 14px;
	font-family: Georgia; 
	text-decoration: none;
	border-bottom: 1px dashed red;
	color: red;
}


a:hover
{	background-color: black;		}

a:active
{	
	color: white;
	background-color: black;
}

.title
{	font-weight: bold;			}

.readable
{	font-family: Georgia; 	}

.list
{	font-weight: bold;			}

ul
{
	margin: 0px;
	padding: 0px;
}

li
{	list-style-type: none;		}

li.tall
{	margin: 10px;				}

.content
{	margin-left: 165px;			}


/* navigation row */

.menu
{
	float: left;
	width: 155px;
	height: 100%;
	
	background-color: black;
	text-align: center;
	
	padding: 0px;
	margin-right: -4px;	/* ugly ugly IEWin hack */
}

.menu a
{
	display: block;
	height: 50px;
	
	color: white;
	font-family: "Schadow BlkCn BT", Impact;
	font-size: 24px;
}

.menu a:hover
{	background-color: black;		}


div.top
{
	width: 100%;
	height: 100px;
	
	background-color: black;
	
	padding: 0px;
	margin: 0px;
}

img.top
{	margin-top: 52px;		}

h1, h2
{	font-family: Tahoma;	}


/* quote */

.quote
{
	margin-left: 50px;
	margin-top: 15px;
	font-style: italic;
	width: 300px;
}

#qname
{
	font-family: serif;
	text-align: right;
}


/* admin stuff (forms etc) */

input, textarea, select
{
	color: black;
	background-color: white;
	font-family: Georgia;
	font-size: 14px;
	border: 1px solid #000;
	margin: 2px;
}

textarea
{
	width: 100%;
	height: 20em;
}

textarea.smallarea
{
	width: 50%;
	height: 10em;
}

textarea.picturearea
{
	width: 70%;
	height: 4em;
	color: black;
	
}	

input.submit
{
	color: black;
	background-color: white;
	border: 3px solid black; 
}

input.wide
{
	width: 80%;
}

table.userlist, tr.userlist
{
	border: 1px solid black;
	width: 70%;
}
		
		
/* copyright */

.copy
{
	font-size:12px;
	margin-top: 100px;
}

.hiddenlink
{	
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}