img{ border: 0; }
body{ background-color: #fffdd4; }
/* Boxes */

div#wr{
	background-color: white;
	border: .5em solid #4d383d;
}

/* Headings and Text */

#content h1{
	font-size: 1.6em;
	font-family: Times, serif;
	font-variant: small-caps;
	font-weight: 300;
	border-bottom: 1px dotted #ded0d0;	
}

#content h2{
	font-size: 1.4em;
	font-family: Times, serif;
	font-variant: small-caps;
	font-weight: 300;
	border-bottom: 1px dotted #ded0d0;	
}

#content h3{
	font-size: 1.2em;
	font-family: Times, serif;
	font-weight: 400;
}

#content p, #content li{
	font-weight: 400;
	font-size: .9em;
	font-family: sans-serif;
	line-height: 150%;
}
/* Forms */
input, textarea {
	border: 1px solid #4d3737;
	color: #4d3737;
	padding: 4px;
	font-family: Comic Sans MS;
}

/* Navigation Links */

#navigation ul#nav{
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
}

ul#nav>li{
	list-style: none;
	margin: 0;
	display: inline;
}


#navigation a{
	line-height: 250%;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: #CCD;
	text-decoration: none;
	zoom: 1;
	opacity: .8; filter: alpha(opacity=80); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#navigation a:link, #navigation a:visited {
	color: #4d3737; 
	border: 1px dotted #4d3737; 
	zoom: 1;	
	text-decoration:none;
}

#navigation a:hover, #navigation a:active {
	color: #4d3737; 
	border: 1px solid #4d3737; 
	text-decoration:none;
	zoom: 1;	
	opacity: .9; filter: alpha(opacity=90); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#navigation a#navselected{
	color: #4d3737;
	border: 1px solid #4d3737;
	zoom: 1;
	opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Content links */

#content a:link {color: blue; border-bottom: 1px dotted blue; text-decoration:none;}     /* unvisited link */
#content a:visited {color: blue; border-bottom: 1px dotted blue; text-decoration:none;}  /* visited link */
#content a:hover {color: red; border-bottom: 1px solid red; text-decoration:none;}   /* mouse over link */
#content a:active {color: red; text-decoration:none;}   /* selected link */

