img {
	border:none;
}
body {
	background-color:#FFCC00;
	margin:0px auto;
	border-top:10px solid black;
	border-bottom:10px solid black;
	text-align:center;
	background-image:url(pictures/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#container{
	margin:auto;
	width:799px;
	text-align:left;
}

#main_bar{
	background-image:url(pictures/main.jpg);
	background-repeat:no-repeat;
	width:799px;
	height:499px;
	border:1px solid black;
	border-top:none;	
}
#body{

}
#bottom{
	text-align:right;
	font-size:12px;
	color:brown;
	background-image:url(pictures/bottom.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:98px;
	border-top:1px solid black;
	
}
#bottom a{
	color:#660033;
	font-weight:bold;
}
#left{
	float:left;
}
#right{
	float:right;
}
.box{
	width:550px;
	border:1px solid black;
	margin:2px;
}
.box .box_title{
	background-color:black;
	font-weight:bold;
	color:white;
	font-size:24px;
}
.box .box_body{
	line-height:36px;
	padding:2px;
}
.tool_box { 
	width:236px; 
	margin:2px; 
	margin-bottom:0px; 
	border:1px solid black;

} 
.tool_box .title { 
	background:black;
	color:white;
	font-weight:bold;
	text-align:right;
}
.tool_box .title a{ 
	text-decoration:none;
	color:white;
}
.tool_box .title a:hover{ 
	text-decoration:none;
	color:yellow;
}
.tool_box .link_area{ 	
	padding:2px;
	font-size:12px;
}
.tool_box .link_area a{
	text-decoration:none;
	color:black;
}
.tool_box .link_area a:hover{
	text-decoration:underline;
	color:brown;
}
.tool_box .link_area span{
	font-weight:bold;
	color:brown;
}

.box2{
	width:550px;
	border:1px solid black;
	margin:2px;
}
.box2 .box_title{
	background-color:black;
	font-weight:bold;
	color:white;
	font-size:24px;
}
.box2 .box_body{
	padding:2px;
}
.box2 .box_body div{
	color:gray;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	margin-top:3px;
	margin-bottom:3px;
}