body {
	margin:0px;
	background-color:#4C5C51;
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


img{border:0px;}


#container {
	width:930px;
	margin-left: auto;
	margin-right: auto;
//	margin-top: auto;
	background-color:#a99653;
}
#left{
	width: 232px;
	background: #c0c4a1 url(../images/left-bg.gif) top no-repeat;
	text-align:right;
	font-family: arial;
	font-size:10px;
	color:#404d42;
	margin-top:0;
}

#left a {
	color:#404d42;
}

#footer {
	border-top:solid black 1px;	
	text-align:center;
	font-family: arial;
	font-size:10px;
	color:#404d42;
}

#footer a {
	color:#404d42;
}

#content{
	background: #eee8c6 url(../images/content-bg.gif) bottom right no-repeat;
	padding: 20px 20px 0 20px;
}

#content p {
	font-size: 11px;
	text-align:justify;
	color: #696349;
}
#content th {
	font-size: 12px;
	color: #696349;
}

#content td, #content a {
	font-size: 11px;
	color: #696349;
}

#content td.specs {
	border-bottom: 1px solid #696349;
	line-height:20px;
}

#content ul {
	font-size: 11px;
	color: #696349;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #696349;
}

#content h2 {
	font-size: 11px;
	text-align:justify;
	color: #696349;
}

#content h3 {
	font-size: 11px;
	color: #696349;
}

#content hr {
	width: 100%;
	color: #696349;	
	height:1px;
}
#rmenu {
	width:188px;
	color:#4c5c51;
	background: #d6d2a9 url(../images/right-menu-bottom.gif) bottom no-repeat;
}

#rmenu p, #rmenu a{
	padding-left:15px;
	background-color:#d6d2a9;
	color:#4c5c51;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	line-height:30px;
	margin-right:20px;
}

#rmenu a:hover{
	width:188px;
	background-color:#d6d2a9;
	color:#a99653;
}

#right{
	width:39px;
	background: #eee8c6 url(../images/right-bottom.gif) bottom no-repeat;
}

#content td img {
	border: 3px solid #a99653;
}


#mainMenuCon {
	position:relative;
	width:930px;	/*setting the z-index to 1000 would keep the menu always on the top*/
}

