#navigation {
width:129px;
height:370px;
background-color:white;
background-repeat:no-repeat;
background-image:url('images/Tryit.jpg');
background-position:bottom left;
float:left;
padding:0px;
margin:0px;
}

#content {
margin:0px;
padding:20px;
width:600px;
min-height:320px;
background-color:white;
float:right;
}

#main {
position:absolute;
top:75px;
padding:0px;
margin:0px;
width:769px;
left: 50%;
margin-left: -384.5px;
height:240px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color:d6e6a6;
	padding:10px;
	margin:0px;
	height:101%;
}
.title {
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #99CC33;
	text-decoration: none;
}
a:visited {
	color:#99CC33;
	text-decoration: none;
}
a:hover {
	color:black;
	text-decoration: none;
}
a:active {
	color:#99CC33;
	text-decoration: none;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #D7D3C8;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;

