/* CSS RESET */
* { 
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	outline: none;

}

body {
	font-family: "Courier New", courier, monospace;
	font-size: 12px;
}

#header {
	background: #FFF;
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px #999 dotted;
	z-index: 100;
}

#header a img {
	position: relative;
	top: 20px;
	left: 40px;
}

.nav_box {
	text-transform: uppercase;
	width: 175px;
	position: absolute;
	top: 80px;
	left: 190px;
	z-index: 100;
}

.work_nav_box {
	width: 230px;
	position: absolute;
	top: 80px;
	left: 380px;
	z-index: 100;
}

#content {
	position: absolute;
	top: 140px;
	left: 40px;
}

#work #content {
	padding-right: 40px;
}

#work #content img {
	margin: 0;
	padding: 0;
}

#content h1 {
	margin-top: 30px;
	font-size: 24px;
	font-weight: normal;
	font-family: "Didot", georgia, times, serif;
	line-height: 1em;
}

#content p {
	margin: 0 0 20px 0;
	line-height: 1.3em;
}

#content a {
	color: black;
	border-bottom: 1px dotted #000;
}

#content a:hover {
	background-color: #FFF330;
	border-bottom: none;
}

#content .column {
	float: left;
	width: 300px;
	margin: 0 40px 0 0;
}

#content .column2 {
	float: left;
	width: 230px;
	margin: 0 40px 0 0;
}

/* Slider CSS */
#slider_bg {
	margin: 0 0 0 135px;
	width: 783px;
	height: 575px;
	background: white url('../images/journal_bg.gif') 0 0 no-repeat;
}

#slider {
	position: relative;
	top: 1px;
	left: 15px;
	border: 1px solid #666;
		
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
	
#slider, #slider li{ 
	width:766px;
	height: 558px;
	overflow: hidden; 
}

span#prevBtn a {
	background: transparent url('../images/prev_button.png') no-repeat scroll 0 0;
	display: block;
	height: 26px;
	position: absolute;
	left: 167px;
	text-indent: -9999px;
	top: 275px;
	width: 26px;
	cursor: pointer;
	border-bottom: none;
}

span#prevBtn a:hover {
	background: url('../images/prev_button_over.png') 0 0 no-repeat;
}

span#nextBtn a {
	background: transparent url('../images/next_button.png') no-repeat scroll 0 0;
	display: block;
	height: 26px;
	position: absolute;
	left: 875px;
	text-indent: -9999px;
	top: 275px;
	width: 26px;
	cursor: pointer;
	border-bottom: none;
}

span#nextBtn a:hover {
	background: url('../images/next_button_over.png') 0 0 no-repeat;
	cursor: pointer;
}