html, body {
	margin:0;
	padding:0;
	height:100%;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#frame {
	background: #FFFFFF;
	border: 3px solid #FFFFFF;
	margin-left: 3px;
	width: 779px;
}
#container {
	border: 2px solid #999999;
}
#music {
	width: 67px;
	height: 32px;
	background: #FFFFFF;
	margin-top: 20px;
	position: relative;
	left: 721px;
}
#navtop {
	border-bottom: 1px solid #999999;
}
#navleft {
	background: #eaeaea;
	border-right: 1px solid #999999;
	text-align: center;
	vertical-align: top;
	width: 21%;
}
.buttons a {
	width: 112px;
	height: 29px;
	display: block;
	margin-bottom: 5px;
}
.button1 a {background: transparent url(images/common/button_work_off.gif) no-repeat;} 
.button1 a:hover {background: transparent url(images/common/button_work_on.gif) no-repeat;}
.button2 a {background: transparent url(images/common/button_ad_off.gif) no-repeat;} 
.button2 a:hover {background: transparent url(images/common/button_ad_on.gif) no-repeat;}
.button3 a {background: transparent url(images/common/button_kit_off.gif) no-repeat;} 
.button3 a:hover {background: transparent url(images/common/button_kit_on.gif) no-repeat;}
.preload {
	display: none;
}
#content {
	vertical-align: top;
	padding: 10px;
}
#footer {
	color: #999999;
	margin-bottom: 20px;
	font-size: 10px;
	text-align: center;
	width: 787px;
}
.clear {
	clear: both;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.body-intro {
	color: #0099FF;
}
.link {
	color: #0066cc;
}
.caption {
	color: #666666;
	font-size: 10px;
}
.header1 {
	font-size: 14px;
	font-weight: bold;
	color: #0033CC;	
}
.header2 {
	font-size: 13px;
	font-weight: bold;
	color: #0099FF;
}
.header3 {
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
}
#article {
	margin-bottom: 20px;
	text-align: right;
}
#author {
	font-size: 10px;
	text-align: right;
}
#author-footer {
	font-size: 10px;
	font-style: italic;
	color: #999999;
	border: 1px solid #66CCFF;
	background-color: #E1EEFC;
	padding: 4px;
}
.picleft {
	margin-right: 15px;
	float: left;
	font-size: 10px;
	color: #888888;
}
.picright {
	margin-left: 15px;
	float: right;
	font-size: 10px;
	color: #888888;
}
.piccenter {
	float: none;
	font-size: 10px;
	color: #888888;
	text-align: center;
}