/* CSS Document */
  body {
	  font-family: "Century Gothic", Trebuchet, sans-serif;
	  font-size: 100%;
	  background-image : url(images/bg_robin.gif);
	  background-position: bottom left;
	  background-repeat:no-repeat;
	  background-attachment:fixed;
	  color: #333333;	
 }

a {
	color : #FF6600;
	text-decoration : none;
	font-weight: bolder;
}

#content a:hover {
	color : #99FF33;
	border-bottom: 1px solid #99FF33;
}
 

#top {
	padding: .5em .5em 0em 1.5em;
}

#top h1 {
	padding: 0 2em 0 0;
	margin: 0 15px 15px 0px;
	text-align : right;
}

.topNav {
	display : inline;
	margin : 2px 3em;
}

#top a {
	color : #336699;
	font-weight:normal;
}
#top a:hover {
	color : #ff3300;

}
#left {
	float: left;
	width: 175px;
	margin: 0;
	padding: .5em .5em 1em 1em;
	font-family: "Century Gothic", Trebuchet, verdana, sans-serif;
}

#left p { margin: 0 0 1em 0; }

#left a {
	font-weight : normal;
	color : #333333;
}

#left h2 {
	font-weight : normal;
	font-size : 1em;
	font-variant:small-caps;	
}

#left .navDiv {
	padding-left : 1em;
	font-size:.85em;
}
#left .navDiv a:hover {
	background-color: #FFFFCC;
	color:#FF6600;
}

#content {
	width: 90%;
	margin: 0px auto;
	line-height: 1.3em;
	border-left: 1px solid gray;
	padding: .5em 1em 1em 2em;
	max-width: 36em;
}
#content {
	margin-left : 200px;
}

#content h1 {
	margin : 0 0 .5em 0;
	padding : 1px 1px 1em 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.75em;
	font-weight:normal;
	border-bottom: 1px solid #bbbbbb;
}

#content h2 {
	margin : 0 0 .5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
}
  

#footer {
	clear: both;
	margin: 0;
	padding: .5em 2em;
}


.trailerText {
	font-size : .75em;
	font-style : italic;
}
#left ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#left ul li {
	margin-top: .8em;
	margin-right: 0em;
	margin-bottom: .8em;
	margin-left: 0em;
}
