/* =Main box border */
.border {
	background-color: #AC500D;
	padding: 2px;
	width: 800px;
	margin: 20px auto -1px auto;
}

/* =Body */
body {
	background-image: url(/images/Orange2.jpg);
	background-repeat: repeat;
	background-color: #E5AC27;
	
}
.bodycontent {
padding: .3cm
}




<!-- blog content
#apDiv1 {
	position:relative;
	float:left
	width:320px;
	left: 0px;
}

#apDiv2 {
	position:relative;
	float:right
	width:120px;
	top: 2px;
	right: 0px;
}
-->


/* =Links */
a:link {
	color: #0000FF;
	text-decoration: none;
	}
a:visited {
	color: #0000FF;
	text-decoration: none;
	}
a:hover {
	color: #CCCCCC;
	background-color: #000099;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	text-decoration: none;
	}

/* =Image hover Style */
.hoverimg a:link {
	background-color: transparent;
	color: transparent;
	text-decoration: none;
	}
.hoverimg a:visited {
	background-color: transparent;
	color: transparent;
	text-decoration: none;
	}
.hoverimg a:hover {
	background-color: transparent;
	color: transparent;
	text-decoration: none;
	}
.hoverimg a:active { 
	background-color: transparent;
	color: transparent;
	text-decoration: none;
	}

/* =Headlind Style */
.headline{
	font-size: medium;
	font-weight: bold;
	color:#309;
	text-decoration:none;
}

.headline a:link {
	color: #309;
	text-decoration: none;
	}
	
.headline a:visited {
	color: #309;
	text-decoration: none;
	}
	
.headline a:hover {
	color: #CCC;
	text-decoration: none;
	background-color: transparent;
	}

/* =Sub Headline */
.subheadline{
	font-weight: bold;
}

/* =quote itallic */
.quote{
	font-style: italic;
}
	
/* =Newsletter */
	/* newsletter wrapper called navagation until time to change */
	#navigation_wrapper{
		height: 37px;
		width: 800px;
		margin: 10px auto 10px auto;
	}
	/* News Letter Sign Up */
	#search_wrapper{
		float: right;
		height: 30px;
		padding:7px 10px 0 0;
		}
	.search{
	border: 1px solid #212417;
	width: 160px;
	height: 18px;
	}