﻿/*-- Link Font States --*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000080;
	text-decoration: none;
	text-align: left;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000080;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color:blue;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline overline blink;
}
/*-- Formatting styles --*/
.header-layout {
	border: 1px solid #663300;
	background-image: url('blog/images/gold-back-bar.jpg');
}
iframe {
	border:none;
}
.border-brown {
	border: 1px solid #663300;
}
#column_w {
	border: 1px solid #808000;
	width: 96%;
	margin: 0 10 0 10;
	padding: 0px 4% 0px 4%;
	background-color: #FFFFE1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	float: none;
}

