/* Style sheet for index.html */
<!--
body {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#holding_border {
	border:1px solid black;
	color:#00FFFF;
	height:550px;
	width:715px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
#root1 {
	position:absolute;
	height:500px;
	width:700px;
	background-color:#FFFFFF;
	border:1px solid #333;
	z-index:1;
	}

#handle1 {
	margin-top:2px;
	margin-left:685px;
	padding:2px;
	height:90px;
	width: 10px;
	color:#FFFFFF;
	background-color:#BBBBBB;
	z-index:2;
	}

#root2 {
	position:absolute;
	height:400px;
	width:700px;
	background-color:#FFFFFF;
	border:1px solid #333;
	z-index:1;
	}

#handle2 {
	margin-top:2px;
	margin-left:685px;
	padding:2px;
	height:90px;
	width: 10px;
	color:#FFFFFF;
	background-color:#BBBBBB;
	z-index:1;
	}

#root3 {
	position:absolute;
	height:310px;
	width:700px;
	background-color:#FFFFFF;
	border:1px solid #333;
	z-index:2;
	}

#handle3 {
	margin-top:2px;
	margin-left:685px;
	padding:2px;
	height:90px;
	width: 10px;
	color:#FFFFFF;
	background-color:#BBBBBB;
	z-index:2;
	}

#root4 {
	position:absolute;
	height:210px;
	width:700px;
	background-color:#FFFFFF;
	border:1px solid #333;
	z-index:3;
	}

#handle4 {
	margin-top:2px;
	margin-left:685px;
	padding:2px;
	height:90px;
	width: 10px;
	color:#FFFFFF;
	background-color:#BBBBBB;
	z-index:3;
	}

#main_content {
	position:absolute;
	top: 200px;
	left: 150px;
	width:400px;
	z-index:0;
	}
#title_bar {
	position:absolute;
	top:40px;
	left:150px;
	z-index:1;
}
#firefox {
	position:absolute;
	left:505px;
	top:527px;
}
#funkify {
	position:absolute;
	left:198px;
	top:497px;
}
#opera {
	position:absolute;
	left:600px;
	top:527px;
}
#spampoison {
	position:absolute;
	left:100px;
	top:527px;
}
#w3c_css_valid {
	position:absolute;
	left:400px;
	top:511px;
}
#w3c_xhtml_valid {
	position:absolute;
	left:300px;
	top:511px;
}
.distinct_text {color:#B01938;}
.email_graphic {
	position:absolute;
	left:690px;
	top:190px;
	z-index:1;
}
.funkify_logo {
	border:1px solid gray;
	height:31px;
	width:81px;
}
.get_firefox {
	border-style:none;
}
.get_opera {
	border-style:none;
}
.title_bar_logo {
	position:absolute;
	left:150px;
	top:40px;
	z-index:1;
}
.padded_table {
	padding:0 0 0 10px;
	width:680px;
}
.padded_table_left_cell {
	width:85px;
}
.photo_small {
	left:615px;
	top:40px;
	position:absolute;
}
.smalltext {font-size:9px;}
.spampoison {
	border-style:none;
}
.w3c_xhtml_logo {
	border-style:none;
}
.w3c_css_logo {
	border-style:none;
}
-->