/* Global Reset
------------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}


/* Layout
------------------------------------------------------------------------------- */

body {
	font: .75em Verdana, sans-serif;
	color: #572700;
}
#wrapper {
	margin:30px auto 0 auto;
	padding: 10px 0 0 0;
	width: 800px;
	background: url(../images/top_brush.gif) top center no-repeat;
}

/* Header
------------------------------------------------------------------------------- */

#header {
	padding: 40px 55px 0 55px;
	text-align: center;
	background: url(../images/content_brush.gif) top center repeat-y;
}

/* Content
------------------------------------------------------------------------------- */

#content {
	padding: 20px 55px 0 55px;
	background: url(../images/content_brush.gif) top center repeat-y;
}

/* form */
form {
	text-align: center;
}
input {
	width: 200px;
	padding: 5px;
	border: 1px solid #c0c0c0;
}
input.button {
	width: 120px;
	height: 31px;
	margin: 20px 0 0 0;
	background: url(../images/submit.jpg) center center no-repeat #948358;
	border: 0px;
	color: #fff;
	cursor: pointer;
}

/* Footer
------------------------------------------------------------------------------- */

#footer {
	font-size: 10px;
	text-align: center;
	padding: 20px 55px 40px 55px;
	background: url(../images/bottom_brush.gif) bottom center no-repeat;
}

/* Common
------------------------------------------------------------------------------- */

p {
	margin-bottom: 15px;
	line-height: 160%;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4 {
	margin-bottom: 15px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	line-height: 160%;
}
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }

a { color: #bc9b38; text-decoration: none; outline: none; }
a:visited { color: #bc9b38; text-decoration: none;  }
a:hover { color: #e2bc4a; text-decoration: none; }


.amp {
	font-family: "Goudy Old Style", "Book Antiqua", "Palatino", serif;
	font-style: italic;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
