html,body {
	background-repeat: repeat-x;
	background-image: url(../images/site/site_gradient.jpg);
	margin: 0px;
	background-color: #d1cabe;
	padding: 0px;
}

#site_structure {
	margin-top: 15px;
	display: block;
	border-color: gray;
	border-style: dotted;
	border-width: 1px;
	height: 836px;
	width: 850px;
}

#banner {
	background-image: url(../images/site/banner.jpg);
	height: 130px;
	width: 850px;
}

#left_column {
	background-color: #d2ba88;
	color: white;
	float: left;
	display: inline;
	border-right-color: gray;
	border-right-style: dotted;
	border-right-width: 1px;
	height: 650px;
	width: 200px;
}

#right_column {
	background-position: right bottom;
	padding-left: 20px;
	padding-top: 20px;
	background-image: url(../images/site/content_background.jpg);
	text-align: left;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	float: left;
	display: inline;
	height: 630px;
	width: 627px;
}

#bottom_banner {
	background-color: maroon;
	float: left;
	display: inline;
	width: 850px;
	height: 30px;
}

#links_banner {
	padding-left: 5px;
	background-color: maroon;
	color: white;
	background-repeat: no-repeat;
	padding-top: 7px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	height: 19px;
	width: 845px;
	float: left;
	display: inline;
}

#green_bold {
	color: #408000;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
}

#italic {
	color: #408000;
	font-style: italic;
}

#index_text {
	height: 610px;
	line-height: 20px;
	float: left;
	display: inline;
	width: 425px;
	overflow: hidden;
}

#handrail_text {
	height: 610px;
	line-height: 16px;
	float: left;
	display: inline;
	width: 430px;
}

#line_height_20 {
	margin-bottom: 5px;
	float: left;
	display: inline;
	line-height: 17px;
}

#red_bold {
	color: maroon;
	font-weight: bold;
}

#italic14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #408000;
	font-size: 12px;
}

#horizontal_list {
	display: inline;
	list-style-type: none;
}

#horizontal_list a:link {
	color: white;
	display: inline;
	list-style-type: none;
}

#horizontal_list a:visited {
	color: white;
	display: inline;
	list-style-type: none;
}

#horizontal_list a:active {
	color: white;
	display: inline;
	list-style-type: none;
}

#horizontal_list a:hover {
	color: white;
	display: inline;
	list-style-type: none;
}

#horizontal_list li {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	list-style-type: none;
}

#portfolio {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin: 10px;
	height: 280px;
	width: 180px;
	float: left;
	display: inline;
}

#index_ads {
	margin-left: 25px;
	height: 550px;
	float: left;
	display: inline;
	width: 150px;
}

#ads {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 15px;
	display: block;
	height: 150px;
	width: 150px;
}

#storefront {
	height: 150px;
	width: 400px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	float: left;
	display: inline;
}

<li a:link {
	color: white;
}

<li a:visited {
	color: white;
}

 li {
	list-style-type: square;
	list-style-position: outside;
}
