html, body {
	margin:0;
	padding:0;
}
body {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #ccc;
	font-size: 75%;
}
a {
	color: #ccc;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2, h3 {
	font-family: Georgia, Verdana, sans-serif;
	margin: 0;
}
h1 {
	margin-bottom: 10px;
	padding: 0;
	font-size:3em;
	color: #FF2B06;
	letter-spacing:-1px;
	float: left;
}
h1 a {
	color: #ccc;
	text-decoration: none;
}
h1 a:hover {
	color: #FF2B06;
	text-decoration: underline;
}
h2 {
	margin-bottom: 10px;
	padding: 10px 0 0 23px;
	color: #FF2B06;
	font-size:2em;
	letter-spacing:-1px;
	float: right;
}
h2 a {
	color: #ccc;
	text-decoration: none;
}
h2 a:hover {
	color: #FF2B06;
	text-decoration: underline;
}
#subnav h4 {
	color: #FF2B06;
	float: left;
	padding: 10px 23px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	
}
h4 a {
	color: #ccc;
	text-decoration: none;
}
h4 a:hover {
	color: #FF2B06;
	text-decoration: underline;
}
h3 {
	padding: 5px 0 0 0;
	color: #FF2B06;
	font-size:1.8em;
	letter-spacing:-1px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	/* border-color: #bbb;
	border-style: none solid solid;
	border-width: medium 1px 1px; */
}
div#container {
	padding: 20px;
}

div#work_intro {
	float:left;
	width: 960px;
	margin: 40px 0 0 0;
	padding: 0;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	position: relative;
}

div#work_detail {
	float:left;
	width: 960px;
	margin: 40px 0 0 0;
	padding: 0;
	/* border-color: #ccc;
	border-style: solid;
	border-width: 1px; */
	position: relative;
}

div#work_intro ul {
	margin: 0 ;
	padding: 0;
}

div#work_intro ul li {
	float: left;
}

div#work_intro ul div {
	float: left;
	text-align: left;
}

div#work_intro ul li.greece {
	width: 192px;
	height: 402px;
	background: #fff url(../images/greece/g01.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	text-indent: -9000px;
	overflow: hidden;
}

div#work_intro ul li.hillbilly {
	width: 192px;
	height: 402px;
	background: #fff url(../images/hillbilly/hb03.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	text-indent: -9000px;
	overflow: visible;
}

div#work_intro ul li.hybrid {
	width: 192px;
	height: 402px;
	background: #fff url(../images/hybrid/hybrid01.jpg) center center no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	text-indent: -9000px;
	overflow: hidden;
}

div#work_intro ul li.floral {
	width: 192px;
	height: 402px;
	background: #fff url(../images/floral/floral09.jpg) center center no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	text-indent: -9000px;
	overflow: hidden;
}

div#work_intro ul li.pre2000 {
	width: 192px;
	height: 402px;
	background: #fff url(../images/nibblets/pre2k05.jpg) center center no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	text-indent: -9000px;
	overflow: hidden;
}

div#work_intro ul li a {
	height: 400px;
	width: 190px;
	display:block;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;	}
	
div#work_intro ul li a:hover {
	border-color: #FF2B06;
}	




div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #ccc;
	margin: 0 auto;
	padding: 40px 0 20px;
	text-align: center;
	font-size: 10px;
}

