body, div, p, span {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #f4c103;
}
ul,li {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #f4c103;
}
img.pic {
	border: 1px solid #f4c103;
	
}
body {
	background: #1a1a1a;
	color: #f4c103;
}
table.menu {
	display: table-cell;
	vertical-align: center;
}
/***********************************************************/
/*** Layout styles *****************************************/
/***********************************************************/
div#containerDiv {
	width: 675px;
	margin: auto;
	padding-left: 20px;
}
div#logoDiv {
	background: url(img/tundok_02.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 777px;
	height: 103px;
}
div#headerDiv {
	background: url(img/tundok_04.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 40px 0px 0px 45px;
	width: 777px;
	height: 41px;
}
div#middleDiv {
	background: url(img/tundok_05.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 40px 0px 0px 45px;
	width: 777px;
	height: 437px;
}
div#menuDiv {
	background: url(img/tundok_06.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 425px;
	height: 35px;
}
div#contentContainer {
	background: url(img/tundok_11n.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 0px 0px 10px;
	width: 506px;
	height: 368px;
}
div#contentDiv {
	width: 486px;
	height: 352px;
	overflow: auto;
}
div#menuDiv ul {
	text-decoration: none;
	list-style-type: none;
}
div#menuDiv ul li{
	float: left;
	width: 20%;
}
div#menuDiv ul li a {
	display: block;
	height: 30px;
 	text-align: center;
}
a {
	color: #f4c103;
}
a:visited { color: #f4c103;}
A:link {font-family: Arial; color:#f4c103; text-decoration:none}
A:active {font-family: Arial; color: #FF0000; text-decoration:none}
A:hover {font-family: Arial; color:#ffffff; text-decoration:none}
.container { 
text-align:left;
background-repeat: no-repeat;
background-position: top left;
padding: 10px 0px 0px 10px;
}
.guestbook{
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
background-color: transparent #000000 ;
border-bottom: 3px solid #FFFFFF;
overflow: hidden;
}
.guestbook_top{
padding: 3px;
background-color: transparent #000000 ;
border-bottom: 3px solid #FFFFFF;
}
input, textarea{
border: solid 1px #000000;
}
td{
	font-family: Arial; 
	font-size: 12px;
	color: transparent #000000;
}