@font-face { font-family: garamond; src: url('agp-reg.otf'); }
@font-face { font-family: garamond; font-weight: bold; src: url('agp-bold.otf'); }
@font-face { font-family: garamond; font-style:oblique; src: url('agp-it.otf'); }
@font-face { font-family: garamond; font-style:oblique; font-weight:bold; src: url('agp-boldit.otf'); }

body {
	margin:0; padding:0;
	background: #dcedda url('images/bg.jpg');
	color:#4f3428;
	font-family:helvetica, arial, sans-serif;
	}
#content {
	position:absolute;
	top:355px; left:25px;
	width:575px;
	}
h1 {
	margin:0;
	text-align:right;
	padding: 0 355px 0 0;
	font-size:28px;
	color:#d44c4e;
	font-family:garamond
	}
h3 {
	margin: -3px 0 10px 0;
	font-size:13px;
	font-weight:400;
	padding:0 315px 0 0;
	text-align:right;
	color:#b7b0a4;
	font-family:garamond
	}
h2 {
color:#8f6e45;
	font-weight:400;
	font-family: garamond;
	font-size: 22px;
	margin:-4px 0;
	letter-spacing:-1px;
	display:inline; height:22px;
	float:left;
	font-style:italic
	}

p {
	font-size:13px;
	line-height:20px;
	text-indent:25px;
	text-align:justify
	}
.center {
	text-align:center;
	text-indent:0;
	}
.center img {
	padding:3px;
	opacity:0.7;
	-moz-opacity:0.7;
	background-color:#c2a853;
	}
.center img:hover {
	opacity:1.0;
	-moz-opacity:1.0;
	background-color:#ba391a
	}

em {
	font-family:'adobe garamond pro';
	font-size:120%; color:#96521b;
	}
strong {
	color:#967683
	}
a {
	border-bottom: 1px solid #ae8d5d;
	color:#a41e0f;
	text-decoration:none
	}
a:hover {
	color:#776235;
	border-bottom:1px solid #c1ac7f
	}
	
input, textarea, select, option {
	background-color:#5a341d;
	color:#d1dfc6;
	font-family:"lucida sans unicode", monospace;
	font-size:14px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 5px solid #bd9242;
	}
	
#footer {
	font-size:11px;
	padding:35px 110px 0 15px;
	background: url('images/twins_f.jpg') no-repeat;
	height:90px;
	width:346px; margin:-10px auto 0 auto;
	line-height:16px;
}
  