@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


body {
	font-family:'Georgia', Arial, sans-serif;
	background-image: url(../_images/bkgd.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
	/* font-size: 62.5%; */
}

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

p {
	font-size: 0.9em;
	margin: 12px 0;
	line-height: 1.2em;
}

img {
	border: none;
}

h1 {
	font-size:1.8em;
	font-family:helvetica, arial, sans-serif;
	letter-spacing:-0.02em;
	margin:10px 0 7px 0;
}

h2 {
	font-size:1.6em;
	font-family:helvetica, arial, sans-serif;
	letter-spacing:-0.02em;
	margin:12px 0 6px 0;
	padding-top:12px;
	border-top:1px dotted #545454;
}

h4 {
	font-size:1.3em;
	margin:5px 0 2px 0;
	color:#CF2619;
}

.container {
	width:100%;
}

.content {
	padding: 320px 0 0 0;
	width: 520px;
	margin: 0 auto;
	text-align: justify;
}

#subscribe {}

#subscribe .field {
	width: 360px;
	height: 20px;
	font-family:'Georgia', Arial, sans-serif;
	background-color: #fff;
	border: 1px solid #727171;
	padding: 4px 0 0 2px;
}

#subscribe .button {
	font-family:'Georgia', Arial, sans-serif;
	font-weight:bold;
	color: #fff;
	background-color: #626262;
	border: 1px solid #626262;
	text-decoration:none;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size:0.8em;
  padding: 3px 5px 3px 5px;
  margin: 0 0 0 8px;
}