body
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
	background-image: url('../images/bgpattern.jpg');
	background-attachment: fixed;
}

.adminbody
{
	background-image: url('../images/bgapattern.jpg');
}

/*
	#header height must be adjusted for Internet Explorer.
	#container height must be adjusted for Firefox.
*/
#header
{
	width: 700px;
	height: 220px;
	margin: 0 auto;
}

#header img.logo
{
	float: left;
	border: 2px black solid;
	border-style: none solid solid none;
	position:relative;
	z-index: 5;
}

#header .whiteblock
{
	float: left;
	width: 500px;
	height: 125px;
	background-color: white;
	position: relative;
	left: 150px;
	top: -45px;
	z-index: 0;
	border: 5px black solid;
	border-style: none solid solid none;
}

#header .whiteblock .portfolio
{
	border: none;
	position: relative;
	top: -20px;
	left: 175px;
	z-index: 2;
}

#header .whiteblock .resume
{
	border: none;
	position: relative;
	top: 15px;
	left: -150px;
	z-index: 1;
}

#header .whiteblock .sites
{
	border: none;
	position: relative;
	top: -10px;
	left: 250px;
	z-index: 3;
}

#header .whiteblock .contactus
{
	border: none;
	position: relative;
	top: 38px;
	left: -20px;
	z-index: 4;
}


#contheader
{
	height: 26px;
	margin: 0;
	padding: 2px 0;
	text-align: right;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	position: relative;
	top: 30px;
}

#container
{
	border: 2px solid black;
	border-style: solid none;
	margin: 0 auto;
	width: 700px;
	background-color: white;
}

#container h1
{
	height: 25px;
	width: 300px;
	color: white;
	font-size: 12pt;
	text-align: right;
	margin-top: 0;
	padding: 0;
	padding-right: 50px;
	background-color: black;
	background-image: url('../images/tri-1w.gif');
	background-position: right;
	background-repeat: no-repeat;
}

#container #textarea
{
	padding: 10px;
	padding-top: 0;
}

#container #textarea a
{
	color: #515e7f;
	font-weight: bold;
}

.contact
{
	margin-top: 10px;
	font-size: 10pt;
	border-bottom: 2px solid #525d39;
	width: 75%;
}

.contact img
{
	float: left;
	width: 30px;
	height: 30px;
	margin: 0;
	margin-right: 5px;
	border: 1px solid #525d39;
}

.contact .type
{
	color: #525d39;
	font-size: 12pt;
	font-weight: bolder;
}

.contact .data
{
	color: black;
	padding-left: 10px;
}

.sitelist dt, .sitelist dt a
{
	color: #525d39;
	font-size: 12pt;
	font-weight: bolder;
	text-decoration: none;
}

.sitelist dd
{
	margin-left: 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #525d39;
}

#managelist a
{
	color: #525d39;
	font-size: 12pt;
	font-weight: bolder;
	text-decoration: none;	
}