body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 12px;
	color: #999;
	line-height: 1.5em;
}
img {
	border: 0px;
}
#wrapper {
	text-align: left;
	width: 684px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#navigation {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB0069;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: Helvetica;
	letter-spacing: 1px
}
#navigation a {
	text-decoration: none;
	color: #AB0069;
}
#navigation a:hover {
	color: #999;
}
#navigation .active a {
	color: #999;
}
#navigation .active a:hover {
	color: #AB0069;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	list-style-type: none;
	display: inline;
	margin-left: 30px;
}
#content {
	overflow: hidden;
}
#welcome {
	background-image: url(/images/home.jpg);
	background-repeat: no-repeat;
	text-indent: -1000em;
	height: 396px;
	width: 684px;
	overflow: hidden;
}
#welcome:hover {
	background-position: 0px -396px;
}
#footer {
	margin-top: 20px;
	padding-top: 14px;
	font-size: 0.8em;
	margin-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AB0069;
	color: #AB0069;
}
#footer2 {
	font-size: 0.8em;
	color: #AB0069;
	margin-bottom: 50px;
}
.col1 {
	float: left;
	width: 208px;
	padding-right: 20px;
	font-style: italic;	
}
.col1 a{
	text-decoration: none;
	color: #AB0069;
}
.col1 ul {
	margin: 0px;
	padding: 0px;
}
.col1 ul li {
	list-style-type: none;
	margin-bottom: 5px;
}
.project {
	text-decoration: none;
	color: #AB0069;
}
.project:hover {
	color: #999;

}
.project.active {
	color: #999;

}
a.project.active:hover {
	color: #AB0069;

}
.col2 {
	margin-left: 228px;
	width: 456px;	
}
.col3 {
	float: left;
}
.col4 {
	float: right;
}
.col3, .col4 {
	width: 208px;
}
.col5 {
	margin-right: 228px;
	margin-left: 228px;	
}
.col2 h1, .col3 h1, .col4 h1, .col5 h1, .post h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #AB0069;
	font-family: Helvetica;
}
.col2 a, .col3 a, .col4 a, .col5 a, .col6 a, .post a {
	text-decoration: none;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
}
.col2 a:hover, .col3 a:hover, .col4 a:hover, .col5 a:hover, .col6 a:hover, .post a:hover {
	color: #AB0069;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB0069;
}
.slideshow-nav {
	margin-bottom: 20px;	
}
.file img {
	display: block;
	padding: 0px;
	margin: 0px;
}
.textblock {
	margin-top: 20px;	
}
.post {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB0069;
}
.date {
	font-style: italic;
	display: block;
	padding-bottom: 20px;
}
.link {
	text-decoration: none;
	text-color: #AB0069;
}
