@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../images/bg_pattern.gif);
	background-position:-10% -10%;
	margin: 0px;
	padding: 0px;
	padding-left:100px;
	min-width:1000px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#container {
	background-image: url(../images/container_bg.gif);
	background-repeat: no-repeat;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	width:908px;
	height:607px;
}
#container #header {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	height:314px;
	width:908px;
}
#container #header #logo-main {
	margin-top: -60px;
	margin-left: -110px;
	z-index:1000;
	position:absolute;
}
#container #main #ratPack {
	padding: 0px;
	margin-left: -56px;
	margin-top: -214px;
}
#container #main #homecontent {
	background-image: url(../images/homecontent_bg.gif);
	background-repeat: no-repeat;
	width:370px;
	height:401px;
	float:right;
	margin-top:-108px;
	margin-right:5px;
	color:#FFFFFF;
}
#container #main #homecontent p {
	padding:20px;
}
#container #main #homecontent blockquote {
	font-style:italic;
}
#container #main #content {
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	width:370px;
	height:401px;
	float:right;
	margin-top:-108px;
	margin-right:5px;
	color:#FFFFFF;
}
#container #main #content p {
	padding:20px;
	padding-bottom:0;
	padding-top:5px;
}

.redLetter {
	font-size:2em;
	color:#EE1C24;
}
#subNav {
	text-align:center;
	font-size: .9em;
	color: #EE1C24;
	margin: 10px auto;
}
#subNav a {
	color: #EE1C24;
	text-decoration: none;
}
#subNav a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.vcard {
	color: #F0BA0D;
	font-size:1.1em;
	margin-top:-5px;
	padding-top:5px;
	padding-bottom:10px;
}
.vcard a {
	color: #F0BA0D;
	text-decoration:none;
}
.vcard a:hover {
	text-decoration:underline;
}
form {
	padding:20px;
	padding-top:0;
}
label {
	display:block;
	text-align:right;
	width:15%;
	float:left;
	clear:left;
}
input {
	display:block;
	width:70%;
	margin-left:20%;
}
.button{
	display:inline;
	width:20%;
}
textarea {
	display:block;
	width:70%;
	margin-left:20%;
}
.note {
	font-size:.7em;
}