@charset "utf-8"; 
/* reset */ 
* { 
	padding: 0; margin: 0; 
	}
body { 
	font-size: 100%; 
	font-weight: normal; 
	} 
h1, h2, h3, h5, h6, p, ul, li, dl, dt, dd, img, a, em, cite, table, tr, td, th, label, fieldset, input, button, code { 
	list-style: none; 
	text-decoration: none; 
	font-style:normal; 
	font-weight: normal; 
	border:none; 
	border-spacing: 0px; 
	} 
a, a:hover,a:active,a:visited { 
	text-decoration: underline; 
	color: #000000; 
	} 

/* base */

body
	{
	font-family: Tahoma,Helvetica,Arial,Verdana,sans-serif;
	color: #000000;
	font-size: 90%;
	background: #DAB36E url('../images/bg.jpg') top left repeat;
	}
h2
	{
	font-family: Geneva, serif;
	font-weight: bold;
	text-align: center;
	font-size: 3.1em;
	color: #FFE9C3;	
	}
h3
	{
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;	
	}
p
	{
	font-size: 1.05em;
	line-height: 1.4em;
	margin: 15px 0px;	
	}
em
	{
	font-weight: bold;	
	}
a
	{
	text-decoration: underline;	
	}
/* common */
.float_left
	{
	float: left;
	}
.float_right
	{
	float: right;
	}
.half_content
	{
	width: 350px;	
	}
.clear 
	{
	clear: both;
	}
.caption
	{
	margin-top: 5px;
	font-size: 0.85em;
	text-align: center;		
	}
em.large
	{
	font-size: 1.25em;	
	}
/* content */
.wrapper
	{
	margin: 20px auto;
	width: 990px;
	}
#content
	{
	width: 700px;
	}
.booth
	{
	margin-left: 10px;	
	}
#sidebar
	{
	width: 290px;
	}
.pricing
	{
	text-align: center;
	font-size: 3em;
	font-weight: bold;	
	}
.pricing2
	{
	font-size: 2.5em;
	text-align: center;
	}
.questions
	{
	font-size: 1.2em;
	text-align: center;	
	margin-top: 15px;
	}
a.button, a.button:visited
	{
	position:relative;
	display: block;
	width: 235px;
	height: 88px;
	text-decoration: none;
	margin: 20px auto;
	background: transparent url('../images/button.png') top left no-repeat;	
	}
a.button:active,a.button:hover
	{
	background-position: bottom left;	
	}
.button_spacer
	{
  position: relative;
	width: 235px;
	height: 88px;	
	}
