body {background: #fff url('images/bg.jpg'); margin:0; padding:0;}
a {color:#990066; text-decoration:none;}
a:hover {color:#fc0289; text-decoration:underline;}
html {
	font-family:Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990066;
	margin:0; padding:0;
}
img {
	border:none;
}

div#nav {
	float: left;
	min-width:30%;
	width:auto !important;
  	min-width:30%;
	font-size:12px;
	color:#660000;
	line-height:20px;
	margin-top: 30px;
}
	div#nav h3, div#nav h4, div#nav h1  {
		margin:0;
		font-size: 1em;
		font-weight: normal;
	}
		div#nav h1  {
			margin: 0 0 10px 21%;
			font-size:30px;
			letter-spacing:1px;
			font-weight:bold;
		}
		div#nav h3, div#nav h4 {
			padding: 2px 0 1px 25%;
		}
	
			div#nav h3 {
				font-weight:bold;
				letter-spacing:1px;
				margin: 20px 0 10px 0;
		
			}
		div#nav h4 {
			line-height:17px;
		}
			div#nav h4:hover {
				background: #fff;
						}
			div#nav h4 a {
				color: #990066;
			}
			div#nav h4 a:hover {
				text-decoration: none;
			}

	body.neighborhood div#nav h4#linkNeighborhood,
	body.breadcrumbs div#nav h4#linkBreadcrumbs,
	body.froggy div#nav h4#linkFroggy,
	body.nether div#nav h4#linkNether,
	body.mut div#nav h4#linkMut,
	body.edmundo div#nav h4#linkEdmundo,
	body.butchers div#nav h4#linkButchers,
	body.bio div#nav h4#linkBio,
	body.contact div#nav h4#linkContact
	 { background-color: #e1e1e1; }
	
	body.neighborhood div#nav h4#linkNeighborhood a,
	body.breadcrumbs div#nav h4#linkBreadcrumbs a,
	body.froggy div#nav h4#linkFroggy a,
	body.nether div#nav h4#linkNether a,
	body.mut div#nav h4#linkMut a,
	body.edmundo div#nav h4#linkEdmundo a,
	body.butchers div#nav h4#linkButchers a,
	body.bio div#nav h4#linkBio a,
	body.contact div#nav h4#linkContact a { color: #990066; cursor: default; }
			
			
div#contentcontainer {
	float: left;
	width:440px;
	padding: 75px 0 50px 0px;
	z-index: 10;
}
	div#content {
		width:400px;
		border:1px dashed #660000;
		padding:10px 20px 20px 20px;
		color:#000;
		background-color:#fff;
		min-height: 410px;
		height:auto !important;
	  	min-height: 410px;
	}
		.home p {
			font-size: 13px;
			line-height: 17px;
		}
		.small {
			font-size:11px;
		}
		.title {
			letter-spacing:1px;
			font-size:19px;
			font-weight:bold;
			line-height:30px;
			color:#003399;
		}
		div.menu {
			width:100%;
			word-spacing:3px;
			margin:15px 0px 20px 0px;
		}
		div.menu span {
			background-color:#fff;
			padding:1px 5px 2px 5px;
			border:1px solid #CC3399;
			color:#990066;
		}
		div.menu ul {
			list-style-type: none;
			height: 20px;
			margin: 0;
			padding: 0;
		}
		div.menu li {
			float: left;
			margin-right: 5px;
		}
		div.menu a {
			background-color:#fff;
			padding:1px 5px 2px 5px;
			border:1px solid #CC3399;
			line-height:22px;
		}
		div.menu a:hover {
			color:#fff;
			background-color:#ee0382;
			text-decoration: none;
		}
		div.menu a.selected {
			color:#fff;
			background-color:#ee0382;
			cursor: default;
		}
		.tabcontent {
			display:none;
			clear: left;
		}
		p.subhead {
			font-family: Georgia;
			font-weight:normal;
			font-size:14px;
			color:#333;
			font-style: italic;
			letter-spacing:1px;
			margin-top:25px;
			padding: 3px 5px;
			background-color: #e1e1e1;
		}
		p.desc {
			font-size:1.05em;
		}
		.subhead2 {
			font-size:13px;
			font-weight:normal;
			color:#333;
			text-decoration:underline;
		}
		#images img, #scriptshots img, #doodles img {
			margin-bottom: 20px;
		}
		#images p.subhead {
			margin-top: 0;
		}
		#images .imgsubtitle img {
			margin-bottom: 0;
			margin-top: 10px;
		}
		.articletitle {
			font-size:14px;
			font-weight:bold;
			letter-spacing:1px;
		}
		.light {
			color:#999;
			font-size:12px;
			line-height: 15px;
		}

		hr {
			border: none 0; 
			border-top: 1px dashed #990066;
			height: 1px;
		}
		p.caption {
			font-size:9px;
			margin:0;
			padding:0;
			text-align:center;
		}
		p.top {
			text-align: center;
			margin-top: 25px;
		}
		#images p.top {
			margin-top: 0;
		}
		span.right {
			float: right;
		}
		span.date {
			text-transform: uppercase;
			font-size: .9em;
		}
		#links p a {
			line-height: 20px;
		}

