body {
	background-color: #000000;
	background-image: url(images/layout-files/bg_body.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 59px;
	background-color: #000000;
	background-image: url(images/layout-files/bg_header1.gif);
	background-repeat: repeat-x;
	z-index:0;
}
#logo {
	position: absolute;
	top: 0px;
	left: 38px;
	width: 152px;
	height: 59px;
	
	background-image: url(images/layout-files/cacalla-logo.jpg);
	background-repeat: no-repeat;
	z-index:4;
}
#ani_watch {
	position: absolute;
	top: 0;
	left: 37px;
	width: 153px;
	height: 161px;
	background-image: url(images/layout-files/ani_watch.gif);
	background-repeat: no-repeat;
	z-index: 3;
	border-left: 1px solid #B1B67C;
	background-position: 0px 60px;
}
#header2 {
	position: absolute;
	top: 59px;
	left: 0px;
	width: 100%;
	height: 103px;
	background-image: url(images/layout-files/bg_header2.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #B1B67C;
	border-bottom: 1px solid #B1B67C;
}
#content_header {
	position: absolute;
	top: 0;
	left: 189px;
	width: 582px;
	height: 161px;
	background-image: url(images/layout-files/content_header.jpg);
	background-repeat: no-repeat;
	z-index: 5;
	border-left: 1px solid #B1B67C;
	border-right: 1px solid #B1B67C;
	background-position: -5px 60px;
	text-align:right;
}
#slogan {
	position: absolute;
	top: 18px;
	left: 388px;
	width: 382px;
	height: 59px;
	background-image: url(images/layout-files/slogan-time-is-mine.gif);
	background-repeat: no-repeat;
	z-index: 5;
}

#leftbox {
	position:absolute;
	top:200px;
	left: 37px;
	width: 137px;
	height: 400px;
	padding: 0 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B1B67C;
	font-size: 80%;
	z-index: 5;
}
#content_background {
	position:absolute;
	top:180px;
	left:190px;
	width:580px;
	height: 520px;
	background-image: url(images/layout-files/bg_contentbg.jpg);
    background-repeat:no-repeat;
    background-attachment: fixed;
	z-index: 0;
}
#content_background[id] {
	background-position:190px 170px;
}

#content {
	position:relative;
	width:578px;
	padding: 180px 11px 0 11px;
	margin: 0 0 0 190px;
	background-color: transparent;
	z-index: 0;
}
#content[id]{
	width:558px;
}
#content, #content td {
	font-size: 80%;
	color: #FFFFFF;	
}
#info_footer {
	clear:both;
	position: relative;
	height: 12px;
	margin: 10px 0;
	padding: 0 0 0 40px;
	border-top: 1px solid #B1B67C;
	border-bottom: 1px solid #B1B67C;
	color: #B1B67C;
	font-size: 60%;
	z-index: 6;
}
#footer {
	clear:both;
	position: relative;
	padding: 0 0 10px 300px;
	color: #FFFFFF;
	font-size: 80%;
	z-index: 6;
}
#footer a{
	color: #FFFFFF;
}

html, body {
	font-size: 100%;
}
h1,h2,h3,p {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 110%;
	margin: 10px 0;
}
.katbox {
	width=100%;
	margin-top: 10px;
	clear: both;
}
.subkatbox {
	float: left; 
	width: 33.33%; 
	text-align:center; 
	
}
.clear{
	clear:both;
}
