body, html { height:100%; }
div { margin:0; padding: 0;}	

#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header { margin: 100px 0 0 540px;}
#container {
	margin-top: 30px;
	min-height: 560px;
}
#tag {width: 1000px;}
#tag h1 { color: #ff8c00; font-size: 26px; float: right; margin-right: 120px;}
#left { width: 220px; float: left;}
#left ul { margin: 40px 0 0 -20px; }
#left ul li { font: 16px/16px Georgia, "Times New Roman", Times, serif; }
#left li a { color: #bec00f; text-decoration: none; }
#left li a:hover { color: #fff600; text-decoration: underline;}
#left img { padding: 6px 0;}
#show { 	
	margin: 0 0 0 -80px;
	}
#middle { width: 300px; float: left; margin-left: 30px;}
#right { width: 380px; float: right; margin-right: 70px;}
#footer {
	width: 1000px;
	margin: 100px auto;
	font: 10px/12px Georgia, "Times New Roman", Times, serif;
	color: grey;
	text-align: center;
}
#footer a {color: gray; text-decoration: underline;}
#footer a:hover {color: white; text-decoration: none;}

.red { color: red; font-weight: bold; font-style: italic;}
.quote { color: white; font: 14px/22px Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: italic; padding: 0 30px; }
.author { color: orange; font: 11px/20px Georgia, "Times New Roman", Times, serif; font-style: italic; text-align: right; padding: 0 30px;}
.clear {clear: both;}
