html, body {
		margin: 0px 0px 0px 0px;
		color: #000;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: medium;
}
	
#wrapper {
	background-color: #fff;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #000;
	height: 100%;
}

#header {
	height: 120px;
	background-position: 0 center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
}

#contact {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: medium; 
	text-align: right;
	padding-top: 65px;
	padding-right: 30px;
	/*font-size: 14px;*/
}

#contact a {
	font-size: 0.85em;
	}

#content {
	background-color: #fff;
	padding: 0px 30px 1px 30px;
	font-size: medium; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


#content ol {
	margin-top: 2px;
}
#content li	{
	line-height: 1.6em;
}

.subtitle {
	font-size: 0.85em;
}

.floatright {
	float: right;
	z-index: 1;
}
.floatleft {
	float: left;
	margin-right: 30px;
	z-index: 1;
	margin-bottom: 10px;
}
img {
	border: 0;
	}
.clearb {
	clear: both;
	}
.imgb {
	border: 1px solid #333;
	}	
	
#feature {
	width: 650px;
	/*height: 
	margin-left: 80px;*/
	margin-top: 0;
	text-align: left;
	}
#feature h1 {
	margin: 0;
	padding: 0;
	}
#feature img {
	margin-left: 40px;
}	
	

#previous ul {
	list-style: none;
	list-style-type: none;
	margin-left: -2px;
	}
#previous li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	}
#previous img {	
	display: block;
	border: 1px solid #333;	
}

a {
	color:#00f;
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

a:visited {
	color:#90f;
}

a:hover {
	color:#00f;
	text-decoration:none;
}

#work ol {
	margin-left: 20px;
}

#submenu {
	font-size: 85%;
	text-align: center;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	}
	
	
#footer {
	width: 710px;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	border-top: 1px solid #000;
	padding-left: 30px;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #00f;
}
#footer a:hover {
	background-color: #0f0;
	text-decoration: none;
	color: #fff;
}

#content h1 {
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
	}
h2 {
	font-weight: normal;
	margin-top: -5px;
	margin-bottom: 5px;
	font-size: 110%;
	}
h3 {
	margin:0px 0px 0px 300px;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	color: #0f0;
	background-color: #eee;
	border-top: 1px solid #00f;
	border-left: 1px solid #00f;
	}

#sp {
	text-align: center;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}

#sp td {
	text-align: center;
	padding: 0 2px;
}
#linda {
	display: inline-block;
	width: 250px;
	height: 188px;
	margin-right: 2px;
	border: 1px solid #333;
}
#lisa {
	display: inline-block;
	width: 250px;
	height: 188px;
	margin-left: 2px;
	border: 1px solid #333;
}

#shameless h2 {
	margin: 20px 0 5px 0;
}
#shameless ul, #shameless ol {
	margin: 0 0 20px 0;
}


#affiliate td {
	padding: 10px 40px 20px 0;
}

#affiliate th {
	text-align: left;
	white-space: nowrap;
}

/* Fall/Winter Green */

html, body {
background-color: #CBE381;
background-image: url(../images/bg-dot-fall.gif);
}

#header {
	background-color: #CBE381;
	background-image: url(../images/hdr-gr-fall.gif);
}

#footer {
	background-color: #CBE381;
}

a:hover {
	background-color: #CBE381;
}


.bigtxt {
	font-size: 150%;
}

/*  Spring/SummerGreen*/

html, body {
	background-color: #BFF289;
	background-image: url(../images/bg-dot-bl.gif);
}

#header {
	background-color: #BFF289;
	background-image: url(../images/hdr-gr-bl.gif);
}

#footer {
	background-color: #BFF289;
}

a:hover {
	background-color: #FFF;
	color: #390;
}

/* Between Summer and Fall */

html, body {
	background-color: #BAE8652;
	background-image: url(../images/bg-dot-y.gif);
}

#header {
	background-color: #BAE865;
	background-image: url(../images/hdr-gr-y.gif);
	background-image: url(../images/hdr120.gif);
}

#footer {
	background-color: #BAE865;
}

#footer a {
	color: #000;
}

#footer a:hover {
	background-color: #BAE865;
	color: #390;
}

a:hover {
	background-color: #FFF;
	color: #390;
}




