/* (c) Margaret Davey 2010 */
/* To contact the webmaster, email chrisphilpot [at] gmail [dot] com */

body
{background-image:	url(images/bg.gif);
 background-color:	#FFC;
 background-repeat:	repeat-y;
 font-family:		Arial, Helvetica, sans-serif;
 font-size:			100%;
 margin-left:		170px;}

h1
{color:				#600;
 font-family:		Arial, Helvetica, sans-serif;
 font-size:			140%;
 font-weight:		bold;
 .margin-top:		5px;}

h2
{color:				#600;
 font-family:		Arial, Helvetica, sans-serif;
 font-size:			100%;
 font-weight:		bold;}

p
{color:				#000;
 font-size:			80%;
 .margin-top:		-5px;
 text-align:		justify;}

.phoooto
{border:			1px solid #C00;
 float:				right;
 margin:			8px 5px 10px 15px;}
 
.table
{color:				#000;
 text-align:		left;}

td
{vertical-align:	top;
 font-size:			80%;}

hr
{color:				#C00;}

/* List formatting */

.norm_ul
{font-family:		Arial, Helvetica, sans-serif;
 font-size:			80%;
 color:				#000;
 list-style-image:	url(images/bullet.gif);
 margin-left:		27px;
 .margin-left:		34px;
 .margin-top:		-6px;
 padding-left:		1px;}

.norm_ol
{font-family:		Arial, Helvetica, sans-serif;
 font-size:			80%;
 color:				#000;
/* list-style-type:	lower-roman; */
 margin-left:		-10px;
 .margin-left:		35px;
 .margin-top:		-6px;}

/* Menu */

#menu
{font-family:		Arial, Helvetica, sans-serif;
 font-size:			90%;
 left:				12px;
 list-style-type:	none;
 margin:			0 auto;
 padding:			0px;
 position:			absolute;
 top:				140px;
 .margin-left:		4px;
 width:				150px;}

#menu li
{border-bottom:		2px solid #C00;
 float:				left;
 width:				126px;}
 
#menu a
{background-color:	#C00; 
 border:			3px solid #FFF;
 border-color:		#930 #600 #300 #900;
 color:				#FFC;
 display:			block;
 float:				left;
 padding:			4px 0px 4px 0px;
 text-align:		center; 
 text-decoration:	none; 
 width:				120px;}

#menu a:hover
{display:			block;
 width:				120px;
 color:				#FFC;
 background-color:	#900;
 text-align:		center;
 padding:			4px 0px 4px 0px;
 text-decoration:	none; 
 float:				left;
 border:			3px solid #FFF;
 border-color:		#300 #930 #960 #600;}

/* DIV wrappers */

#container
{width:				800px;}

#header
{text-align:		center;
 width:				100%;}

#content
{width:				100%}

#margin_nudge
{margin-left:		5px}

#footer
{color:				#600;
 font-family:		Arial, Helvetica, sans-serif;
 font-size:			100%;
 font-weight:		bold;
 text-align:		center;
 width:				100%}

/* Link styles */

A:link
{color:				#C00;}

A:visited
{color:				#300;}

A:active
{color:				#C00;}

A:hover
{color:				#600;}

/* Image shadows */

.img-shadow {
 background:		url(images/img-shadow.png) no-repeat bottom right !important;
 background:		url(images/img-shadow.gif) no-repeat bottom right;
 float:				right;
 margin: 15px 0 0 30px !important;
 margin: 15px 0 0 25px;}

.img-shadow img
{background-color:	#FFF;
 border:			1px solid #A9A9A9;
 display:			block;
 margin:			-15px 15px 15px -15px;
 padding:			4px;
 position:			relative;} 