/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0px none;
	margin:0;
	padding:1
}

/* general */

/*href color*/
a {
	color:#800080;
	text-decoration:none;
}

/*href hover color*/
a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	/*background color*/
	background:#333333;
	/*body text color*/
	color:#777;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	height:80px;
	margin:0 auto;
	width:751px;
	background:#fafafa;
	padding:0px 20px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}
#header h5 {
	color:#888;
	font-size:95%;
	text-align:right;
}

#flash_gallery
{ 
	z-index: -1;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#ffffff;
	font-family:sans-serif;
	font-size:20;
} 

	
/* navigation */

#navigation {
	/*menu bar color*/
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:750px;
	height:40px;
	list-style:none;
	padding:20px;
}
#navigation li {
	/*menu bar vertical line color*/
	border-left:1px solid #999;
	float:left;
	width:149px;
	list-style:none;
}
#navigation a {

	color:#555;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0px 20px;
	width:751px;
	background:#fafafa;
	padding:0px 20px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}

#content h5 {
	padding:10px 40px 0;	
	font-size:100%;	
	text-align:left;
}
#content h6 {
	padding:10px 60px 0;	
	font-size:100%;	
	text-align:left;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:0px 20px;
	text-align:center;
	width:751px;
	background:#fafafa;
}

/* Added by Larry Ullman: */
.error {
	font-weight: bold;
	color: #C00;
}
/* Form Input Box Formating */
.textinput{
	background:#ffffff;
	border:1px solid #999;
	padding: 2px;
}

/* Contact table formatting*/
.contact
{
table-layout: fixed;
border:1px none;
width:80%; 
align:center
}


/* Image formatting */

.thumb {padding: 5px}


 