body
{
	margin: 0px;
	padding: 0px;
	/*
	background-color: #222;
*/
	font-family: georgia, serif;
	text-align: center;
	font-size: 62.5%;
	background-image: url(../images/bkgrd_gothic.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}


/* Frame structure */

#frame
{
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	border-color: #444;
	border-width: 0px 1px 1px 1px;
	border-style: dashed;
	background-color: #000;
	/*
*/
}

#header
{
	width: 100%;
	height: 170px;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 90px 0px 0px 0px;
	background-image: url(../images/headerIndex_bkgrd.gif);
	background-repeat: no-repeat;
	/*
	margin: 0px;
	background-color: #000;
	background-image: url(/images/header_bkgrd_index.jpg);
	background-repeat: no-repeat;
*/
}

#nav
{
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
/*
	background-color: #000;
*/
}

#intro
{
	float: left;
	width: 740px;
	margin: 0px 30px 10px 30px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px #444 dashed;
/*
	background-color: #234;
*/
}

#sidebar
{
	float: left;
	width: 200px;
/*
	background-color: #222;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 30px;
*/
}

#contentFull
{
	float: left;
	width: 710px;
	margin: 0px 0px 40px 50px;
/*
	background-color: #222;
	padding: 0px 0px 0px 30px;
*/
}

#content, #contentForm
{
	float: left;
	width: 485px;
	margin: 0px 40px 0px 40px;
/*
	background-color: #222;
*/
}

.storyContain
{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px #444 dashed;
	/*
	background-color: #EED;
*/
}

#footer
{
	clear: both;
	text-align: center;
	background-color: #434343;
	margin: 30px 0px 0px 0px;
	padding: 80px 0px 40px 0px;
	background-image: url(../images/footer_bkgrd.gif);
	background-repeat: no-repeat;
	/*
	height: 108px;
	height: 80px;
*/
}





/* Text - Size */

h1 { font-size: 2.5em; }

h2, #intro p { font-size: 1.8em; }

h3 { font-size: 1.5em; }

p, li, #sidebar p.tourDate { font-size: 1.4em; }

p.small, #sidebar p.small { font-size: 1.2em; }

#sidebar p { font-size: 1.3em; }


/* Text - Line Height */

h1 { line-height: 1.3em; }

h2  { line-height: 1.2em; }

h3 { line-height: 1.4em; }

p, li { line-height: 1.5em; }



/* Text - Margins */

h1 { margin: 0em 0em .25em 0em; }

h2 { margin: 1.25em 0em .5em 0em; }

h3 { margin: 1em 0em 0em 0em; }

p { margin: 0em 0em 1em 0em; }

p.tourDate { margin: 0em; }

ul
{
	margin: 0em 2em 2em 1em;
	padding: 0em 0em 0em 2em;
}

li { margin: 0em 0em .75em 0em; }

#sidebar h2
{
	margin: 1em 0em .75em 0em;
}



/* Text - Color */

h1, h2, h3, p.tourDate, label.required, .highlight { color: #FFF; }

p, li, label { color: #999; }



/* Text - Weight/Misc */

h1 { font-weight: normal; }

h2
{
	font-weight: normal;
	padding: 0em 0em .25em 0em;
	border-bottom: 1px #444 dashed;
}


/* Text - Color */

a:link, a:visited
{
	color: #FF9C00;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: underline;
/* 	text-decoration: none; */
}


/* Navigation */


#nav ul
{
	list-style-type: none;
	margin: 1em 0em 1em 0em;
	padding: 0em;
}

#nav li
{
	display: inline;
	margin: 0em 0em 0em 0em;
	padding: 0em 1.4em .75em 1.4em;
	font-size: 1.6em;
}

#nav a:link, #nav a:visited  { text-decoration: none; }

#nav a:hover  { text-decoration: underline; }

#about #nav-about a, #register #nav-register a, #charity #nav-charity a,
	#contact #nav-contact a, #news #nav-news a, 
	#feedback #nav-feedback a, #details #nav-details a { color: #999; }


/* Form Styles */

label
{
	font-size: 1.5em;
	width: 12em;
	float: left;
	text-align: left;
	margin: 0 0px 0px 0;
	clear: both;
	font-weight: bold;
}

.input-box, .select-pulldown, .input-checkbox { margin: 0px 20px 18px 0px; }

.submit-button
{
	margin-left: 5em;
	clear: both;
}

fieldset
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

fieldset div {
	padding: 0;
	display: block;
}

/* Misc */

p.zero
{
	margin: 0em;
	clear: both;
}

img { border: 0px; }
