#container {
	height: 650px;
	width: 1002px;
}
#sidebar {
	height: 615px;
	width: 240px;
	margin-top: 35px;
	margin-left: 36px;
	clear: none;
	float: left;
}
.smalltext {
	font-size: 0.8em;
	margin-top: 5px;
}
#logo {
	height: 22px;
	width: 200px;
}
#dots {
	height: 34px;
	width: 240px;
	vertical-align: middle;
	margin-top: 12px;
	color: #a8a09e;
}
p {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #C4E1F6;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#address {
	height: 202px;
	width: 220px;
	padding-top: 0px;
}
#navbar {
	height: 310px;
	width: 240px;
	margin-top: 33px;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a8a09e;
}
#logo a {
	color: #a8a09e;
	text-decoration: none;
}
#logo a:hover {
	color: #333333;
	text-decoration: none;
}

#main {
	height: 570px;
	width: 662px;
	margin-top: 80px;
	top: 80px;
	clear: none;
	float: right;
}
#photos {
	height: 248px;
	width: 662px;
}
#photoleft {
	height: 248px;
	width: 331px;
	float: left;
	background-color: #999999;
}
#photoright {
	height: 248px;
	width: 331px;
	margin-left: 331px;
	background-color: #CCCCCC;
}
#bodytext {
	height: 317px;
	width: 610px;
	margin-top: 53px;
}
#bodytext p {
	font-size: .9em;
	margin-bottom: 10px;
}
#navbar p {
	margin-bottom: 3px;
	font-size: .8em;
}
#address p {
	font-size: 0.8em;
	margin-bottom: 15px;
}
#navbar a {
	color: #333333;
	text-decoration: none;
}
#navbar a:hover {
	color: #a8a09e;
}
#container #main #bodytext li {
	font-size: .9em;
	margin-bottom: 5px;
	margin-left: -18px;
	padding-left: 0px;
	list-style-type: square;
}
ul {
	margin: 0px;
}
#bodytext a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#bodytext a:hover {
	text-decoration: underline;
	color: #A8A09E;
}
#address a {
	color: #333333;
	text-decoration: none;
}
#address a:hover {
	color: #000000;
	text-decoration: underline;
}
ol {
	list-style-type: lower-alpha;
	margin-left: 1px;
}
#container #main #bodytext ol li {
	list-style-type: decimal;
}
