body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: #999;
	background-color: #797979;
	background-image: url(images/bg_grey.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 870px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	margin-top: 25px;
}

#header {
	width: 850px;
	height: 115px;
	padding: 10px 10px 10px 10px;/*TOP RIGHT BOTTOM LEFT*/
	background: #FFFBFD url(images/bg_header.jpg);
	position:relative;
}

#address{
	position:absolute;
	top:10px;
	right:26px;
	color:#FFFFFF;
}

/* Menu starts */


#menu {
	background: #333;
	float: left;
	list-style: none;
	width: 850px;
	overflow: #000;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menu li {
	float: left;
	margin: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}
#menu a {
	color: #FFF;
	display: block;
	float: left;
	text-decoration: none;
	width: 110px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	background-color: #333;
	background-image: url(images/menu_chrome.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 6px;
	padding-top: 8px;
	padding-bottom: 6px;
	height: 23px;
}
#menu a:hover {
	color: #000;
	background-image: url(images/menu_over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Menu ends */

#content {
	width: 830px;
	padding: 20px;
	background-color:#CCC;
	position:relative;
	float: left;
}

#left {
	float: left;
	width: 460px;/*TOP RIGHT BOTTOM LEFT*/
	background-color:#FFFFFF;
	min-height:400px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: justify;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#right {
	float: right;
	width: 230px;
	min-height:400px;/*TOP RIGHT BOTTOM LEFT*/
	background-color: #FFFFFF;
	background-image: url(images/bg_machine.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 100%;
}

#footer {
	clear: both;
	padding:10px;
	width: 850px;
	border-top: 1px solid #F0F0F0;
	text-align: center;
	height: 40px;
	background-color: #FFFFFF;
}

/******TEXT STYLES******/
.TITLE 			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#333333;
	text-transform: none;
}
.L12 			{
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#425935;
}
#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#logo {
	float: left;
	width: 485px;
	margin-left: 20px;
}
#menubox {
	clear: both;
	float: left;
	background-color: #333;
}
#plug {
	color: #999;
	position: relative;
	padding: 0px;
	top: 8px;
	height: 22px;
	font-size: 10px;
}

#plug a {
	color: #999;
}

#plug a:hover {
	color: #666;
	font-weight: bold;
}
#left ul {
	background-color: #6A736E;
	display: block;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	margin-top: 5px;
	margin-right: 45px;
	margin-bottom: 5px;
	margin-left: 45px;
	font-size: 15px;
	line-height: 28px;
	color: #FFF;
	border: medium solid #666;
	text-align: left;
}
#menu #wide a {
}
#right a {
	color: #000;
	text-decoration: none;
}

#right a:hover {
	color: 333;
	text-decoration: underline;
}
#content  a {
	color: #333;
	text-decoration: none;
}

#content  a:hover {
	color: #333;
	text-decoration: underline;
}
#content #left h2 {
	font-size: 14px;
	color: #3E5038;
	background-color: #CCC;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	clear: both;
	margin-top: 10px;
}
#left img {
	float: right;
	padding: 5px;
	border: thin solid #999;
	margin-left: 25px;
	margin-bottom: 10px;
}
#menu #active a {
	color: #000;
}
h1 {
	font-size: 12px;
	color: #333;
	padding-top: 4px;
}
#footer #prop {
	width: 280px;
	float: right;
	font-size: 9px;
	text-align: right;
	color: #666;
	z-index: 4;
	margin-right: 10px;
}

