body {
	margin: 0px;
	padding: 0px;
	color: #036;
	background: #fff url(/images/stripes.gif) repeat;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

a:link {
	color: #36c;
	text-decoration: none;
}
a:active {
	color: orange;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #EF0914;
	text-decoration: underline;
}

.displaynone {
	display: none;
}

h1 {
	font-size:2.3em;
	color: #E0222B;
}

h2 {
	font-size:1.3em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #9BA7B3;
}

h2 a:link {
	color: #36c;
	text-decoration: none;
}
h2 a:hover {
	color: #EF0914;
	text-decoration: underline;
}

hr {
	clear: both;
	height: 0px;
	border: 0px;
	border-top: 1px solid #def;
	margin-top: 0px;
	padding: 0px;
}

#blobber {
	background: url(/images/blobberback.gif) no-repeat top left;
	margin-left: 50px;
	margin-top: 0;
	padding-left: 10px;
	width: 490px;
	height: 400px;
}
*html #blobber {
	width: 500px;
	margin-top: 0px;
}

p.blobdent {
	margin: 0px 7px 4px 7px;
}

#blobberguts {
	margin: 8px;
	padding-right: 5px;
	overflow: auto;
	height: 320px;
}

#blobbergutslove {
	margin: 8px;
	padding-right: 5px;
	overflow: auto;
	height: 320px;
	display: none;
}


#blobbergutscam {
	margin: 8px;
	padding-right: 5px;
	overflow: auto;
	height: 320px;
	display: none;
}


#blobbergutsbio {
	margin: 8px;
	padding-right: 5px;
	overflow: auto;
	height: 320px;
	display: none;
}


#blobbergutscontact {
	margin: 8px;
	padding-right: 5px;
	overflow: auto;
	height: 320px;
	display: none;
}

#marcpickle {
	background: url(/images/me223.gif) no-repeat 20px 20px;
	width: 250px;
	height: 330px;
	position: absolute;
	left: 600px;
	top: -90px;
}

.linkbox {
	background: url(/images/home_linkbg.gif) no-repeat top left;
	margin-left: 50px;
	margin-top: -3px;
	padding-left: 18px;
	padding-top: 1px;
	width: 760px;
	height: 55px;
}
*html .linkbox {
	padding-top: 10px;
}

.linkboximg {
	background: url(/images/home_linkbg.gif) no-repeat top left;
	margin-left: 50px;
	margin-top: -3px;
	padding-left: 18px;
	padding-top: 1px;
	width: 760px;
	height: 55px;
}
*html .linkboximg {
	padding-top: 8px;
}
.linkboximg h2 {
	margin-top: 10px;
}
.linkboximg img {
	margin: 0px 3px -10px 3px;
}

#resume {
	background: #fff url(/images/bottom_fade.gif) repeat-x bottom left;
	margin-left: 50px;
	margin-top: 0;
	border-left: 2px solid #9BA7B3;
	border-right: 2px solid #9BA7B3;
	padding: 10px;
	width: 640px;
}

#body {
	background: #fff url(/images/bottom_fade.gif) repeat-x bottom left;
	margin-left: 50px;
	margin-top: 0;
	border-left: 2px solid #9BA7B3;
	border-right: 2px solid #9BA7B3;
	border-bottom: 2px solid #9BA7B3;
	padding: 10px;
	width: 640px;
}

#contact {
	background: #fff url(/images/bottom_fade.gif) repeat-x bottom left;
	display:none;
	padding: 4px;
	border: 1px solid #9BA7B3;
}

.red {
	color: #E0222B;
}