body {
	margin:81px 0;
	padding:0;
	font-family: monospace;
	font-size: 11px;
	color:#4D4D4F;
}

h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-weight:bold;
}

a {
	color: #000;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color: #bcbcb0;
	text-decoration:none;
}

a:focus {
	font-weight:bold;
	font-style: italic;
}

#wrapper {
	width:1044px;
	top:81px;
}

/* ---------- NAV ----------*/
#nav {
	width:161px;
	margin-right:13px;
	float:left;
	word-wrap: break-word;
}

#nav h1{
	padding: 0 10px 27px 16px;
}

#nav ul{
	padding: 0 0 0 16px;
}

#nav ul li ul {
	list-style-image: url('../img/dash.jpg');
}

/* ---------- COLUMN ----------*/
.column ul {
	padding-bottom:27px;
}

#container {
	position:absolute;
	left:174px;
	top:81px;
}

.column {
	width:161px;
	margin-right:13px;
	float:left;
}

.column li a img {
	padding-bottom:2px;
}

/*.column ul li a {*/
/*	font-weight: normal;*/
/*	filter:alpha(opacity=50);*/
/*	-moz-opacity:0.5;*/
/*	-khtml-opacity: 0.5;*/
/*	opacity: 0.5; */
/*}*/
/**/
/*.column ul li a:hover {*/
/*	font-weight: normal;*/
/*	filter:alpha(opacity=100);*/
/*	-moz-opacity:1;*/
/*	-khtml-opacity: 1;*/
/*	opacity: 1; */
/*}*/


.column li {
	padding-bottom:27px;
}

.column li.link {
	padding-bottom:0px;
}

/* ---------- CONTENT ----------*/
#slideshow {
	width:335px;
	margin-right:13px;
	float:left;
	background: url(../img/slidebg.jpg) no-repeat;
}

.content {
	width:335px;
	margin-right:13px;
	float:left;
}

/* ---------- TYPOGRAPHY ----------*/
.content ul li {
	padding-bottom:27px;
}

p {
	line-height:13px;
	padding-bottom:27px;
}

.small {
	font-size:.8em;
	line-height:11px;
	font-style:italic;
}

#lrgimg {
	width:508px;
	margin-right:13px;
	float:left;
}

h1.title {
	padding: 0 0 27px 0;
}

/* ---------- ICONS ----------*/

ul.icons {
	margin-top: 27px;
}

ul.icons li {
        width: 16px;
        min-height: 16px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 0 16px 0 0;
	padding:0px;
        zoom: 1;
        *display: inline;
        _height: 16px;
}

ul.icons li a {
	display:block;
	width:16px;
	height:16px;
	background: transparent url(../img/icons.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

ul.icons li a.twitter_icon {background-position: 0 -16px;}
ul.icons li a.twitter_icon:hover {background-position: 0 0;}
ul.icons li a.facebook_icon {background-position: -16px -16px;}
ul.icons li a.facebook_icon:hover {background-position: -16px 0;}
ul.icons li a.flickr_icon {background-position: -32px -16px;}
ul.icons li a.flickr_icon:hover {background-position: -32px 0;}
ul.icons li a.rss_icon, ul.icons li a.rss_icon:visited {background-position: right -16px;}
ul.icons li a.rss_icon:hover, ul.icons li a.rss_icon:focus {background-position: right 0;}
