/* Resets */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: bottom;
}
body {
	background: #ffffff url("img/header.jpg") no-repeat center top;
	font: 16px/23px Arial, Helvetica, sans-serif;
	min-width: 1000px;
}

#copyrights {
width: 350px;
margin: 50px auto 10px auto;
padding: 5px;
background-color: #e2e2e2;
border: 1px solid silver;
}
#copyrights, #copyrights a{
font-size: xx-small; 
line-height: 1.5em;
color: #666666;
}

.lbg
{
	background: url("img/bg_l.jpg") repeat-y -3px 0px;
	float: left;
	padding: 0px 0px 0px 0px;
}

.bot
{
	background: url("img/bot.jpg") repeat-y;
	padding: 0px 0px 0px 0px;
	height: 15px;
	width: 825px;
}
.rbg
{
	background: url("img/bg_r.jpg") repeat-y 790px 0px;
	float: right;
	padding: 0px 0px 0px 0px;
}

.lbg_t
{
	background: url("img/l_top.jpg") no-repeat -3px 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 850px;
	height: 23px;
}
.rbg_t
{
	background: url("img/r_top.jpg") no-repeat 790px 0px;
	float: right;
	padding: 0px 0px 0px 0px;
	width: 850px;
	height: 23px;
}

ul.list { line-height : 30px; }

