/* CSS Document */

body {
	background-image: url(images/bk.gif);
	background-repeat:no-repeat;
	background-color:#C0C08E;
}
#story {
	font-family: verdana;
	font-size: 12px;
	line-height: 24px;
	vertical-align: top;
	padding-left: 80px;
	width: 550px;
}
#container {
	padding-right: 190px;
	padding-top: 10px;
	width: 750px;
}
#center {
  padding: 10px 20px;    /* CC padding */
  width: 100%;
  background-color: #ffffff;
}
#left {
	width: 180px;
	padding: 0 10px;
	right: 240px;
	margin-left: -100%;
}
#right {
  width: 130px;          /* RC width */
  padding: 0 10px;       /* RC padding */
  margin-right: -190px;  /* RC fullwidth + CC padding */
}
#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 40px;
}

/*** IE Fix ***/
* html #left {
  left: 20px;           /* RC fullwidth */
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
	font-style: italic;
}
strong {
	color: #FFFFFF;
}
#top {
	font-family: verdana;
	font-size: 12px;
	line-height: 24px;
	background-color: #000000;
	height: 20px;
	clear: none;
	float: none;
	padding: 10px;
	width: 100%;
	margin: 0px 0px 20px;
	position: relative;
	top: 0px;
	right: 0px;
	clip: rect(auto,auto,auto,auto);
	text-decoration: none;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
#home {
	font-family: verdana;
	font-size: 12px;
	line-height: 24px;
	vertical-align: top;
	padding-left: 80px;
	width: 750px;
}
.form{
	line-height:34px;
}
