body {
	background: url(http://www.thelivingvision.com/images/bg.jpg) top center no-repeat #faf2ee;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color: #5b5b5b; 
	}

h1 {
	font-size: 18px;
	color: #00a9cc;
	}

h2 {
	font-size: 16px;
	color: #00a9cc;
	}
	
h3 {
	font-size: 16px;
	color: #00a9cc;
	}
	
h4 {
	font-size: 14px;
	color: #fff;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #b3422d;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #b3422d;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #00a9cc; 
	}
	
a.sub:link {
	font-weight: bold;
	font-size: 14px; 
	text-decoration: underline; 
	color: #fdca00;
	} 	
a.sub:visited {
	font-weight: bold; 
	font-size: 14px;
	text-decoration: underline; 
	color: #fdca00;
	}	
a.sub:hover {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none; 
	color: #b3422d; 
	}
	
a.side:link {
	font-weight: bold;
	font-size: 14px; 
	text-decoration: none; 
	color: #fff;
	} 	
a.side:visited {
	font-weight: bold; 
	font-size: 14px;
	text-decoration: none; 
	color: #fff;
	}	
a.side:hover {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none; 
	color: #fdca00; 
	}
	
a.box:link {
	font-weight: bold; 
	text-decoration: underline; 
	color: #fdca00;
	} 	
a.box:visited {
	font-weight: bold; 
	text-decoration: underline; 
	color: #fdca00;
	}	
a.box:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #b3422d; 
	}
	
.topSpace {
	padding-right: 11px;
	}

.rust {
	color: #b3422d;
	}
	
.white {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	}
	
.white2 {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	}

.small {
	font-size: 10px;	
	}
	
.small2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}
	
.quote p {	
	color: #fff;
	}
	
.recipe p {
	color: #00a9cc;
	font-weight: bold;
	}
	
.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}
	
.contactButton { 
	color: #fff; 
	font-weight: bold;	
	background-color: #007db1;
	border: 1px solid #fff;
	}

.contactInput { 
	background-color: #fff; 
	border: 1px solid #007db1;
	}
	
#flashcontent {	
	width: 1000px;
	height: 226px;		
	}
	
/* BLOG STYLES */

.blogNav p {
	color: #fff;
	font-size: 12px;
	}
	
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}