html,body,div,p {
	font-family: verdana, sans-serif;
	color:#333;
	line-height: 1.4;
	font-size:small;
}
body {
	background: #C0E668 url(/images/bodybg.gif) repeat-y 50% 0;
	margin: 0;
	padding: 0;
}
code {
	background-color:#e2e2e2;
}
.left {
	float:left;
	margin:5px 10px 5px 0;
}
.right {
	float:right;
	margin:5px 0 5px 10px;
}
#last {
	clear:both;
	background: transparent url(/images/page_bottom.gif) no-repeat 0 100%;
	width: 741px; height: 18px;
}
#page {
	background: transparent url(/images/pagebg2.gif) repeat-y 0 0;
	width: 741px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/* hide from MacIE \*/
* html #padge {
	width: 742px;
}
/* end hide */
#pagetop {
	position: absolute; 
	background: url(/images/pagetop.gif) no-repeat;
	width: 741px; height: 100px;
	top: 0; left: 0; 
}

#content {
	padding: 110px 10px 20px 11px;
	margin: 0;
	width: 490px;
	float:left;
	position:relative;
	z-index:0;
	height:100%;
}
#navigation {
	z-index:1;
	position:absolute;
	height:100px;
	width:700px
	top:0;
	left:100px;
}
#navigation ul {
	position:absolute;
	bottom:4px;
	padding:0;
	margin:0;
	width:631px;
	list-style:none;
}
#navigation ul li {
	float:left;
	position:relative;
	margin:0;
	padding:0 4px 0 0;
}
#navigation ul li.active a {
	background-color:#F2F2F2;
	color:#666;
}
#navigation a {
	color:#999;
	padding:2px 6px 2px 6px;
	text-decoration:none;
}
#navigation a:hover {
	background-color:#F2F2F2;
}
#sideframe {
	font-size:x-small;
	width:220px;
	padding: 100px 0 0 0;
	margin:0 0 0 511px;
}
/* hide from MacIE \*/
* html #content {
    margin-right: -3px;
}
* html #sideframe {
    margin-left: 0;
}
/* end hide */
h1 {
	background: transparent url(/images/headlinebg.gif) repeat-y 0 0;
	font-family:Georgia,serif;
	font-weight:normal;
	text-align:left;
	color:#690;
	margin:0;
	padding:0 0 0 10px;
	font-size: 120%;
}
h1.date {
}
#content p.date {
	font-size:90%;
	color:#ccc;
	padding:0 0 0 10px;
	display:inline;
}
.clear {
	clear:both;
}
.entry {
	border-bottom:1px solid #e2e2e2;
	clear:left;
}
h3 {
	font-family:Georgia,serif;
	font-weight:normal;
	text-align:center;
	color:#666;
	margin:0;
	padding:0 0 0 10px;
	font-size: 100%;
	border-top:1px solid #C3C3C3;
	background: transparent url(/images/sidebg.gif) repeat-y 0 0;
	
}
#sideframe p {
	font-size:x-small;
	padding:0 5px 0 10px;
	margin:5px 0 10px 0;
}
#content p {
	padding:0 0 0 30px;
}
#content a:link, #content a:visited, #sideframe a:link, #sideframe a:visited {
	text-decoration:none;
	color:#5D8CCF;
}
#content a:visited, sideframe a:visited {
	color:#999;
}
#content a:link:hover, #content a:visited:hover {
	color:#689DE6;
	border-bottom:1px solid #5D8CCF;
}
#sideframe a:link:hover, #sideframe a:visited:hover {
	color:#689DE6;
	border:none;
}
dl {
	margin:10px 0 10px 10px;
	padding:5px;
	border:1px solid #ccc;
	background:white;
}
dl.removable {
	background: white url(/images/removable.png) no-repeat 10px 10px;
	padding-left:50px;
}
dt {
	float: left;
	text-align:right;
	color: #999;
	width:5em;
}
dt:after {
	content:":";
}
dd {
	margin-left: 5.5em;
}
dd a {
	padding:0 0 0 15px;
	background: url(/images/download.png) no-repeat left center;
}
