body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

#container {
	width: 900px;
	margin: auto;
	padding: 3%;
}

#header {
	width: 265px;
	height: 265px;
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	font-family: "Helvetica";
	color: #333333;
	border: solid 1px #a9a9a9;
	float: left;
	text-align: right;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-weight: 100;
	font-size: 3.5em;
}

#header h2 {
	color: #a9a9a9;
	margin: 30px 0 20px 0;
	font-weight: lighter;
	font-size: 2.0em;
}

#header a {
	color: #333333;
	text-decoration: none;
}

#header a.links {
	color: #a9a9a9;
	text-decoration: none;
}

#header a:hover {
	color: #990000;
}

#menu {
	float: left;
	width: 600px;
	padding: 0;
	margin: 0 0 0 10px;
}

#footer {
	float:left;
	font-family:"Arial";
	font-size:0.75em;
	margin:50px auto 0;
	text-align:center;
	width:900px;
}

.tile {
	width: 88px;
	padding: 10px;
	height: 265px;
	margin-left: 10px;
	float: left;
	font-family: "Helvetica";
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	border: solid 1px #333333;
}

.tile p {
	margin: -10px 0px 0px -10px;
	padding: 3px 0px 3px 3px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #333333;
}

.tile:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	border-color: #990000;
}

.tile:hover p {
	background-color: #990000;
}

.tile a {
	text-decoration: none;
	color: #FFFFFF;
	width: 120px;
	height: 500px;
}

.tile a:hover {
	text-decoration: none;
	color: #FFFFFF;
	width: 120px;
	height: 500px;
}

#digital {
	background-image: url('../images/resources/digital.jpg');
}

#illustration {
	background-image: url('../images/resources/illustration.jpg');
}

#painting {
	background-image: url('../images/resources/painting.jpg');
}

#mixed {
	background-image: url('../images/resources/mixed.jpg');
}

#sketch {
	background-image: url('../images/resources/sketch.jpg');
}

.thumbHolder {
	float: left;
	height: 130px;
	margin: 6px 0 10px 20px;
	opacity: 1;
	filter: alpha(opacity=100);	
}

.thumbHolder:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);	
}

.thumbnail {
	float:left;
  	background: url('../images/resources/shadowAlpha.png') no-repeat bottom right !important;
}

.thumbnail img {
  	display: block;
  	background-color: #fff;
  	border: 1px solid #a9a9a9;
  	margin: -6px 6px 6px -6px;
	height: 120px;
}