@charset "utf-8";
/* CSS Document Created by Yummy Green Beans www.yummygreenbeans.com */


/* =GLOBAL STYLES
--------------------------------*/
body {
	margin:0;
	padding:0;
	text-align:center;
	background:url(../images/bg_body.png) repeat-x top left #fff;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	}
	
/*	
#wrapper {
	width:792px;
	margin:0 auto;
	padding:0 14px;
	background:url(../images/bg_border.png) repeat-y top left;
	}
*/	
	
h1, h2, h3, h4 {
	font-weight:normal;
	}
	
h1 {
	font-size:250%;
	color:#ff7c00;
	margin-top:0;
	}
	
h2 {font-size:190%}

h3 {font-size:170%}

h4 {font-size:140%}
	
p {
	font-size:120%;
	line-height:1.5;
	}
	
a img{
	border:0;
}

a {
	color:#0a72ba;
	text-decoration: none;	
	}

a:visited {color:#042F4A}

a:hover {color:#ff7c00;}

