@charset "utf-8";
/* Likvan.com CSS Document */

body
{
	background: #000000;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

a
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover
{
	color: #333333;
	text-decoration: underline;
}
.img-space
{
	margin: 10px;
}
#left-edge
{
	background: url(images/body_left.jpg) repeat-y right;
	width: 11px;
}
#right-edge
{
	background: url(images/body_right.jpg) repeat-y left;
	width: 11px;
}
#tree-top
{
	background:url(images/tree-top-home.jpg) no-repeat bottom;
	width: 566px;
	height: 78px;
}
#tan-top
{
	background:url(images/tan.jpg) repeat;
	width: 566px;
	height: 144px;
}
.menu_bg
{
	background: url(images/menu_bg.jpg) repeat-x;
	height: 30px;
}

.menu_bg img
{
	margin-right: 15px;
}

.leftpane
{
	background: #7A422C url(images/tree-left.jpg) no-repeat top;
	width: 194px;
	padding: 10px;
	color: #FFFFFF;
}
.home-container
{
	background: #B99160 url(images/tree-home.jpg) no-repeat;
	height: 527px;
}
.inner-container1
{
	background: #B99160 url(images/tree-inner.jpg) no-repeat;
	height: 527px;
}
.inner-tan
{
	background: url(images/tan.jpg) repeat;
	height: 527px;
}
.inner-pink
{
	background: #FF99CC; 
	height: 527px;
}

.contents
{
	margin: 10px;
	width: 526px;
	padding: 0 10px;
	height: 487px;
	overflow: auto;
}
	
.bottom
{
	background: url(images/bottom_bar.jpg) repeat-x;
	height: 59px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
}
.bottom a
{
	font-weight: bold;
	color: #7A422D;
	text-decoration: none;
}
.bottom a:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}