body
{
	background-color:#1c1717;
	background-image:url(images/bg-1.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	
	margin:0px;
	padding:0px;
	
	color:#c8beaa;
	font-family:Verdana;
	font-size:10px;
	
	cursor:default;
}

table, td
{
	border:0px;
	border-collapse:collapse;
	padding:0px;
}

table.head
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

#tbl_menu
{
	position:relative;
	left:-250px;
	top:50px;
}

#obj_zodiac
{
	margin:0px;
	padding:0px;
	position:relative;
	left:200px;
	top:31px;
}

td.menu-item {background-repeat:no-repeat;}
td.menu-item:hover {background-position:0px -100px;}

#tbl_base
{
	position:relative;
	top:250px;
}

table.context
{
	width:232px;
	margin-bottom:20px;
	background-color:#191313;
}

table.context td.sub-1
{
	background-image:url(images/sub/sub-1.png);
	height:45px;
	color:#cc3333;
	font-size:11px;
	font-weight:bold;
}

table.context td.sub-2 {background-image:url(images/sub/sub-2.png);}

table.context td.sub-3
{
	background-image:url(images/sub/sub-3.png);
	height:25px;
}

table.main
{
	width:632px;
	margin-bottom:20px;
	background-color:#191313;
}

table.main td.main-1
{
	background-image:url(images/body/main-1.png);
	height:100px;
	color:#cc3333;
	font-size:13px;
	font-weight:bold;
}

table.main td.main-2 {background-image:url(images/body/main-2.png);}

table.main td.main-2 p
{
	text-align:justify;
	width:500px;
}

table.main td.main-3
{
	background-image:url(images/body/main-3.png);
	height:25px;
}

a {color:#cc3333; text-decoration:none;}
a:hover {color:#ffaa00}


p {margin:20px 15px 20px 15px;}
p.headline
{
	color:#cc3333;
	font-size:13px;
	font-weight:bold;
	text-indent:75px;
}

table.tour {width:550px;}
table.tour tr.tour-item:hover {background-color:#000;}

table.tour td.headline
{
	background-color:#222;
	color:#786950;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
}

table.tour td
{
	height:25px;
}

table.tour-context td.cell {height:35px;}
table.tour-context tr.tour-item:hover {background-color:#000;}

i
{
	color:#c8beaa;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	text-indent:75px;
}

hr
{
	background-color:#383838;
	border-width:0px;
	height:1px;
}

input, textarea
{
	color:#000;
	font-family:Verdana;
	font-size:10px;
	border-color:#999 #999 #999 #999;
	border-style:solid;
	border-width:1px;
	background:#CCC;
}