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

html,body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:12px;
	color:#212121;
	background-color:#FFF	;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
}

h1 { 
	font-size:3em; 
	margin:0.5em 0;
}

h2 {
	font-size:16px; 
	margin:0 0 1em 0.5em;
}
	
h1, h2, a, em {
		color:#990000;
}
	
	

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

.thumbs img {
	border:2px solid #ae483a;
}
.thumbs img:hover {
	border:2px solid #DDD;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background-image:url(../images/contentBackground.png);
}

div#header {
	padding:1em;
	/*border-bottom:1px solid #DDDDDD;*/
	background-image:url(../images/logoheader.png);
}
div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
}

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

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	border-top:1px solid #FFF;
	text-align:center;
}
div#footer p {
	padding:10px;
	margin:0;
}

/* FORMS */


.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}
