#container {
	width: 800px;
	background: #FFFFFF url(../images/container_bg.jpg) no-repeat left top;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#title {
	font: bold 30px "Lucida Sans", "Helvetica";
	letter-spacing: 5px;
}
#title  a {
	text-decoration: none;
	color: #CC6600;
}
#title  a:hover {
	color: #CC9900;
}
#linebreak {
	border-bottom: 2px solid #999999;
	clear: both;
}
#nav1 {
	margin-left: -30px;
	margin-top: -20px;
}
#content {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
#narrative {
	float: left;
	width: 248px;
	height: 410px;
	padding-right: 10px;
	padding-top: 15px;
}
#footer {
	margin-top: -10px;
}
#portfolio_catagories {
	background: url(../images/portfolio_catagories_bg.jpg) repeat-x;
	margin-top: 25px;
	margin-bottom: 10px;
}
.example {
	float: left;
	width: 542px;
	height: 425;
	position: relative;
}
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	top: 5;
}
#fade-example-1 li,#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 542px;
	height: 425px;
	visibility: hidden;
}
#fade-example-3 li {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
li img {
	display: block;
}
.example-r {
	position: relative;
	border:5px solid #CCCCCC;
	padding:1em;
	width: 600px;
	margin-bottom: 1em;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 50px;
	font-weight: bold;
	color: #CCCCCC;
}	
#fade-example-1-next {
	right: 50px;
	top: 3px;
}
#fade-example-1-previous {
	left: 6%;
	top: 61%;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}
