*{
	color:#004;
	font-family:Arial;
	line-height:1.8;
}
body{
	background:url(images/style/background.jpg) repeat top center;
	font-size:14px;
	margin:0px;
	padding:0px;
}
#container{
	background:url(images/style/container.jpg) 0px 202px;
	margin:0px auto;
	width:840px;
        overflow: hidden;
}
#header, #footer{
	display:block;
	margin:0px auto;
}
#menu{
	float:left;
	padding:0px 20px 0px 40px;
	width:140px;
	z-index:2;
}
#menu a{
	display:block;
	margin-bottom:14px;
	min-height:20px;
	z-index:3;
}
#content{
	background:url(images/style/content.jpg) no-repeat top right;
	float:left;
	padding-right:30px;
	width:579px;
}
.title{
	background-repeat: no-repeat;
        margin: 0;
}
#copyright{
	clear:both;
	text-align:center;
        padding-top: 15px;
}
#copyright, #copyright *{
	font-size:11px;
}
#box{
	background:url(images/style/container.jpg) repeat top center;
	border-collapse:collapse;
	display:none;
	position:absolute;
	padding:20px;
	z-index:1000;
}
a, img{
	border:0px;
}
.ShowHideNextRow{
	cursor:pointer;
    text-decoration: underline;
    font-weight: bold;
}
