/* body AREA ******************************************************************/
body {
	font-size: 100%;
	font-family: arial;
	background-color: #641C00;
	margin: 0 auto;
	padding: 0 auto;
	color: white;
}
/* header AREA ****************************************************************/
#header {
	background: #fff;
	height: 113px;
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
}
#header #left {
	float: left;
	background: url('left.jpg');
	width: 213px;
	height: 113px;
	margin: 0 auto;
	padding: 0 auto;
}
#header #right {
	float: right;
	background: url('right.jpg');
	width: 218px;
	height: 113px;
	margin: 0 auto;
	padding: 0 auto;
}
/* content AREA ***************************************************************/
#content {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	padding: 0 auto;
	margin-top: 50px;
}
#content #menuleft, #content #menuleftprod {
	padding: 0 auto;
	height: 500px;
	width: 157px;
	float: left;
	padding-right: 5px;
}
#content #menuleft {
	background: #641C00;
}
#content #menuleftprod {
	width: 150px;
}
#content #menuleft a, #content #menuleftprod a {
	display: block;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 1px;
	text-decoration: none;
	font-size: 70%;
	color: white;
	font-weight: normal;
	letter-spacing: 2px;
}
#content #menuleft a:hover, #content #menuleftprod a:hover {
	color: white;
	background: #641C00;
}
#content #menuleft a {
	text-align: right;
}
#content #menuleftprod {
	background: #310E01;
	width: 136px;
	padding-left: 10px;
	filter: Alpha(opacity=90);
	opacity: 90%;
}
#content #menuright {
	padding: 0 auto;
	height: 500px;
	width: 20%;
	float: right;
	background: #641C00;
}
#content #cont {
	padding: 0 10 0 10;
	height: 500px;
	width: 545px;
	float: left;
	overflow: auto;
	font-size: 80%;
	color: black;
	background: white;
	padding-left: 10px;
	padding-right: 20px;
}
#content #cont {
	filter: Alpha(opacity=80);
	opacity: 80%;
}

#content #cont #text {
	width: 260px;
	height: auto;
	font-size: 11px;
	letter-spacing: 1px;
	position: relative;
	top: 10px;
	left: 10px;
}
#content #cont strong {
	display: block;
	padding: 5px;
	color: #641C00;
	padding-left: 0;
	margin-left: 10px;
	border-bottom: 1px solid #641C00;
	margin-bottom: 5px;
	padding-bottom: 8px;
	margin-top: 10px;
	font-size: 120%;
	letter-spacing: 3px;
}
#content #cont #image {
	width: 150px;
	height: auto;
	background: white;
	float: right;
	margin: 10px;
	margin-top: 0px;
	padding: 5px;
	position: relative;
	top: 10px;
	right: -20px;
}
#content #cont #image table {
	font-size: 11px;
	letter-spacing: 1px;
	color: black;
	padding: 0 auto;
	margin: 0 auto;
	margin-top: 20px;
	width: 180px;
}
#content #cont #image table td {
	border: 1px solid #641C00;
	font-size: 11px;
	letter-spacing: 1px;

}
#content #cont #text table td {
	padding: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
	letter-spacing: 1px;

}
/* misc AREA ******************************************************************/
#spacerside {
	float: left;
	width: 5%;
	height: 500px;
	background: #641C00;
}
#footer {
	text-align: right;
	padding: 10px;
	color: white;
	font-size: 11px;
	letter-spacing: 1px;
	float: left;
	width: 1040px;
}
#footer a {
	color: white;
	text-decoration: none;
}
.borderred {
	border: 1px solid red;
}
/* floating boxes AREA ********************************************************/
#mosaikbox {
	width: 850px;
	height: 500px;
	float: left;
}
#floatbox {
	float: left;
	width: 136px;
	height: 125px;
	margin: 0;
}
#floatboxtripple {
	float: left;
	width: 407px;
	height: 125px;
	margin: 0;
}
img {
	border: 0;
}
a {
	color: black;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 9px;
}
#cont table{
	color: black;
	font-size: 9px;
	margin: 0;
	padding: 0;
	z-index:99;

}
#cont input, #cont select, #cont textarea, #cont option {
	width: 300px;
	z-index:99;
	font-size:9px;
}
#cont .checkbox {
	width: auto;
}
#cont select {
width:70px;
}
#cont textarea {
height:100px;
}
