

body
	{ 
	background-color:	#4C0A0A;
	font-family: Georgia, "Times New Roman", "Times serif", serif;
/*	font-size: 62.5%; */
	font-size: small;
/*	line-height: 1.7; */
	margin: 0;
	}

a
	{
	text-decoration: none;
	color: #8E7D6C;
	}

a:hover
	{
	color: #9e9e9e;
	}

img.centered, img.aligncenter, #content img.aligncenter
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright
	{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft
	{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright
	{
	float: right;
	}

.alignleft
	{
	float: left;
	}

.aligncenter, div.aligncenter
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}




/* this style for all-over the page */
#wrap
	{
	float: left;
	margin-top: -20px;
	background: #FEFCFA;
	padding: 40px;
	}



/* for page header (Crown Tourney etc.) */
#header
	{
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 1em;
	}

#header h1
	{
	display: inline;
	font-size: 2.8em;
	line-height: 1;
	margin: 0;
	font-weight: normal;
	letter-spacing: -2px;
	}

#header h1 a
	{
	color: #5F1010;
	}

#header h1 a:hover
	{
	color: #86827A;
	}


#header p
	{
	color: #86827A;
	font-size: 1em;
	margin: 0;
	}



/* Main text area */

#content
	{
	width: 700px;
	margin-left: 40px;
	overflow: hidden;
/*	font-size: 1.1em; */
	margin: 5px;
	padding: 0 10px;
	}

#content img
	{
	margin: 5px;
	}
	
#content h1
	{
	color: #8C4A4A;
	}



/* form styles */


#content td.borderbottom
	{
	border-bottom: thin groove;
	}

#content td
	{
	font-family: "Century Gothic", Helvetica, arial;
	font-size: smaller;
	padding-top: 10px;
	padding-bottom: 10px;
	}



/* Lost-and-found styles */

#found
	{
	font-size: 16px;
	border-collapse: collapse;
	}
	
#found td
	{
	font-family: Georgia, "Times New Roman", "Times serif", serif;
	border-left: 1px inset black;
	border-right: 1px inset black;
	}

#found td.photo
	{
	vertical-align: bottom;	
	text-align:	center;
	border-top: 1px inset black;
	}

#found td.bottom
	{
	border-bottom: 1px inset black;
	}


#found img
	{
	width:	200px;
	}

#found img.larger
	{
	width:	400px;
	}

#found img.largest
	{
	width:	600px;
	}




/* Navigation bar on the right */

#sidebar
	{
	margin-top: 40px;
	color: #eee;
	float: left;
	margin-left: 40px;
	}


#sidebar img
	{
	border: none;
	}

#sidebar h2
	{
	color: #EADED3;
	font-size: 1.4em;
	margin-bottom: 10px;
	font-weight: normal;
	}

#sidebar ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul li a
	{
	color: #fff;
	}

#sidebar ul li a:hover
	{
	color: #fffab8;
	}



/* Page footer */

#footer
	{
	color: #888;
	font-size: 0.8em;
	margin-top: 20px;
	padding: 3px;
	}

#footer a
	{
	color: #9A8F95;
	font-weight: bold;
	}
	
	

/* omits navibar when printing page */

@media print
  {
  #sidebar
    {
	display: none;
	}
	
  #content
    {
	margin: 0;
	}
  }  