/*  CSS Design for Tippy Times              */
/*  Author: John Blaas                     */
/*  Version: 1.0                           */




/*********************Global Reset******************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/****************End Global Reset***************************/

html { height: 100%; }

body {
		background: #fff url("images/back.gif") top center repeat-y fixed;
		height: 100%;
		width: 100%;
		padding: 0;
		margin: 0;
		}

/* Common Clases */

	.clear { clear: both; }

/*  Header Components */

	#wrapper {
		height: 100%;
		margin: 0 auto;
		clear: both;
		width: 748px;
		}

	#wrapper > #header { margin-bottom: 0px; }


	#header {
		color: #fff
		float: left;
		height: 150px;
		width: 747px;
		background: #fff ;
		}

	#main {
		float: left;
		top: 115px;
		left: 0px;
		width: 749px;
		}

	#main img {
		border: 3px double #ada391;
		margin: 0.3em 1em 1.2em 0;
		}

	#footer {
		position: absolute;
		float: left;
		background-color: #585858;
		bottom: 0px;
		height: 55px;
		width:  100%;
		color: #58585;
		text-align: center;
		}

	h5 {
	text-align: center;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

	#maincontent img {
		border: 3px double #ada391;
		margin: 0.3em 1em 1.2em 0;
		}

	#maincontent p { margin-bottom: 1em; font-family: "Trebuchet MS", Verdana, sans-serif;}

	#maincontent h2, #maincontent h3 {
		font-size: 120%;
		font-weight: normal;
		margin-bottom: 0.4em;
		letter-spacing: 0.1em;
		margin-right: 20px;
		color: #ada391;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		}

	#maincontent h1 {
		color: #424242;
		margin-bottom: 0.4em;
		margin-top: 1em;
		padding-left: 16px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		}

	#maincontent h3 {
		color: #424242;
		margin-bottom: 0.4em;
		margin-top: 1em;
		padding-left: 16px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		}

	 #maincontent p { 
		margin-left: 5px; 
		margin-right: 15px; 
		padding-left: 16px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		}


	

