body {
	background:url("images/wood.jpg") repeat;
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
	color:#FFF;
}

td { font-family:Tahoma; font-size:10px; }

#n_top {
	width:692px;
	height:27px;
	background:url("images/top.png") no-repeat;
}

#n_middle {
	width:692px;
	background:url("images/middle.png") repeat-y;
}

#n_text {
    padding-left:20px;
    padding-right:20px;
	width:650px;
}

#n_bottom {
	width:692px;
	height:31px;
	background:url("images/bottom.png") no-repeat;
}

#l_top {
	width:205px;
	height:27px;
	background:url("images/topl.png") no-repeat;
}

#l_middle {
	width:205px;
	background:url("images/middlel.png") repeat-y;
}

#l_text {
	width:166px;
    padding-left:18px;
    padding-right:18px;
}

#l_bottom {
	width:205px;
	height:31px;
	background:url("images/bottoml.png") no-repeat;
}

a {
    color:#FFF;
    text-decoration:none;
    text-shadow: #111 0px -1px 0px;
}

a:hover {
    color:#FFF;
    text-decoration:underline;
    text-shadow: #111 0px -1px 0px;
}

#i_text {
    background:url("images/text.png") no-repeat;
    border:0px;
    color:#FFF;
    font-size:8px;
    padding-left:5px;
    padding-right:5px;
    width:158px;
    height:20px;
}

#i_login {
    background:url("images/login.png") no-repeat;
    border:0px;
    width:104px;
    height:38px;
}

#i_login:hover {
    background:url("images/login2.png") no-repeat;
    border:0px;
    width:104px;
    height:38px;
}

#i_reg {
    background:url("images/register.png") no-repeat;
    border:0px;
    width:104px;
    height:38px;
}

#i_reg:hover {
    background:url("images/register2.png") no-repeat;
    border:0px;
    width:104px;
    height:38px;
}