body {
	margin: 0;
	padding: 0;
	background: #99CC66;
	font: normal medium Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1, h2, h3 {
	color: #336633;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.2em;}
h3 { font-size: 1.0em; }

p, blockquote, ul, ol {
	line-height: 1.3em;
	font-size:1.0em;
	font-weight:600;
	
}

blockquote, ul, ol {
}

blockquote {
}

a {
	color: #336633;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: right;
	margin: 0 1em 0 1em;
}

hr { display: none; }

.hr {
}

/* Logo */

#logo {
	height: 60px;
	background: #99CC66;
}

#logo h1 {
	float: left;
	margin: 10px 0 0 20px;
	padding: 0 0 0 0px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 20px 20px 0 0;
}


/* Page */

#page {
    background: #99CC66 url(images/working4.jpg) no-repeat;
	background-position:right;
	background-position:top;
	float: right;
	margin: 0 px;
	padding: 10 px;
}

/* Content */

#content {
    
  	margin-right: 300px;
	padding-left: 25px;
}

#product {
	padding:10 10 10 10;
	float:left;
	width:auto;
}


#welcome {
	padding-bottom: 20px;
	margin: 20px 20px 20px 20px;
}

/* Sidebar */

#sidebar {
    background: #99CC66;
	font-size: 16px;
	font-style:italic;
	position: absolute;
	right: 0;
	top: 60px;
	bottom: -600px;
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar h2 {
	font-size: 16px;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
	font-size: 16px;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	border-top: 1px dotted #006600;
}

#menu li.first {
	border: none;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 0;
	text-transform: uppercase;

	
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0 0 25px;
	
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: small;
	color: #336633;
}

#footer a:hover {
	color: #336633;
	text-decoration: underline;
}









