/* Copyright Sandbox Innovations 2008 */

/* Main */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px; 
	line-height: 1.5em;
	background-color: white;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	text-indent: 0px;
	list-style-type: circle;
	list-style-position: outside;
	padding: 0 10px;
	margin-right: 10px;
} 

 li {
	margin: 7px 10px 8px;
	padding-right: 10px;
}


/* Typography */
p {
	/* base font size: 12px; base line height: 18px */
	font-size: 1.0em; /* 12px */
	line-height: 1.5em; /* x 1 */
	margin-top: 0.0em; /* 0px */
	margin-bottom: 0.0em; /* x 0 */
}

h1 {
	/* base font size: 12px; base line height: 18px */
	font-size: 2.6667em; /* 32px */
	line-height: 1.125em; /* x 2 */
	margin-top: 0.8438em; /* 27px */
	margin-bottom: 0.2812em; /* x 2 */
	font-weight: normal;
}

h2 {	
	/* base font size: 12px; base line height: 18px */
	font-size: 1.6667em; /* 20px */
	line-height: 0.9em; /* x 1 */
	margin-top: 1.35em; /* 27px */
	margin-bottom: 0.45em; /* x 2 */
	font-weight: normal;
	color: #888;
}

h3 {		
	/* base font size: 12px; base line height: 18px */
	font-size: 1.1667em; /* 14px */
	line-height: 1.2857em; /* x 1 */
	margin-top: 1.9286em; /* 27px */
	margin-bottom: 0.6429em; /* x 2 */
}

#footer {
	/* base font size: 12px; base line height: 18px */
	font-size: 0.8333em; /* 10px */
	line-height: 1.8em; /* x 1 */
	margin-top: 0.0em; /* 0px */
	margin-bottom: 1.8em; /* x 1 */
	font-weight: normal;
}

/* Images and links */
a { 
	color: #68a049;
	text-decoration:none;
	outline: none;
}


a:visited {
	text-decoration: none;
	color: #68a049;
}
 
a:active {
	text-decoration: underline;
	color:#999;
}
 
a:hover {
	text-decoration: underline;
	color: #5de000;
} 
    
img, a img {
	border-style: none;
}

/* Structure */
* {
	padding: 0;
	margin: 0;
}

#wrapper {
  margin: 0px auto;
  width: 844px;
  height: auto;
  background-color: white
}


#main {
	width: 844px;
}


#main #content {
  float: left;
  width: 784px;
  padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
}


	

/* Compatibily with IE */
/* PIE easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

