HTML, BODY {
	margin: 0;
	font-family: "Myriad Pro", "Lucida Grande", "Tahoma";
	color: #000000;
	font-size: 12px;
}

BODY {
	background-image: url(IMG/bg.jpg);
	background-position: top left;
}

IMG {
	border: 0;
}

H1 {
	margin-top: 2px;
	font-size: 24px;
}

H5 {
	margin-top: -20px;
	font-size: 12px;
	font-weight: normal;
}

UL {
	padding-left: 15px;
	margin-top: 0;
}

A {
	color: #000000;
	font-weight: bold;
		text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

/* NAV */

#menu_main {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
}

#menu {
	margin-top: 100px;
	background-image: url(IMG/nav/menubg.png);
	behavior: url('IMG/iepngfix.htc');
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 3px;	
	padding-left: 278px;
	color: #ffffff;
	min-width: 746px;
}

#upper {
	background-image: url(IMG/nav/upperbg.png);
	behavior: url('IMG/iepngfix.htc');	
	padding: 10px 25px 5px 25px;
	min-width: 974px;
}

#upper_left {
	width: 50%;
	float: left;	
}

#upper_right {
	width: 50%;
	margin-left: 50%;
	padding-bottom: 20px;
}

TD.uppertd {
	width: 33%;
	vertical-align: top;
}

IMG.leftimg {
	float: left;
	margin-right: 15px;	
}

#uppertomiddle {
	background-image: url(IMG/nav/uppertomiddlebg.png);
	behavior: url('IMG/iepngfix.htc');	
	height: 10px;
}

#middle {
	background-image: url(IMG/nav/middlebg.png);
	behavior: url('IMG/iepngfix.htc');	
	padding: 10px 25px 10px 25px;
	min-width: 974px;
}

#bottom {
	background-image: url(IMG/nav/bottombg.png);
	behavior: url('IMG/iepngfix.htc');	
	padding-left: 25px;
	height: 50px;
	background-repeat: repeat-x;
	background-position: top;
	color: #c0c0c0;
	padding-top: 2px;
	min-width: 974px;
}

#bottom IMG {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 2px;
}

#bottom A {
	text-decoration: none;
	color: #c0c0c0;
	font-weight: normal;
}

#bottom A:hover {
	color: #ffffff;
}

IMG.bottom_separator {
	width: 5px;
}

#middle_left {
	text-align: justify;
	padding-bottom: 20px;
	padding-right: 300px;
}

TD.middle_left {
	text-align: justify;
	padding-bottom: 20px;
	vertical-align: top;
}

TD.middle_right {
	width: 300px;
	vertical-align: top;
}

#upper_loading, #middle_loading {
	position: relative;
	left: 50%;
	z-index: 20;
	margin-right: -56px;
	margin-left: -28px;	
	display: none;
}

#logo, #menu_about, #menu_skills, #menu_sites, #menu_blah, #menu_photos, #menu_music, #menu_art, #menu_guestbook, #menu_contact, #image_close, #image_next, #image_prev, #image_close2, #about_close, #menu_stats {
	cursor: pointer;
}

#menu_stats {
	position: absolute;
	right: 10px;
}

/* POLL */

#poll {
	width: 245px;
	padding-bottom: 15px;
	text-align: center;
	color: #ffffff;
	float: right;
	display: block;
}

#poll_top {
	background-image: url(IMG/nav/poll/top.png);
	behavior: url('IMG/iepngfix.htc');	
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 28px;
}

#poll_middle {
	background-image: url(IMG/nav/poll/middle.png);
	behavior: url('IMG/iepngfix.htc');	
	background-position: bottom right;
	background-repeat: repeat-y;
}

#poll_middle_options {
	text-align: left;
	padding-left: 20px;
	padding-left: 20px;
}

#poll_middle FORM {
	margin: 0;
}

#poll_middle A {
	color: #ffffff;
	font-weight: normal;
}

#poll_bottom {
	background-image: url(IMG/nav/poll/bottom.png);
	behavior: url('IMG/iepngfix.htc');	
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 28px;
}

/* ABOUT */

TABLE.edutable {
	width: 100%;
}

TABLE.edutable TD {
	width: 100px;
}

TD.gi_left {
	font-weight: bold;
	width: 80px;
}

TD.e_left {
	width: 60px;
	vertical-align: top;
}

TABLE.widetable {
	width: 100%;
}

/* SITES */

TD.half {
	width: 50%;
	vertical-align: top;
	padding-bottom: 5px;
}

TD.snapshot {
	width: 180px;
	vertical-align: top;
}

TD.description {
	vertical-align: top;
}

/* GUESTBOOK */
#guestbook_form {
	display: none;
	text-align: center;
}

#guestbook_sign, #gallery_more {
	text-align: center;
}

.gbentry {
	padding-right: 5px;
}

.centered {
	text-align: center;
}

.hidden {
	display: none;
}

A.thumbs IMG {
	border: 2px solid transparent;
}

A.thumbs:hover IMG {
	border-color: #000000;
}


/* OVERLAY */

#overlay  {
	position: fixed;
	z-index:30;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
	display: none;
}

* html #overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#load{
	position: fixed;
	height:22px;
	width:56px;
	z-index:35;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -28px; /* -height/2 0 0 -width/2 */
	text-align: center;
	font-weight: bold;
	display: none;
}

* html #load, * html #image, * html #closenextprev, * html #about_results { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#closenextprev,#image{
	position: fixed;
	z-index:40;
	top: 50%;
	left: 50%;
	text-align: center;
}

.bordered {
	border: 4px solid #ffffff;
}

#closenextprev {
	z-index: 100;
}

#about_results {
	z-index: 40;
	position: fixed;
	border: 4px solid #ffffff;
	background-image: url(IMG/nav/upperbg.png);
	width: 50%;
	left: 25%;
	top: 25%;
	display: none;
}

#about_results TD {
	padding: 5px;
	text-align: justify;
}

#about_close {
	position: absolute;
	top: -13px;
	left: -15px;
}

#about_results TABLE TABLE TD {
	padding: 0;
}

/* IE5.5+ PNG Hack */
img {
	behavior: url('IMG/iepngfix.htc');
}

/* BLAH */

.blahposts {
	text-align: left;
	padding-left: 30px;
	margin: 0;
	padding-right: 20px;
}

A.clear, A.clear:hover {
	text-decoration: none;
}

INPUT[type="text"] {
	background-color: #ffffff;
	color: #000000;
}

.center {
	text-align: center;
}

/* MUSIC */

A.thin {
	font-weight: normal;
}

/* PA */
.pa-tx {
	background-color: #000000;
	color: #ffffff;
	position: absolute;
	margin-top: -42px;
	padding: 10px;
	text-align: left;
	z-index: 1000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	font-size: 16px;
}
.tx {
	margin-left: -14px;
	margin-right: 5px;
	margin-bottom: 95px;
	width: 9px;
	height: 7px;
}
.tool-tip {
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	height: 94px;
	width: 95px;
	padding: 5px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;	
}