@charset "utf-8";

body  {
	background: #31160D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	overflow: scroll;
}
#apDiv1 {
	position:absolute;
	left:58%;
	top:4px;
	width:204px;
	height:69px;
	z-index:2;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left;
	margin-top: 21px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/wood_bg.jpg);
	background-repeat: repeat;
	background-position: right top;
} 
.twoColFixLtHdr #header {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: left;
} 
.twoColFixLtHdr  #header h1 {
	font-size: 1px;
	color: #925320;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-image: url(images/looks_of_love.gif);
	height: 65px;
	width: 442px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header  p  {
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-left: 10px;
	margin-top: 5px;
	font-weight: normal;
}
.twoColFixLtHdr  #header a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.twoColFixLtHdr #header a:hover {
	color: #00CCFF;
}

.twoColFixLtHdr #footer {
	background-color: #31160D;
	margin-top: 26px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

