@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.kawalees #container {
	width: 840px;
	background: #FFFFFF;
	margin: 15px auto;
	text-align: left;
	background-image: url("../images/kawalees_background.jpg");
	background-repeat: no-repeat;
} 

.kawalees #links a{
	color: #000;
	text-decoration:none;
	}
	
.kawalees #links a:hover{
	color:#900;
	text-decoration:none;
	border-bottom: 1px #900 dotted;
	}	

.kawalees #header {
	padding: 10px;
	font-family: tahoma;
	font-size: 11px;
	padding: 15px;
	color: #000;
	height: 100px;
	text-align: right;
} 
.kawalees #header a{
	color: #000;
	text-decoration:none;
	}
	
.kawalees #header a:hover{
	color:#900;
	text-decoration:none;
	border-bottom: 1px #900 dotted;
	}	

.kawalees #middle {
	margin: 0 0 0 220px;
	float: left;
	padding: 20px 0;
} 

.kawalees #mainContent {
	margin: 0 0 0 450px;
	padding: 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	color: #333;
} 
.kawalees #footer {
	padding: 10px;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	margin: 0;
} 

.kawalees #footer a{
	color: #000;
	text-decoration:none;
	}
	
.kawalees #footer a:hover{
	color:#900;
	text-decoration:none;
	border-bottom: 1px #900 dotted;
	}	

.sep {
	width:90%;
	border:0;
	border-bottom:1px #900 dotted;

}
.caption{
		color:#900;
}

#menu {
	float: left; /* since this element is floated, a width must be given */
	width: 40px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin:0;
}
	#about_menu
	{
  display: block;
  width: 36px;
  height: 130px;
  background: url("../images/about_button.png") no-repeat 0 0;

}

	#portfolio_menu
	{
  display: block;
  width: 36px;
  height: 130px;
  background: url("../images/portfolio_button.png") no-repeat 0 0;

}

	#services_menu
	{
  display: block;
  width: 36px;
  height: 130px;
  background: url("../images/services_button.png") no-repeat 0 0;

}

	#post_menu
	{
  display: block;
  width: 36px;
  height: 130px;
  background: url("../images/post_button.png") no-repeat 0 0;

}

	#about_menu:hover
{ 
  background-position: -36px 0;
}

	#portfolio_menu:hover
{ 
  background-position: -36px 0;
}

	#services_menu:hover
{ 
  background-position: -36px 0;
}

	#post_menu:hover
{ 
  background-position: -36px 0;
}

	#about_menu span
{
  display: none;
}

	#portfolio_menu span
{
  display: none;
}
	#services_menu span
{
  display: none;
}
	#post_menu span
{
  display: none;
}
.textBox {
	font-size: 15px;
	background-color: #f1f1f1;
	height: 15px;
}
.textArea {
	font-size: 15px;
	background-color: #f1f1f1;
}

.btnStyle {
	height: 30px;
	width: 63px;
	border:none;
	background:url(../images/btnBG.jpg);
	color: #000;
	font-size: 11px;
}
