* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #6b4830 url(../_images/bg_pg.gif) center top no-repeat;
	color: #6b4830;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	}
	
a:link, a:visited {
	color: #ac4e0d;
	}
	
a:hover, a:active {
	color: #9bc1be;
	text-decoration: none;
	}
	
p, h1, h2, h3, h4, ul, ol {
	margin: 20px 0;
	}

h1 {
	font-size: 28px;
	font-weight: normal;
	}
	
h2 {
	font-size: 24px;
	font-weight: normal;
	}
	
ul, ol {
	margin-left: 50px;
	}
	
#container {
	width: 984px;
	border: 1px solid #fff;
	margin: auto;
	}
	
#header_home, #header {
	background: url(../_images/bg_header_inner.jpg) no-repeat center top;
	height: 138px;
	}
	
#nav {
	color: #fff;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 42px;
	}
	
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#nav a:hover, #nav a:active {
	text-decoration: underline;
	}
	
#nav ul {
	list-style-type: none;
	text-align: right;
	margin: 0;
	}

#nav ul li {
	display: inline;
	background: url(../_images/bg_sep_vert.gif) repeat-y 0 0;
	padding: 0 24px;
	}

#nav ul li.first {
	background: none;
	}
	
#pic {
	
	}
	
#content {
	background: #fff;
	padding: 20px;
	text-align: justify;
	}
	
#content img {
	float: left;
	margin: 0 20px 0 0;
	background: #fff;
	padding: 3px;
	border: #ac4e0d 1px solid; 
	margin: 10px;
	}
	
#footer {
	background: #9bc1be url(../_images/bg_footer.gif) repeat-y 0 0;
	margin: -20px 0 0 0;
	height: 160px;
	}
	
#footer a:visited, #footer a:link {
	color: #6b4830;
	text-decoration: none;
	}
	
#footer a:active, #footer a:hover {
	text-decoration: underline;
	}
	
#f_left {
	width: 200px;
	background: #6b4830;
	color: #fff;
	float: left;
	clear: none;
	padding: 0 20px;
	text-align: center;
	line-height: normal;
	height: 160px;
	}
	
#f_right {
	float: right;
	clear: none;
	position: relative;
	top: 40px;
	text-align: center;
	margin: auto;
	font-size: 11px;
	width: 700px;
	}
	
.pad {
	padding: 20px;
	}
	
.clear {
	clear: both;
	}
	
.sep {
	background: url(../_images/bg_sep_horz.gif) repeat-x 0 0;
	padding: 15px;
	margin-top: -10px;
	}
	
/* FORM */

fieldset {
  padding: 1em;
  margin: auto;
  border: #ccc 1px solid;
  }
  
legend {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	}
  
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  }

span.error {
	background: #f00;
	color: #fff;
	float: left;
	clear: none;
	text-align: left;
	}

input#submit {
	width: 120px;
	background: #6b4830;
	color: #fff;
	height: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	}
  
 /* MISC */
 
.center {
	text-align: center;
	margin: auto;
	}
	
.center * {
	text-align: center;
	margin: auto;
	}

.thb {
	display: inline;
	clear: none;
	margin: 10px;
	text-align: center;
	}
	
#content img.thb {
	background: #fff;
	float: none;
	padding: 3px;
	border: #ac4e0d 1px solid; 
	margin: 10px;
	}
	
img.no_border {
	border: none;
	}
	
.small {
	font-size: 80%;
}