@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html{
	overflow-y:scroll;
}

body{
	scrollbar-base-color: #778899;
}

#all{
	clear: both;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
	#header{
		clear: both;
		overflow: hidden;
		padding-top: 10px;
		margin-bottom: 10px;
	}
		#header_left{
			float: left;
			width: 512px;
			padding-top: 5px;
		}
		#header_right{
			float: left;
			width: 468px;
		}
	#main{
		clear: both;
		overflow: hidden;
		border-top: 5px solid #778899;
	}
		#main_left{
			float: left;
			width: 650px;
			padding-top: 10px;
		}
		#main_right{
			float: left;
			width: 300px;
			margin-left: 30px;
			padding-top: 10px;
		}
			#main_left h3{
				margin-bottom: 5px;
			}
			#main_left li{
				margin-bottom: 5px;
			}
			#main_left ul{
				margin-bottom: 30px;
			}
			#main_right p{
				margin-bottom: 5px;
			}
			#amazon_links ul{
			}
			#amazon_links li{
				list-style-type: none;
				margin-bottom: 10px;
				text-align: center;
			}
	#footer{
		clear: both;
		overflow: hidden;
		border-top: 5px solid #778899;
		padding-top: 10px;
		margin-bottom: 10px;
		font-size: 12px;
	}
		#footer_left{
			float: left;
			width: 680px;
		}
			#footer_left ul{
			}
			#footer_left li{
				float: left;
				list-style-type: none;
				margin-right: 5px;
			}
		#footer_right{
			float: left;
			width: 300px;
			text-align: right;
		}



/* common site header network code */
#c-site-header{
	overflow: hidden;
	width: 100%;
	background: #778899;
}
#c-site-header ul{
	margin-left: 10px;
	list-style-type: none;
}
#c-site-header ul li{
	float: left;
	padding-top: 8.5px;
	padding-bottom: 8.5px;
	font-size: 13px;
	line-height: 1.6;
	margin-right: 20px;
}
#c-site-header ul li a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#c-site-header ul li.active{
}
#c-site-header ul li a:hover,
#c-site-header ul li.active a{
	color: #f0e68c;
}

