@charset "utf-8";
/* CSS Document For General Wibrations Site */

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	/*height: 100%;*/
	margin-bottom: 0.1em;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background: #FFFFFF;
	text-align: center;
	height: 100%;
}

* { /* set padding/margins to 0 for everything by default */
	padding: 0;
	margin: 0;
}

img { /* turn off img border */
	border: 0;
}

a {
	color: #cc6666;
	text-decoration: none;
}

a:visited {
	color: #cc6666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	text-align: left;
	margin: 0 auto;
	position: relative;
	border-top: none;
	clear: both;
	width: 980px;
	border: 0px;
	height: 100%;
}
	
#header {
	position: relative;
	height: 100%;
	margin: 0px;
}
	
#header .logo {
	margin: 10px 100px 50px;
}

#content {
	height: 100%;
	width: 660px;
	margin: 0px 0px 0px 70px;
	padding: 0px;
}
	
#content h1 {
	padding: 20px 0px;
	font-weight:lighter;
	color: #663333;
}

#content h2 {
	padding: 20px 0px;
	color: #669933;
}

#content p {
	font-size: larger;
	padding: 0px 0px 0px 10px;
}

#footer {
	position: relative;
	height: 150px;
}

#footer .content {
	position: absolute;
	bottom: 0px;
	margin: 10px;
	width: 100%;
}

#footer .content p{
	color: #666666;
	font-size: smaller;
	text-align: center;
}