@charset "utf-8";
/* style sheet for greenjeanne_css.html */

/* green background */
body {
	background-color: #636840;
	}
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../graphics/olivedrabswatch.jpg);
	border: thin solid #4A4E30;
	padding-bottom: 5px;
}
#greenjeanne01 .content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* end green background */	

/* white and yellow link colors */
a:link { color: #fff; }
a:visited { color: #ff6; }
a:hover { color: #ffff66; } 
a:active { color: #e00; }
/* end link colors */

/* links list style */
body#links li {
	font-size: 1.2em;
	}
ul#linklist a {
	font-weight: bold;
	font-size: 1.1em;
	}
/* end links list style */

/* picture styles */
img#tajmagarage {
	width: 640px;
	height: 298px;
	border: 5px double #000;
	margin: 1em;
	}
img#m100trailerlg {
	border: 5px double #000;
	width: 800px;
	height: 600px;
	margin: 1em;
	}	
img#mikeandmike {
 	border: 2px solid #000; 
	width: 320px; 
	height: 240px;
	margin: 30px 30px 10px 30px;
	float: right;
	}
#photothumbs {
	width: 790px;
	margin: auto;
}
img.thumbs {
	float: left;
	display: block;
	margin-left: 1em;
	margin-right: 1em;
	border: 2px solid #000000;
}
.popuph {
	width: 800px;
	height: 600px;
	border: 5px double #000000;
}
/* end picture styles */

/* special text styles */
#gjmessage {
	text-align: center;
	width: 100%;
	padding: 15px 0;
	margin-top: 1em;
	clear: both;
	}	
#cj2aphotos  .content, #m38photos .content { padding-left: 35px; 
}
