@charset utf-8;
/*--
	Theme Name: wp016
	Description: A theme for Wordpress 3.4 
--*/
/* General
---------------------------------------- */
 body {
  background: #C76004;
  color: #000;
  font: 100%/1.1875em Arial, Helvetica, sans-serif;
  position: relative;
  -webkit-text-size-adjust: 100%;
  /* Stops Mobile Safari from auto-adjusting font-sizes */

}
.home #main{  
  background: #C76004 url(images/bg.jpg) top center repeat-x;
  height: 100%
}
.main {
  font-size: 12px;
  line-height:20px;
  background: #C76004 url(images/bg.jpg) center -160px repeat-x;
}
.bubbles{
  background: url(images/bubbles.png)  center 100px no-repeat;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
a.external {
	color:#fff;
 	opacity: 1.7;	
	font-weight:bold; 
	text-decoration:underline;
	font-style:italic;
}	
	
a.external:hover {
 	opacity: 0.7;	
	 color:#ff9900;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
}	
