@import url('navigation.css');
@import url('toolbox.css');

body
{
	behavior:url(/css/hover.htc);
	cursor:default;
	margin:0px;
	/* background:url(../image/top.gif) repeat-x; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a
{
	color:#000;
	text-decoration:none;
}
a:hover
{
	color:#06f;
	text-decoration:underline;
}
img
{
	border:0px;
}
form
{
	margin:0px;
}
#wrapper
{
	margin:0 auto;
	padding:15px 20px 80px 20px;
	width:900px;
}
#page
{
	margin-top:20px;
	height:16px;
}
#page span.bookmark
{
	float:right;
}
#page span.details
{
	margin-left:20px;
	color:#666;
}
#container
{
	display:inline-block;
	width:848px;
	margin-top:15px;
	padding:25px 25px 70px 25px;
	border:1px solid #d5d5d5;
	border-bottom:none;
}
#content
{
	width:500px;
	float:left;
}
#title
{
	font-family:"Segoe UI", Verdana, Arial;
	font-size:21px;
	color:#c10000;
}
#title a
{
	color:#c10000;
}
#title a:hover
{
	color:#c10000;
}
#message
{
	margin-top:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#message a
{
	text-decoration:underline;
}
#shadow
{
	background:url(../image/shadow.gif) 0px 5px repeat-x;
}
* html #shadow
{
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
#shadow span.left
{
	display:block;
	width:10px;
	height:10px;
	background:url(../image/left.gif) no-repeat;	
}
#shadow span.right
{
	float:right;
	display:block;
	width:10px;
	height:10px;
	background:url(../image/right.gif) no-repeat;	
}
#footer
{
	margin-top:40px;
	height:48px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#444;
	line-height:20px;
}
#footer a
{
	color:#444;
}
#logobottom
{
	float:right;
}