/*----- Global Settings -----*/

/* 1em = 10px */

/* force scroll bars */

html {
	margin-bottom: 1px;
	width: 100%;
	height: 100%;
	min-height: 100%
}



body {
	background-color: white;
	font-size: 100%;
	text-align: left;
	font-family: "Lucida Grande", Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #3c4c5e;
}

/*----- Headings -----*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	color: #000;
}

/*----- Default Formatting -----*/

p, ul, ol, li {
	color: #000;
	text-align: left;
}

a {
	color: gray;
	text-decoration: none;
}

#wrapper {
	width: 960px;
}

#content {
	padding-left: 10px;
	width: 840px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
}

/*----- Hide Divs -----*/

#navigation {
	visibility: hidden;
}

#credit {
	visibility: hidden;
}

#header {
	visibility: hidden;
}