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


	body {
		margin: 0px;
		color: #ffffff;
		font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
		background: #696969 url('../images/bg.png') repeat-x top left;
	}

/* Main divs: */

	#page {
		width: 760px;
		margin: 0 auto;
		position: relative;
		background: #000000;
	}

	#pageContainer {
		margin-top: 30px;
		width: auto;
		height: auto;
		text-align: center;
		border: 2px solid #363636;
	}

	#pageHeader {
		width: auto;
		height: auto;
		text-align: center;
	}

	#pageContent {
		width: auto;
		height: auto;
		text-align: center;
		padding: 2px;
	}

	#pageFooter {
		width: auto;
		height: auto;
		text-align: center;
		padding: 2px;
	}

/* Other Divs*/

	#aboutGreen {
		width: 600px;
		margin: auto auto 5px auto;
		text-align: left;
		background: #003300;
		color: #ffffff;
		border-top: 2px solid #696969;
		border-bottom: 2px solid #696969;
		padding: 2px;
	}


/* Images: */

	img.noBorder {
		border: none;
	}

	img.avatar {
		border: 2px solid #363636;
		margin-left: 5px;
	}

/* Headings */

	h1 {
		font-family: "Gill Sans", Georgia, serif;
		font-size: 1.55em;
	}

	h2 {
		font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
		font-size: 1.2em;
		font-weight: normal;
		letter-spacing: 0.1em;
		text-align: left;
		text-transform: uppercase;
		padding-top: 10px;
		padding-left: 10px;
	}

	h3 {
		font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", sans-serif;
		font-size: 1.1em;
		font-weight: normal;
	}

/* Paragraphs: */

	p.aboutText {
		margin: auto auto auto auto;
		background: #003300;
		text-align: right;
		padding-top: 10px;
	}

	p.alertGreen {
		width: 600px;
		margin: auto auto 5px auto;
		background: #003300;
		color: #ffffff;
		border-top: 2px solid #696969;
		border-bottom: 2px solid #696969;
		padding: 2px;
	}

	p.alertDefault {
		width: 600px;
		margin: auto;
		font-size: 1.1em;
		background: #003300 url('../images/exclamation.png') no-repeat 15px 50%;
		border-top: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		padding-left:45px !important;
		padding-right:20px !important;
		padding-top:5px !important;
		padding-bottom:5px !important;
	}

	p.alertPrevious {
		width: 150px;
		margin: auto auto 5px auto;
		background: #000000 url('../images/prev.png') no-repeat 15px 50%;
		color: #ffffff;
		/* border-top: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff; */
		padding: 5px 2px 5px 2px;
	}

	p.small {
		width: 600px;
		margin: auto;
		font-size: 1.0em;
	}

	p.giantText {
		width: 600px;
		margin: auto;
		font-size: 8.0em;
	}

/* Links */

	a:link, a:visited { 
		color: #ffffff; 
		text-decoration: none;
		border-bottom: 1px dotted #ffffff;
	}

	a:hover { 
		color: #ffffff; 
		text-decoration: underline;
		border-bottom: none;
	}

	a.bareLink {
		color: #ffffff; 
		text-decoration: none;
		border-bottom: none;
	}

/* Lists */

	ul {
		font-family: "Gill Sans",Georgia,serif;
		list-style-type: square;
	}

	li {
		padding-bottom: 0.5em;
	}