/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
	
	font-family:Trebuchet MS;
	font-size:small;
	color:#000;
        text-align:left;
}

form {
    margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

h1 { 
	font:1.5em; 
	margin:0.5em 0;
        text-align:left;
}

h2 {
	font:1.25em; 
	margin:0 0 0.5em;
        text-align:left;
}

a {
    color:#ff5A00;
    text-align: center;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
        text-align:left;
}

td {
        text-align:left;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#fff;
	
	
}

 div#top_info {
     width:719px;
     background-color:#ff5A00;
     font-size:1.25em;
     padding:1em;
     padding-bottom:0.5em;
     clear:both;
     color:#fff;
     font-weight:bold;
}

div#header {
	padding:1em;
	padding-bottom:0.5em;
	background:#fff;
	clear:both;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
    
div#cookiecrumbs {
    padding-top:1em;
    padding-left:1em;
    clear:both;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
        text-align:left;
}
	div#content p {
		padding:0 1em;
                text-align:left;
	}

div#footer {
	width:100%;
	clear: both;
	background: #414141;
	padding-bottom:20px;
	color:#fff;
	font-size:0.75em;
}
	div#footer p {
		padding:1em;
		margin:0;
	}