*							{
	margin: 0;
	padding: 0;
}


body						{   font-family: "Verdana", "Arial", sans-serif; 			
								margin: 0px; 
								padding: 0px; 
								position: absolute; 
								width: 100%; 
								height: 100%; 
								z-index: 1; 
								left: 0; 
								top: 0; 
								border: 1px none #000000;
								background-color: #000000;
								
}

#header						{
								background-image:url(../htmlImgs/kula.jpg);
								background-repeat:no-repeat;
								background-position:bottom right;
								background-color: #FFCC00;
}
							
a							{ outline: none; }

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
}

h1						
{
	font-size: 18px;
	line-height: 22px;
	font-style: normal;
	padding-top: 40px;
	padding-right: 200px;
	padding-bottom: 40px;
	padding-left: 35px;
	border-bottom:1px solid #777;
}

h2						
{
	font-size: 18px;
	font-style: normal;
	padding-top: 30px;
	padding-right: 200px;
	padding-bottom: 0px;
	padding-left: 70px;
}


#footer {
	text-align: center;
	background:#FFCC00;
	border-top:1px solid #777;
	clear:both;
	color:#888;
	font-size:0.7em;
	padding:5px 0;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

p							{
	font-size: 11px;
	line-height: 22px;
	font-style: normal;
	padding-top: 20px;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 100px;
}

