*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	color: #000000;
	background: #FFFFFF;
	text-align: center;
}
#container{
	width: 530px;
	margin: 100px auto;
	position: relative;
	text-align: left;
}
#splatterbox{
	top: 0;
	right: 0;
	width: 340px;
	height: 200px;
	background: url(images/splattxt.gif) no-repeat;
	position: absolute;
}
#splatterbox h1, #splatterbox h2{
	display: none;
}
#redboximage{
	top: 45px;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(images/splatimg.jpg) no-repeat;
	position: absolute;
}
#menulist{
	padding-top: 45px;
	width: 180px;
	height: 150px;
}
#menulist ul{
	height: 150px;
	border-right: 3px solid #EAEAEA;
}
#menulist ul li{
	padding: 0 5px 10px 0;
	text-align: right;
	list-style-type: none;
	font: bold 12px "Trebuchet MS", Verdana, Geneva, sans-serif;
}
#menulist ul li a {
	padding: 0 5px;
	margin-right: -8px;
	color: #CB2D20;
	text-decoration: none;
	border-right: 3px solid #EAEAEA;
}
#menulist ul li a:hover {
	border-right: 3px solid #CB2D20;
	background: #EAEAEA;
}
/* Very dirty hack to get some sort of functionality for IE */
* html #menulist ul li{
	height: 20px;
}
* html #menulist ul li a {
	border: 0;
}
* html #menulist ul li a:hover {
	border: 0;
}
#watermark{
	left: 0;
	bottom: -23;
	width: 28px;
	height: 23px;
	position: absolute;
}

/* Contact Page Specific */

#cont-head{
	top: 19px;
	left: 190px;
	width: 89px;
	height: 17px;
	background: url(images/cont-txt.gif) no-repeat;
	position: absolute;
}
#cont-head h1{
	display: none;
}
#myinfo{
	top: 60px;
	left: 190px;
	color: #000000;
	width: 200px;
	text-align: right;
	font: normal 12px "Trebuchet MS", Verdana, Geneva, sans-serif;
	position: absolute;
}
#myinfo span.myname{
	font: bold 14px "Trebuchet MS", Verdana, Geneva, sans-serif;
}
#myinfo a {
	color: #CB2D20;
	text-decoration: none;
	font-weight: bold;
}
#myinfo a:hover {
	background: #EAEAEA;
}
#address{
	top: 135px;
	left: 190px;
	width: 200px;
	height: 60px;
	background: url(images/cont-img.jpg) no-repeat;
	position: absolute;
}
#address p{
	display: none;
}

/* Project Page Specific */

#proj-box{
	top: 19px;
	left: 190px;
	position: absolute;
}
#spreads, #illustration, #motion, #identity{
	margin: 0 0 5px 15px;
}
#proj-box a{
	margin-right: 5px;
}
#proj-box h2{
	display: none;
}
#proj-head{
	width: 92px;
	height: 20px;
	margin-bottom: 20px;
	background: url(images/proj-txt.gif) no-repeat;
}
#proj-head h1{
	display: none;
}

