@import url('header.css');
@import url('content.css');
@import url('footer.css');
@import url('form.css');


html, body {
	min-height: 100%;
	height: 100%;
} 

html>body, html>body #outer {
	height: auto;
} 

body {
	background-color: #C7B59B;
	color: #36260E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

img { margin: 0px; display: block; }

dfn { display: none; }

a {
	color: #0E8BBF;
	text-decoration: none;
	font-weight: bold;
}

a:hover { color: #36260E; }

a img { border: none; }

h1 {
	color: #36260E;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

h2 {
	color: #36260E;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}

#outer {
	width: 772px;
	margin: 0 auto;
	padding: 0;
	background: url('../image/background.gif') repeat-y 50% 0%
}

p {
	text-align: justify;
}
