@charset "utf-8";
/* Erin Designs CSS*/

body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #330000;
}
#container {
	width: 780px;
	border: 0px none #000000;
	text-align: left;
	background-color: #FFFFFF;
	height: auto;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. Remove margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; 
} 
#header {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #476831;
	border-right-color: #476831;
	border-bottom-color: #476831;
	border-left-color: #476831;
} 

img.emptyhead {
position:relative;
top:13px;
border:none;

}
#navbar {
	text-align:center;
	text-transform:uppercase;
	position:relative;
	font-size:85%;
	color: #ffffff;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 8px;
	padding-bottom: 7px;
	border-bottom-color: #5c5f4b;
}
#navbar ul {
	margin:0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}
#navbar li {
	list-style:none;
	display:inline;
	font-weight:bolder;
	letter-spacing:5em;
}
#navbar a {
	color:#663300;
	text-decoration:none;
	padding:6px 16px;
	font-weight: bolder;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #fff;
}
#navbar a:hover {
	color:#fff;
	background-color: #663300;
}
.lastbutton_top {
border-right:1px solid #ccc;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #7a9055;
}

#footer { 
	padding: 0 10px 0 20px; 
	background:#88a299; 
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.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;
}
h1, h3 {
	color: #88a299;
}
#container #sidebar1 p {
	color: #FFF;
	font-size: small;
	line-height: 2em;
}
#mainContent p {
	font-size: small;
}
#mainContent p a {
	color: #663300;	
	text-decoration: none;
	font-weight: bold;
}
#mainContent p a:hover {
	text-decoration: underline;
}

#mainContent p a:visited {
	color: #999; 
}
#sidebar1 h3 {
	color: #663300;
	
}
#quote {
	border: 2px solid #FFF;
	width: 176px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: text-bottom;
}

#quote h3 {
	color: #476831;
}

#quote a:visited {
	color:#00C
}

#tip {
	font-size: small;
	color: #663300;
	height:75px;
	bottom: 0px;
}

.thumbnails {
	background-color: #88a299;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	}	
	
img {
	border:1px solid #FFF;
}

.clear {
	clear: both;
}

td {
	font-size:x-small;
}
