/* Start every css with a body tag, defining all major values for the web site. Everything will follow these rules unless coded otherwise */ 
body {
	font-family: Arial,Helvetica,sans-serif;
	font-color: #003399;
	font-size:0.9em;
	background: url(images/gradient-left.3.jpg) no-repeat;
	background-position: top center;
}
/* styling for a paragraph */
p {
	font-size:0.9em;
	color:#4F4A3D;
	text-align:justify;
	padding-right:40px;
}
#wimpy {
	width: 300px;
	height: 25px;
	padding-top: 28px;
	padding-left: 305px;
}

/* Yvette quote */
#quote  {
  	width: 300px;
 	height: 100px;
	padding-top: 52px;
	padding-left: 260px;
  } 
/* Yvette links left */
#container1  {
  	width: 60px;
 	height: 280px;
	padding-left: 215px;
	padding-top:25px;
	text-align:center;
  } 
/* Yvette links right */
#container2  {
  	position: absolute;
  	margin-left: 880px;
  	top: 218px;
  	width: 60px;
  	height: 280px;
	text-align: center;
  } 
/* benefits listings under description box */
#benefits  {
  	position:absolute;
 	 left:310px;
 	 top:500px;
 	 width: 618px;
 	 height: 300px;
 	 padding-left: 23px;
  	font-color:4F4A3D;
 	 font-size:0.9em;
} 
/* How to use instructions under description box */
#use  {
 	 position:absolute;
 	 left:310px;
 	 top:500px;
 	 width: 618px;
 	 height: 200px;
 	 padding-left: 23px;
 	 font-color:4F4A3D;
  	font-size:0.9em;
} 
.lbrown12 {
	color:#6B1A03;
	font-size:0.85em;
}
.lbrown14 {
	color:#4F4A3D;
	font-size:0.8em;
}
a:link {
	color:#5A3D1C;
	text-decoration:none;
	font-weight:normal;
}
a:visited {
	color:#5A3D1C;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:#6B1A03;
	text-decoration:none;
	font-weight:normal;
}
a:active {
	color:#5A3D1C;
	text-decoration:none;
	font-weight:normal;
}
/* top navigation */
#navigation  {
  	position:absolute;
 	margin-left: 130px;
  	top:20px;
  	width: 820px;
  	height: 20px;
} 
#container {
	width: 1000px;
	height: auto;
	margin: auto auto;
}
/* flash player */
#flash  {
  	position: absolute;
  	margin-left: 328px;
  	top: 223px;
  	width: 520px;
  	height: 370px;
	text-align: center;
  } 
