/* HTML elements */body {	background-color: #666600;	margin: 0px;	text-align: center;}/* DIV STRUCTURE */#mast {	background-image:  url(../assets/Bgrounds/mast.jpg);	background-repeat: no-repeat;	margin: 0px;	position: relative;	margin-right: auto;	margin-left: auto;	width: 718px;	height: 149px;}#welcome {	margin: 0px;	position: relative;	margin-right: auto;	margin-left: auto;	width: 708px;	height: 20px;	color: #FFFFFF;	background-color: #4B4B25;	text-align: left;	padding-top: 2px;	padding-left: 10px;}#shop {	margin: 0px;	position: relative;	margin-right: auto;	margin-left: auto;	width: 708px;	height: 25px;	color: black;	background-color: #FFFFFF;	text-align: left;	padding-top: 5px;	padding-left: 10px;	border-top-color: #999999;	border-bottom-color: #999999;	border-top-style: dotted;	border-bottom-style: dotted;	border-top-width: 1px;	border-bottom-width: 1px;}#newMember  {	position: absolute;	left: 403px;	z-index: 5;	width: 300px;	top: 7px;}#MainContent {	margin: 0px;	width: 718px;	margin-right: auto;	margin-left: auto;	background-color: #FFFFFF;}#MainContent li {	list-style-position: outside;	list-style-image: url(../assets/Elements/bulletpoint.gif);	list-style-type: square;	padding-bottom: 10px;}#LeftColumn {	float: left;	width: 200px;	padding-left: 20px;	padding-top: 20px;	text-align: left;}#LeftColumn img {	float: left;	margin-left: 0px;}#LeftColumn li {	list-style-position: outside;	list-style-image: url(../assets/Elements/bottle_point.gif);	list-style-type: disc;}#RightColumn {	float: left;	width: 440px;	margin-top: 50px;	margin-left: 30px;	text-align: left;}#footerImage {	margin: 0px;	height: 50px;	width: 718px;	margin-right: auto;	margin-left: auto;	background-color: #FFFFFF;}#clear {	clear: both;}/* ADDITIONAL FORMATTING */.line {	background-image:   url(../assets/Elements/line.gif);	background-repeat: repeat-x;	margin-top: 0px;	height: 1px;	margin-right: 7px;}html>body .line {	background-image:   url(../assets/Elements/line.gif);	background-repeat: repeat-x;	margin-top: 0px;	height: 10px;	margin-right: 7px;}.paddingLeft {	padding-left: 10px;}.gallery {	float: left;	margin-right: 5px;}#form {	width:200px;}.floatright {	float: right;	margin-left: 5px;	margin-bottom: 5px;}