/*
-----------------------------------------------
la Porte Brune screen master
Author:   John Marstall
Version:  1.0
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Georgia", Times New Roman, Times, Serif;
	font-size: small;
	color: #fff;
	background: #663c1f url(bkgd.gif) top left repeat-x;
}

a {
	outline: none;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #AB977B;
	text-decoration: none;
}

a:active {
	color: #AB977B;
	text-decoration: none;
}

a img { border: 0; } 

#wrap {
	text-align: center;
	margin: 0 auto;
	width: 780px;
	position: relative;
}

img {
	margin-top: 40px;
}

h2 {
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 35px;
	position: relative;
	top: -84px;
}

.subhead {
	font-family: Arial, Helvetica, Georgia, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #AB977B;
}
