body {
	margin: 0;
	padding: 0;
	width: 750px;
	background-color: #f34;
	font-family: sans-serif;
	}
	
h1 {
	font-size: 360%;
	margin-top: 15px;
	}
	
h2 {
	font-size: 195%;
	margin-top: -40px;
	}

#wrap {
	padding: 0;
	color: black;
	width: 750px;
	}

#left {
	background: url(http://www.ericbroder.com/images/reddog.jpg) top center no-repeat transparent;
	width: 190px;
	color: white;
	padding: 10px;
	margin: 10px;
/*	border: 1px green solid; !!!!!!!!!!!!!!!!!!!!!!*/
	font-size: 80%;
	padding-right: 0px;
	margin-right: 0px;
	}
	
#left a:link, #left a:visited {
	color: white;
	}
	
#left a:hover {
	border-bottom: white double 1px;
	}
	
	
#links {
	margin-top: 130px;
	font-weight: bold;
	font-size: 120%;
	}

ul.nav {
	list-style-type: none;
	}
	
ul.nav li {
	margin-left: -38px;
	font-size: 80%;
	margin-top: 5px;
	}

#contact {
	font-size: 130%;
	font-weight: bold;
	color: black;
	}
	
#contact a:link, #contact a:visited {
	color: black;
	}
	
#contact a:hover {
	border-bottom: 1px double black;
	}
	
#right {
	background: url(http://www.ericbroder.com/images/redman.gif) top right no-repeat transparent;
	margin: 10px;
	margin-left: 230px;
	padding-left: 20px;
	width: 550px;
/*	border: 1px pink solid; !!!!!!!!!!!!!!!!!!!!!!*/
	position: absolute;
	top: 0px;
		border-left: 2px black solid;
	}

#copy {
	color: black;
	width: 370px;
	font-weight: bold;
	}
	
#copy p {
	font-size: 80%;
	line-height: 110%;
	}

#copy p.first {
	margin-top: -10px;
	}
	
#copy a:link, #copy a:visited {
	color: black;
	}
	
#copy a:hover {
	border-bottom: 1px double black;
	}
	
#gallery-box {
/*	border: 1px yellow solid; !!!!!!!!!!!!!!!!!!!!!!*/
	margin-bottom: 20px;
	}
	
#gallery-box img {
	border: 1px black solid;
	margin: 5px;
	}

#gallery_view a:link, #gallery_view a:visited {
	border: 2px solid black;
	background-color: #fff;
	padding: 2px;
	margin: 5px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	}

#gallery_view img {
	border: 2px solid black;
	}
