*{
	margin:0;
	padding:0;
	border:0;
	}
body{
	background:#000 url(/images/back.gif) repeat-x;
	font-family:verdana;
	font-size:12px;
	line-height:16px;
	padding:0 0 30px 0;
	}
a{
	color:#ea1338;
	text-decoration:none;
	}
a:Hover{
	color:#f1506b;
	text-decoration:underline;
	}
h1{
	padding:0 0 12px 0;
	color:#711;
	}
#root{
	width:713px;
	background:#FFF url(/images/box.gif) repeat-y;
	margin:0 auto;
	}
#root #logo{
	width:100%;
	height:138px;
	}
#root #backimage {
	padding:0 7px;
	background:url(/images/box2.gif) no-repeat;
}
#root #content{
	float:left;
	width:398px;
	padding:0 10px 15px 10px;
	margin:15px 13px 0 13px;
	text-align:justify;
	}
#root #content h1 {
	display:block;
	color:#A33;
	padding:0;
	margin:5px 0 8px 0;
	font-size:18px;
}
#root #content a {
	color: #444444;
}
#root #nav{
	float:right;
	clear:right;
	width:241px;
	margin:0 13px 0 0;
	}
#root #nav ul {margin:0 10px;}
#root #nav ul li{
	list-style:none;
	}
#root #nav ul li a{
	display:block;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#600;
	padding:3px 6px;
	}
#root #nav ul li.top{
	border:0;
	background:#121212;
	display:block;
	padding:5px 6px 3px 6px;
	font-weight:bold;
	margin:15px 0 0 0;
	color:#FFF;
	border-bottom:2px #000 solid;
	}
#root #end{
	width:100%;
	height:65px;
	background:url(/images/bottom.jpg) no-repeat;
	}
.block {
	float:none;
	clear:both;
}