

html, body {
	margin: 0;
	padding: 0;
	font-family: Lucida,Arial,Helvetica,sans-serif;
	font-size: 76%;
	}

body {
	color: black;
	font-size: 1.2em ;
	text-align: left;
	}

div {
	padding:0px;
	margin:0px;
	}
	

div.page{
	background-image: url('images/wall-tile.gif');
	background-repeat: repeat;
	background-color: #2b2b2b;
	padding: 5px 0;
	}

div.container
	{
	width:700px;
	margin: 0 auto;
	border:2px solid #d9d8d0;
	border-right:5px solid #d9d8d0;
	border-left:5px solid #d9d8d0;
	padding: 0px;
	background-image: url('images/SMM-header-new_01.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color:white;
	}

div.header {
	width:700px;
	margin: 95px 0 0 0;
	background-image: url('images/SMM-header-new_02.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
	border: 0px;
	}

ul.header {
	margin: 0;
	width:100%;
	padding:4px 0px 4px 0px;
	list-style-type:none;
	border-top:1px solid #C0CCCF;
	border-bottom:1px solid #C0CCCF;

	background-color: #000000;
	/* for IE */
	filter:alpha(opacity=36);
	/* CSS3 standard */
	opacity:0.36;
	/* for Mozilla */
	-moz-opacity:0.36;
	}

li {
	margin: 0;	
	border: 0;
	padding: 0;
	display:inline;
	font-family: "Lucida Grande","Lucida Sans",
		"Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	}
	
a.menu	{
	border-right:0px solid #C0CCCF;		
	color:#D9D8D0;
	text-decoration:none;
	padding: 5px 1em;
	font-weight: bold;
	font-size: 0.9em;
	}

a.menu:hover, a.current {
	color: black;
	background-color: #D9D8D0;
	text-decoration:none;	
	padding: 5px 1em;
	font-weight: bold;
	font-size: 0.9em;
	}

a.current:hover {
	text-decoration: none;
	}

div.content {

	background-image: url('images/SMM-right-Bar.jpg');
	background-position: 492px -125px;
	background-repeat: repeat-y;

	}


div.right {
	float: right;
	width: 180px;
	padding: 0px 0px 5px 10px;
	}

div.left {
	background-color: white;
	margin-right: 180px;
	padding: 20px 30px 10px 15px;	
	
	}

p.right_content {
	border: 0px black dashed;
 	font-family: "Lucida Grande","Lucida Sans",
		"Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	font-size: .85em;
	color: black;
	line-height: 1.35em;
	margin: 20px 12px;
	padding: 4px 3px 5px 10px;
	background-color: white;
	/* for IE */
	filter:alpha(opacity=750);
	/* CSS3 standard */
	opacity:0.8;
	/* for Mozilla */
	-moz-opacity:0.7;

	}

h1	{
	margin: 0em 10px;
	font-weight: lighter;
	font-size: 1.3em;
	color:  black;
	font-family: "Lucida Grande","Lucida Sans",
		"Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	}

h3	{
	text-align: center;
	margin-left:-50px;	
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: lighter; 
	font-size: 1em;
	color: #46513F;
	font-family: "Lucida Grande","Lucida Sans",
		"Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	}


div.item{
	margin: 0px;
	
	}

h2 {
	font-size: 1.2em;
	font-weight: lighter;
	font-family: "Lucida Grande","Lucida Sans",
		"Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	background-color: white;
	margin: 20px 40px 0 -50px;
	padding-left:50px;
	text-align: left;
	background-position: bottom left;
	background-repeat: no-repeat;
	}
h2:hover{
	background-color: transparent;
	background-position: top left;
	}


div.button{
	margin:0;
	float: left;
	}

div.item_text{
	margin-left: 50px;
	padding-right: 10px;
	}

p 	{
	margin-top: .4em;
	text-align: left;
	line-height:130%;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

a {
	color: #3366aa;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	color:#000066;
	}

a.header{
	color:black;
	}

a.header:hover{
	color:#000066;
	}

img {
	border: 0;
	}


a.bodyimage {
    float: left;
	height:1.45em;
	width: 0px;
	border:0;
	background-position:top left;
	background-image: url('images/compost.jpg');
	background-repeat: no-repeat;
	}


a.bodyimage:hover {
	background-position: bottom left;
	
	}

strong {
	font-weight: bold;
	}

div.footer {
	width:300px;
	margin: auto;
	padding:0.5em;
	border: 0px;
	clear: both; 
	border-top: 1px gray dashed;
	}

p.footer {
	font-family: Lucida,Arial,Helvetica,sans-serif;
	text-align: center;
	font-size:0.75em;
	margin:auto;
	color:gray;
	}






