body {
	background-color: #8a5d3b;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url('images/background.jpg');
	background-repeat:repeat-y;
	background-position: 50% 0px;
}

a {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif; font-weight: bold; text-transform: none;
}
a:link {
	color: #006699;
	text-decoration:none;
}
a:visited {
	color: #006699;
	text-decoration:none;
}
a:active {
	color: #a52722;
	text-decoration:none;
}
a:hover {
	color: #c16946;
	text-decoration:none;
}
H1 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif; 
	font-size: 24px; 
	font-style: normal; 
	line-height: 24px; 
	font-weight: bold; 
	color: #8a5d3b;
	margin:0px;
}

H3 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: bold; 
	color: #000000;
	margin:0px;
}
H4 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: bold; 
	color: #8a5d3b;
	margin:0px;
}


#content {
	width:810px;
	height:auto;
	padding:25px;
	background-color:#fff5d9;
}

#blog_content {
	width:630px;
	margin-right:10px;
	height:auto;
	padding:25px;
	background-color:#fff5d9;
}

#blog_sidebar {
	width:140px;
	height:auto;
	padding:10px;
	background-color:#fff5d9;
}


.chip {
	margin-left: 2px;
	margin-right: 2px;
}



#nav a:link, #nav a:visited, #nav a:active {
	color: #fff4e3;
	text-decoration:none;
}

#nav a:hover {
	color: #ff6600;
	text-decoration:none;
}


input {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #4e2a28;
	background: #fff;
	border: #4e2a28 solid 1px;
}

select {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #4e2a28;
	background: #fff;
	border: #4e2a28 solid 1px;
}

hr {
	border: 0px;
	color: #966a5b;
	background-color: #966a5b;
	height: 1px;
	width: 100%;
	text-align: center;
}

.button {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #ef8033;
	width: auto;
	height: 27px;
	border: #4e2a28 solid 1px;
	padding: 4px;
	margin-left:auto;
	margin-right:auto;
	margin-top: auto;
	margin-bottom: auto;
	border-bottom: #4e2a28 solid 2px;
	border-right: #4e2a28 solid 2px;
	text-align: center;
	vertical-align:middle;
}

.buttonDisabled {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fefefe;
	background: #f8ccad;
	width: auto;
	height: 24px;
	border: #b8a9a8 solid 1px;
	padding: 4px;
	margin-left:auto;
	margin-right:auto;
	margin-top: auto;
	margin-bottom: auto;
	border-bottom: #b8a9a8 solid 2px;
	border-right: #b8a9a8 solid 2px;
	text-align: center;
	vertical-align:middle;
}



.body {  font-family: Cambria, Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: normal; line-height: 20px; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.bodyBold { font-family: Cambria, Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: normal; line-height: 20px; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; text-decoration: none }
.hed { font-family: Cambria, Georgia, "Times New Roman", Times, serif; font-size: 20px; font-style: normal; line-height: 21px; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.subHed { font-family: Cambria, Georgia, "Times New Roman", Times, serif; font-size: 18px; font-style: normal; line-height: 21px; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}


.footer { font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #4e2a28; text-decoration: none; }

.statusGood { font-family: Cambria, Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; text-transform: none; color: #336600; text-decoration: none}
.statusBad { font-family: Cambria, Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; text-transform: none; color: #E71C23; text-decoration: none }


.italic { 	font-style:italic; }
.black { color: #000000; }
.red { color: #CC0000; }
.blue { color: #0000FF; }
.gray { color: #606060; }
.brown { color: #4f2d25; }

.fade { filter:alpha(opacity=50); -moz-opacity:.50; opacity:.50; }



#blog_footer {
	width:800px;
	height:30px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff5d9;
	vertical-align:middle;
}

