body, html {
	height:95%;
}
body {
	background:#fff url('../img/dave_diangelis_logo.gif') 1px 0px no-repeat;
	margin:0;
	padding:0;
	font-family:Ariel;
	font-size:13px;
}
#home {
	display:block;
	height:156px;
	width:166px;
}
#main_menu {
	list-style:none;
	padding:3px;
	margin:2px 0 0 37px;
}
#main_menu li {
	margin:0;
	padding:3px;
}
#main_menu a {
	text-decoration:none;
	color:#6E6E6E;
	padding:3px;
}
#main_menu #portfolio a:hover {
	color:#552AFF;
	background-color:#D455FF;
	text-decoration:underline;
}
#main_menu #sketchy a:hover {
	color:#D455FF;
	background-color:#00FFFF;
	text-decoration:underline;
}
#main_menu #about a:hover {
	color:#00FFFF;
	background-color:#552AFF;
	text-decoration:underline;
}
#main_menu #contact a:hover {
	color:#D455FF;
	background-color:#00FFFF;
	text-decoration:underline;
}
#main_menu #doomsday a:hover {
	color:#552AFF;
	background-color:#D455FF;
	text-decoration:underline;
}
.sub_menu {
	list-style:none;
	padding:2px;
	margin:0 0 0 20px;
}
.sub_menu a:hover {
	background-color:#000 !important;
	color:#58FAF4 !important;
}
#content {
	position:absolute;
	top:34px;
	left:190px;
}
#thumbnails, #imageview {
	height:auto;
	width:552px;
}
#thumbnails {
	font-size:0;
}
#thumbnails .thumb {
	cursor:pointer;
	margin-right:3px;
	margin-bottom:3px;
}
#imageview {
	padding-top:4px;
}
#ajax_loader {
margin-top:80px;
margin-left:140px;
}
/* Footer */

/* The 'wrapper' is used as a 'hack' to allow a sticky footer */
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -22px;
}
#footer, #push {
	height: 330px; /* .push must be the same height as .footer */
	font-size:0;
}
#footer p {
	font-family:verdana, arial, tahoma;
	font-size:10px;
	margin:0;
	padding:26px;
	color:#666;
}
#footer a {
	color:#444;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
