@charset "utf-8";
/* CSS Document */

#Container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#HeaderNav {
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}
#Search {
	clear: both;
}

#HeaderPic {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#LeftNav {
	float: left;
	width: 210px;
	padding-top: 0px;
	padding-left: 0px;
	vertical-align: top;
	border-right-color: #999;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 15px;
}
#RightContent {
	position: relative;
	margin-left: 210px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	height: inherit;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
}
#AdFullContent {
	height: inherit;
}
#FooterNav {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	background-color: #E5E5E5;
}
#ClickDimesions {
	clear: both;
}
#WebMessage {
	text-align: center;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	/* background-color: #900; */
	clear: both;
}
#Picture {
	float: right;
	padding-left: 10px;
	height: auto;
	width: auto;
	padding-bottom: 5px;
}

#Picture2 {
	float: right;
	padding-left: 10px;
	height: auto;
	width: auto;
	padding-bottom: 5px;
	margin: auto;
}
#Picture3 {
	float: right;
	padding-left: 10px;
	height: auto;
	width: auto;
	padding-bottom: 5px;
	margin: auto;
}

#Picture4 {
	float: right;
	padding-left: 10px;
	height: auto;
	width: auto;
	padding-bottom: 5px;
	margin: auto;
}

#BulletListLeft {
	float: left;
	padding-left: 0px;
	height: auto;
	width: auto;
	padding-bottom: 5px;
	margin: auto;
	padding-right: 15px;
}


