/* CSS Document */
/* links */
a	{ 
	color: #CCAD83;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #FFFFFF;
	background: inherit; 	 
}
.clear {
	clear: both;
	height: 2px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCAD83;
}
p {
	font-family: "Keble Condensed", "KebleCondensed", "arial narrow", helvetica, arial, sans-serif;
	font-weight: lighter;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-bottom: 3px;
	line-height: 110%;
	letter-spacing: 0.1em;
	text-align: justify;
}
em{
	font-family: "Times New Roman", Times, serif;
}
body {
	background-color:#CCCC99;
	margin:0;
	padding:0;
	text-align:center;
}
/*****************************
      LAYOUT 
******************************/
.wrap {
	width:450px;
	text-align:left;
	margin: 0px auto 0;
	background-color: #221C1A;
	background-image: url(img/wrap_strip.gif);
	height: 285px;
	background-repeat: repeat-y;
	background-position: left top;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
/* center  */
}
#content {
	font-family:"Times New Roman", Times, serif;
	position: absolute;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	width: 450px;
	top: 0px;
	height: 285px;
	float: left;
}