/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
}

a:link {
	color: #492833;
	text-decoration: none;
}

a:visited {
	color: #492833;
	text-decoration: none;
}

a:hover {
	color: #492833;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #492833;
	text-decoration: none;
}

#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: auto;
	padding: 10px;
	z-index: 0;
}

#banner {
	height: 80px;
	background-color: #492833;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	z-index: 1;
}



#content {
	padding: 0px;
	background-color: #EBEBEB;
	text-align: justify;
	width: 590px;
	height: auto;
	position: relative;
	z-index: 2;
}
.pictureleft {
	height: 100px;
	width: 100px;
	position: relative;
	float: left;
	padding-right: 40px;
	padding-left: 20px;
}
.pictureright {
	float: right;
	height: 100px;
	width: 100px;
	position: relative;
	padding-left: 40px;
	padding-right: 20px;
}


h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
}
.products {
	position: relative;
	width: 550px;
	height: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	min-height: 100px;
}
h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}




#sidebar-a {
	text-align: right;
	padding-right: 10px;
	line-height: 24px;
	z-index: 3;
	position: relative;
	float: right;
	display: inline;
}


#footer {
	height: 50px;
	clear: both;
	padding: 5px;
	margin-top: 10px;
	background-color: #492833;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	color: #FFFFFF;
	text-align: center;
	z-index: 4;
}
#lipsum {
	padding: 10px;
}
