
body {
	color: black;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Helvetica, Geneva, Arial, san-serif;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #b6b9c2;
	}

#wrapper {
	margin: 5% auto 20px;
	padding: 10px;
	position: relative;
	width: 812px;
	height: 520px;
	border: 0;
	background-color: red;
	background: url(letterforms-bg.gif) no-repeat;
	}
	
/* ****************** header ***************** */

#header {
	padding: 10px 15px 5px;
	height: 35px
	}

#header h1 {
	display: inline
	}

#header h1 a {
	color: black;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none
	}

#header h1 a:hover {
	color: white
	}

#header ul {
	list-style-type: none;
	display: inline;
	margin: 0 0 0 30px;
	padding: 0
	}

#header ul li {
	display: inline;
	margin-right: 20px;
	padding: 0
	}

#header ul li a {
	color: black;
	font-size: 18px;
	text-decoration: none
	}

#header ul li a:hover {
	color: white
	}

/* ****************** content ***************** */

#grid {
	margin: 5px 0 0 116px
	}

#grid table {
	margin: 0;
	padding: 0
	}

#grid table td {
	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: middle
	}

#grid table td a {
	background-color: white;
	text-align: center;
	display: block;
	margin: 3px;
	padding: 0;
	width: 145px;
	height: 120px;
	vertical-align: middle;
	border: solid 2px red;
	}

#grid table td a:hover {
	border: solid 2px black
	}

#grid table td a img {
	border: 0
	}

#you-are-here {
	position: absolute;
	top: 69px;
	left: 750px;
	background-image: url(side-numbers-bg.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	padding: 0 0 272px 0;
	margin: 0 0 0 4px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;	
	}
	
#bigpic	{
	width: 650px;
	height: 379px;
	margin: 10px 0 0 116px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	background-color: white;
	}

#bigpic	a	{
	text-align: center;
	display: block;
	height: 371px;
	border: 4px solid white;
	}

#bigpic	a:hover	{
	border: 4px solid black;
	}

#bigpic a img	{
	border: none;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0;
	}

#text, #intro, #about	 {
	font-size: 1em;
	margin: 10px 0 0 116px;
	padding: 10px;
	width: 630px;
	height: 359px;
	overflow: auto;
	}

#text h2, #about h2, #intro h2	{
	font-size: 1.4em;
	margin-left: 200px;
	}
	
#text p, #about p, #about ul, #intro p, #intro ol	{
	margin-left: 200px;
	font-size: 1em;
	line-height: 1.4em;
	}

#about ul	{
	list-style-type: square;
	}

#about ul li, #intro ol li	{
	margin: 0.2em 1.6em;
	padding: 0 0.5em;
	font-size: 1em;
	line-height: 1.4em
	}

.float-left	{
	float: left;
	margin-top: 0.8em;
	}
/* ****************** menu ***************** */

#grid-menu {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 100px;
	z-index: 50;
	}

#grid-menu ul {
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
	width: 28px;
	float: left
	}

#grid-menu li {
	margin: 0 0 11px;
	padding: 0;
	width: 28px;
	height: 28px;
	float: none;
	}

#grid-menu li a {
	background: url(grid-button-bg.gif) no-repeat;
	color: black;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	display: block
	}

#grid-menu li a:hover {
	color: white;
	background-image: url(grid-button-bg-over.gif);
	}
	
/* ****************** forms ***************** */

form	{
	margin: 0 0 0 100px;
	}

label	{
	display: block;
	font-weight: bold;
	margin: 0.2em 0;
	
	}

input, textarea	{
	margin: 0.2em 0 0.5em 0;
	font-size: 1em;
	border: 1px solid black;
	
	}
	
textarea	{
	
	}

form br	{
	clear: left;
	}

/* ****************** footer ***************** */

#footer {
	font-size: 10px;
	margin: 10px 50px 10px 121px;
	text-align: right;
	}

#footer p {
	margin: 0.5em 0
	}

#footer a {
	color: black
	}

