/* tags => */

body {
	color: #8B7D78;
	font: 0.75em Verdana, sans-serif;
	margin: 0;
	padding: 0 3px 3px;
	text-align: center;
	background: #F1F3ED;
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	outline: none;
}

a:link, a:visited, a:active {
	color: #EB5E36;
}

a:hover {
	color: #67ABA4;
}

img { 
	border: 0;
	margin: 0;
	padding: 0;
}

h1 {
	color: #C224CE;
	margin: 0 0 27px;
	font: 2em Georgia, serif;
	font-size: 2em;
	font-weight: normal;
	height: 106px;
	background: url(../elements/logo.gif);
	position: relative;
}

h1 a {
	width: 300px;
	height: 106px;
	display: block;
}

h2 {
	color: #C224CE;
	margin: 3px 3px 3px 0;
	padding: 3px 0;
	font: 2em Georgia, serif;
	font-weight: normal;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p {
	margin: 0 0 18px;
	line-height: 150%;	
	font-size: 0.95em;
}

p a {
	font-weight: bold;
}

p span {
	font-weight: bold;
	color: #67ABA4;
}

#container {
	margin: auto;
	width: 932px;
	text-align: left;
}

a.tile {
	width: 161px;
	height: 161px;
	margin: 3px 0 0 3px;
	float: left;
	text-align: left;
	display: block;
	padding: 0;
	line-height: 100%;
}

a:hover.tile {
	width: 159px;
	height: 159px;
	background-position: -1px -1px;
	border: 1px solid #EB5E36;
}

a.tile span.view {
	background: #EB5E36;
	color: #ffffff;
	display: none;
	margin: 0;
	font: 0.9em Verdana, sans-serif;
}

a#current_tile span.view {
	background: #67ABA4;
	color: #ffffff;
	display: none;
	margin: 0;
	font: 0.9em Verdana, sans-serif;
	display: inline;
}

a#current_tile.tile {
	width: 159px;
	height: 159px;
	background-position: -1px -1px;
	border: 1px solid #67ABA4;
}

a:hover.tile span.view {
	display: inline;
}

#about {
	border-top: 1px solid #999C8F;
	padding: 0;
}

#about div {
	margin: 3px 36px 0 0;
	text-align: justify;
	width: 310px;
	float: left;
}

#about div.title {
	 margin: 3px 0 0 0;
	 width: 115px;
}

#item {
	margin: 0;
	border-top: 1px solid #999C8F;
	padding: 0;
	height: 322px;
}

#work {
	border-top: 1px solid #999C8F;
	clear: both;
}

#work div {
	float: left;
}

#work div.title {
	 margin: 3px 0 0 0;
	 width: 112px;
}

#work div.tiles {
	 width: 820px;
}

#info, #slideshow {
	float: left;
	margin: 3px 0;
	height: 316px;
	width: 344px;
	overflow: hidden;	
}

#info p {
	margin: 18px 0 0;
	line-height: 150%;	
	font-size: 0.95em;
	width: 90%;
}

#slideshow {
	width: 588px;
	height: 316px;
}

a.view {
	display: block;
	background: url(../elements/view.gif);
	height: 24px;
	width: 132px;
}

a:hover.view {
	background: url(../elements/view.gif) left -48px no-repeat;
}