body{
	margin:0;
	background-color:#e3ffc1;
	background-image:url('/images/banner_repeat.png');
	background-repeat:repeat-x;
	color:#444;
	font:12px sans-serif,arial,helvetica;
}
a:link,a:visited{
	color:#00f;
	text-decoration:none;
	font-weight:bold;
}
a:hover,a:active {
	color:#d00;
	text-decoration:underline;
}
input{
	border:1px solid #444;
	margin:2px;
}
img{
	border:none
}
#top_container{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:84px;
}
#banner_left{
	width:112px;
	height:84px;
	background-image:url('/images/banner_left.png');
	float:left;
}
#banner_right{
	width:112px;
	height:84px;
	background-image:url('/images/banner_right.png');
	float:left;
}
#banner{
	width:800px;
	height:84px;
	background-image:url('/images/banner.png');
	float:left;
}
#main_container{
	width:1024px;
	background-image:url('/images/margins.png');
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#content-container{
	width:800px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
}
#menu{
	width:140px;
	float:left;
}
.menu_item{
	width:140px;
	border-bottom:1px dotted #ddd;
	padding:10px;
	text-align:center;
}
#content{
	width:619px;
	float:right;
	padding:10px;
	border-left:1px dotted #ddd;
}
#footer{
	clear:both;
	text-align:center;
	padding:5px;
	border-top:1px dotted #ddd;
	font-size:x-small;
	margin-bottom:-15px;
}
#bottom{
	height:36px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/images/bottom.png');
}
#breadcrumbs{
	font-size:10px;
	border-bottom:1px dotted #ddd;
}
.category_heading{
	padding-top:5px;
	height:105px;
	width:620px;
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:10px;
	margin-bottom:10px;
}
.command{
	font-family:monospace;
	color:#44e;
}
#related{
	border:1px solid #dde;
	background-color:#eef;
	padding:5px;
	width:200px;
	float:right;
	margin:5px;
}
#related li{
	padding-bottom:0.7em;
	list-style-type: square;
}
#related ul{
	margin-left:0;
	padding-left:12px;
}
.floatimgleft{
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px
}
.floatimgright{
	float:right;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px
}
.clear{
	clear:both;
}
h3{
	border:1px solid #ddd;
	background-color:#eef;
	padding:1px
}
.dashed_box{
	border:2px dashed #ddd;
	padding:5px;
	background-color:#eef;
}
.highlight{
	color:#f33;
	font-weight:bold;
}
.highlight_box{
	background-color:#fdd;
	border:2px solid #f88;
	padding:3px;
	text-align:center;
}
.highlight_box h1,h2,h3,h4{
	margin:0;
}
