body {
	background-color: #343434;
	font-family: century gothic;
	margin:0 0 0px;
	color: white;
}
h1 {
	font-size:17px;
}
h2 {
}
h3 {color:#0099FF;font-size:23px;}
a {
	color:steelblue;
	text-decoration:none;
}
a:hover {
	color:lightblue;
	text-decoration:none;
}

.outer-container {
	border-bottom:2px solid white;
	height:153px;
}
.inner-container {
	height:113px;
	margin:10px auto;
	width:850px;
}
#header {
	float:left;
	width:100%;
}
.logo {
	float:left;
}
.add {
	float:left;
	height:100px;
	width:70%;
}
.header-info {
	border-top:2px solid white;
	height:30px;
}
.header-info-col {
	margin:0 auto;
	width:850px;
}
.header-info-left {
	float:left;
}
.header-info-right {
	text-align:right;
}

.menu-top {
	margin-left: 15px;
	margin-top: 10px;
}

.outer-pc {
	background-color:#0099FF;
	border-bottom:2px solid white;
	float:left;
	width:100%;
}
#page-content {
	width: 850px;
	margin: 0 auto;
}
.page-content-top {
	background-image:url(/images/template/2010/main-top.png);
	height:17px;
}
.page-content-mid {
	background-color:#484848;
	padding-left:10px;
	padding-right:10px;
	min-height: 400px;
	overflow: hidden;
}
.page-content-bot {
	background-image:url(/images/template/2010/main-bot.png);
	height:17px;
}

.footer {
	background-image:url(/images/template/2010/banner-footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	font-size:11px;
	height:225px;
	overflow:hidden;
	padding-top:5px;
	text-align:center;
	width:100%;
}

#border-bot {
	border-bottom: 1px solid white;
}
.top-menu-select {
	color: white;
	text-align:center;
	font-size:14px;
	cursor: pointer;
}

.website-search {
	float:left;
	height:30px;
}
.website-search-button {
	background-image:url(/images/template/2010/search-go.jpg);
	background-repeat: no-repeat;
	border:0 none;
	height:18px;
	width:45px;
	color: white;
}
.search-text {
	float:left;
	font-size:14px;
	padding-top:3px;
	text-align:right;
	width:126px;
}

.please-note {
	background-image:url(/images/template/2010/please-note.jpg);
	background-position:15px 50%;
	background-repeat:no-repeat;
	border:8px solid lightgreen;
	height:140px;
	margin-bottom:10px;
	margin-left:32px;
	margin-right:30px;
	padding-left:175px;
}