html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 70;
}



/*------------------------------------------------------*/

div#mainheader {
	width: 850px;
	height: 105px;
}





/*--------------------------ABOUT ME----------------------------*/


body {
	background-color: #ecf4e2;
	background-image: url(images/bodystrip.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	font-family: Century Gothic, sans-serif;
}


div#windowabout {
	background-image: url(images/mainwindow.gif);
	width: 870px;
	height: 575px;
	background-repeat: no-repeat;
	margin-top: 20px;
	
}

div#navbar {
	padding-left: 17px;
	padding-top: 2px;
	
}


div#wrap {
	width: 850px;
	margin: 0 auto;
	
}


div#pagetitle img {
	float: right;
	width: 126px;
	padding-right: 70px;
	padding-top: 20px;
}


div#aboutfooter {
	float: right;
	width: 285px;
	color: #d5e8ce;
	padding-top: 66px;
}


div#aboutfooter p {
	font-size: .70em;
}

div#aboutfooter a {
	text-decoration: none;
	color: #d5e8ce;
}

div#aboutfooter a:hover {
	color: #fff;
}


div#photobar {
	float: left;
	width: 160px;
	padding: 80px 5px 0px 35px;
}


div#photobar p {
	padding-left: 15px;
	line-height: 1.7em;
	color: #7ba56d;
	font-size: .90em;
}

div#photobar a {
	color: #7ba56d;
}


div#photobar a:hover {
	color: #432f2e;
}

div#aboutcontent {
	float: right;
	width: 375px;
	padding: 20px 295px 0px 0px;
}


div#aboutcontent p {
	font-size: .80em;
	line-height: 1.4em;
	color: #432f2e;
}

div#aboutcontent p.resume a {
	color: #7ba56d;
	font-weight: normal;
	font-size: 1.1em;	
	
}

div#aboutcontent p.resume a img {
	border: none;
	text-decoration: none;

}


div#aboutcontent p.resume {
padding-top: 30px;

}



div.clear {
	clear: both;
}

/*--------------------------PRINT MAIN PAGE----------------------------*/



div#windowprint {
	background-image: url(images/printwindow.gif);
	width: 870px;
	height: 575px;
	background-repeat: no-repeat;
	margin-top: 20px;
}

div#printpagetitle img {
	float: right;
	width: 239px;
	padding-right: 70px;
	padding-top: 30px;
}


div#thumbnails {
	float: left;
	width: 500px;
	text-align: center;
	padding-left: 60px;
	padding-top: 58px;
}


div#thumbnails ul li {
	list-style-type: none;
	float: left;
	width: 100px;
	padding-right: 50px;
	padding-left: 15px;
	padding-bottom: 20px;
	
}

div#thumbnails ul li p {
	font-size: .65em;
	padding-top: 2px;
	color: #432f2e;
	
}


div#thumbnails li a {
	
	text-decoration: none;
	display: block;
}

div#thumbnails ul li a img {
	opacity: 1.0;
	filter: alpha(opacity=100);      
	
}


div#thumbnails ul li a:hover img {
	opacity: .5;
	filter: alpha(opacity=50);
	
}

div#thumbnails li img {
	border: 1px solid #604947;
}


div#printfooter {
	color: #d5e8ce;
	float: right;
	width: 285px;
	padding-top: 405px;
	
}

div#printfooter p {
	font-size: .70em;
}

div#printfooter a {
	text-decoration: none;
	color: #d5e8ce;
	
}

div#printfooter a:hover {
	color: #fff;
}



/*--------------------------WEB MAIN PAGE----------------------------*/

div#windowprint {
	background-image: url(images/printwindow.gif);
	width: 870px;
	height: 575px;
	background-repeat: no-repeat;
	margin-top: 20px;
}

div#webpagetitle img {
	float: right;
	width: 239px;
	padding-right: 70px;
	padding-top: 30px;
}




div#webthumbnails {
	float: left;
	width: 500px;
	text-align: center;
	padding-left: 60px;
	padding-top: 58px;
}


div#webthumbnails ul li {
	list-style-type: none;
	float: left;
	width: 160px;
	padding-right: 50px;
	padding-left: 15px;
	padding-bottom: 20px;
	
}

div#webthumbnails ul li p {
	font-size: .65em;
	padding-top: 2px;
	color: #432f2e;
	
}


div#webthumbnails li a {
	
	text-decoration: none;
	display: block;
}

div#webthumbnails ul li a img {
	opacity: 1.0;
	filter: alpha(opacity=100);      
	
}


div#webthumbnails ul li a:hover img {
	opacity: .5;
	filter: alpha(opacity=50);
	
}

div#webthumbnails li img {
	border: 1px solid #604947;
}

div#webfooter {
	float: right;
	width: 285px;
	color: #d5e8ce;
	padding-top: 0px;
	background-color: #CC0000;
	
}

div#webfooter p {
	font-size: .70em;
}

div#webfooter a {
	text-decoration: none;
	color: #d5e8ce;
}

div#webfooter a:hover {
	color: #fff;
}



/*--------------------------SUBPRINT PAGE----------------------------*/

body.leaf {
	background-color: #ecf4e2;
	background-image: url(images/bodystrip.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	font-family: Century Gothic, sans-serif;
}


div#subpageheader {
	width: 930px;
	height: 105px;
	margin-left: -89px;

}


div#windowsubprint {
	background-image: url(images/subprintwindow.gif);
	width: 870px;
	height: 575px;
	background-repeat: no-repeat;
	margin-top: 20px;
	position: relative;
}
	

div#description {
	float: right;
	width: 190px;
	color: #432f2e;
	padding-top: 43px;
	padding-right: 60px;
}

div#description p {
	font-size: .75em;
	padding-top: 10px;
}

div#description h1 {
	font-size: .85em;
}

div#bigimg {
	float: left;
	width: 480px;
	text-align: center;
	padding-top: 50px;
	padding-left: 25px;	
}


div#bigimg p {
	color: #432f2e;
	font-size: .70em;
	text-align: center;
	padding-top: 5px;
}


div.thumbs {
	float: left;
	width: 110px;
	padding-top: 40px;
	text-align: center;
	
}

div.thumbs li {
	list-style-type: none;
	padding-top: 10px;
}

div.thumbs ul li a img {
	opacity: 1.0;
	filter: alpha(opacity=100);      
	
}


div.thumbs ul li a:hover img {
	opacity: .5;
	filter: alpha(opacity=50);
	
}


div.thumbs img {
	border: 1px solid #604947;
}

h2 {
	color: #432f2e;
	font-size: .70em;
	text-align: center;
	padding-top: 5px;
	color: #432f2e;
	font-weight: normal;
	
}




div#subfooter {
	color: #d5e8ce;
	position: absolute;
	top: 550px;
	left: 585px;
	

}

div#subfooter p {
	font-size: .70em;
	
}

div#subfooter a {
	text-decoration: none;
	color: #d5e8ce;
}

div#subfooter a:hover {
	color: #fff;
}

/*--------------------------SUBPRINT PAGE location----------------------------*/

/*div#bigimg img.vertical {
	padding-left: 130px;
	padding-top: 50px;
}

div#bigimg img.horizontal {
	padding-left: 65px;
	padding-top: 48px;

}

div#bigimg img.horizontalcenter {
	padding-top: 150px;
	padding-left: 65px;
}

*/

div#bigimg img.center {
	padding-top: 100px;


}




/*--------------------------SUBWEB PAGE----------------------------*/


div#bigimgweb {
	float: left;
	width: 285px;
	padding-left: 65px;
	padding-top: 58px;
}

div#bigimgweb p {
	color: #432f2e;
	font-size: .70em;
	padding-top: 5px;
	text-align: right;
}

div#description p.website {
	text-decoration: underline;
	color: #432f2e;
	font-size: .75em;
	font-weight: bold;
}

div#description p.website a {
	text-decoration: none;
	color: #432f2e;
	
}

div#description p a:hover {
	color: #7ba56d;
}

div#description p.jenni {
	color: #432f2e;
	font-size: .60em;
	font-weight: bold;
	
	
}