* {
	margin:0;
	padding:0
}
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background-image: url();
	background-attachment: fixed;
	text-align: center; /* for IE */
}
td a img{
	border:0px;	
}
#background {
	background-image:url(background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	height:30px;
	border:0px;
	outline:0px;
}
#background_as {
	background-image:url(background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	height:1100px;
}
#background_resume {
	background-image:url(background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	height:980px;
}
#background_bottom {
	background-image:url(background_bottom.jpg);
	background-position:center;
	height:27px;
	background-repeat:no-repeat;
	width:720px;
	margin-right:auto;
	margin-left:auto;
}
#content {
	margin-right:auto;
	margin-left:auto;
	width:720px;
	padding-bottom:50px;
	background-image:url(background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#content table{
	margin-right:auto;
	margin-left:auto;
}

#container {
	width:720px;
	height:180px;
}
#container_tile_index1 {
	background-image:url(index1_tile.jpg);
	background-repeat:repeat-x;
	height:180px;
	width:100%;
}
#container_tile_paintings {
	background-image:url(paintings_tile.jpg);
	background-repeat:repeat-x;
	height:180px;
}
#container_tile_3d {
	background-image:url(3d_tile.jpg);
	background-repeat:repeat-x;
	height:180px;
}
#container_tile_artist_statement {
	background-image:url(as_tile.jpg);
	background-repeat:repeat-x;
	height:180px;
}
#container_tile_digital {
	background-image:url(digital_tile.jpg);
	background-repeat:repeat-x;
	height:180px;
}
#container_tile_resume {
	background-image:url(resume_tile.jpg);
	background-repeat:repeat-x;
	height:180px;
}
#header {
	border: none;
	height: 180px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
#header img{
	margin-right:auto;
	margin-left:auto;
}
#Menu {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	position:relative;
	bottom:40px;
}
#Menu a{
	margin-left:15px;
	margin-right:15px;
	text-align:center;
}
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#CCCCCC;
}
p a {
	color:#000099;
	text-decoration:underline
}
p a:hover {
	color:#0099CC;
	text-decoration:underline
}
#info {
	padding-top: 75px;
	text-align: center;
	font-family: "Futura Lt BT", sans-serif;
	font-size: 24px;
	font-variant: small-caps;
}
#download_text {
	font-family: "Futura Lt BT", sans-serif;
	font-variant: small-caps;
}

/*IE 6 Fix*/

#dummy {
	height:1px;
	overflow:hidden;
	display:block;
}
#canvas {
	text-align:center;
	margin-top:20px;
}
#paint, #digital, #threed {
	overflow:hidden;
	display:block;
	text-align:center;
}
#paint img, #digital img, #threed img {
	padding: 0 0 0 0;
	margin: 30px 0 0 0;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#resume, #as, #installation {
	margin: 30px 0 0 0;
}
.hide {
	display:none;
}
