/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

/******* GENERAL 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 {
border: 0pt none;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0pt;
padding: 0pt;
vertical-align: baseline;
}


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#FFFFFF;
	
	/*
	font-family:arial,sans-serif;
	font-size:small;
	*/
	color:#666;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 12px;
}

/*h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}*/

/*p { 
	line-height:1.5; 
	margin:0 0 1em;
}*/

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	background:#FFFFFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	border-color: #663300;
	border-style:solid;
	border-width:1px;
}

div#header {
	/* padding:1em;
	background:#ddd url("../csslayout.gif") 98% 10px no-repeat;
	border-bottom:6px double gray;
	*/
	
	margin: 0 auto;
	padding: 0 0 0 0;
	background:#663300;
	
}
    /*
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
	*/

/*div#content {
	padding:1em 1em 5em;
	background: #fff;
}*/
/*div#content p {
		text-align:justify;
		padding:0 1em;
	}*/

/*
div#footer {
	position:absolute;
	width:100%;
	bottom:0; */ /* stick to bottom */
	/*
	background:#ddd;
	border-top:6px double gray;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
*/
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	
	background: #d6d4ae;
	border-top: /*1px solid #d0ccc9*/ 6px solid #663300;
	border-bottom: /*1px solid #d0ccc9*/ 6px solid #663300;
	/*
	padding: 10px;
	color: #7e7e7e;
	*/
	font-size: 11px;
	text-align: right;
	}
	
	div#footer p {
		padding:1em;
		margin:0;
	    line-height: 0px;
		color:#000000;
	}
	
div#footer a:link {color:#000000;}
div#footer a:visited {color:#000000;}
div#footer a:hover {color:#0000FF;}
div#footer a:active {color:#000000;}


/* ----------------------------------------------------------------------------------------- */

td a:link {color:#660033;}


a:link {color:#c2c2c2}
a:visited {color:#9966FF}
a:hover {color:#6fa5fd}
a:active {color:#0000FF}