/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*dark brown font*/
body{
	font-family: Verdana, Arial, sans-serif;
	color: #400000;
	line-height: 1.166;	
}

a:link,a:visited{
	color:#D700D7;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}		

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* only put the content in 80% of the page, with a top bottom margin 
of 20px, and auto leaves 10% on left and right (centres it)*/
/*#wrapper{width: 80%; margin: 20px auto;}*/
#wrapper{width: 760px; margin: 20px auto;}
#banner{
	width: 600px;
	margin: 20px auto;
}

#sidebar{
	float:left;
	width:200px;
}
#sidewrap{
	background-image:url(../k_images/sidebar.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

#main{
	margin-left:210px;
}	


#footer{
	font-size:70%;
	clear:both;
}

/** styling */
#main p{
	font-size:80%;
}
#main ul{
	font-size:80%;
	list-style-type:disc;
}

#main h1{
	font-size:130%;
}	
#main h2{
	font-size:110%;
}	
#main img{
	float:right;
	padding:10px 0 10px 10px;
}	

ul.nav {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}
ul.nav a:link,ul.nav a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	border-bottom:1px solid #ffffff;
	display:block;
}
ul.nav a:hover{
	background-color:#FFB3FF;
}

/*for photo gallery
.photo img{
    float:none;
	border:1px solid #666;
	background-color:#FFF;
	padding:4px;
}
.figure p{
	font:1.1em/normal Arial, Helvetica, sans-serif;
	text-align:center;
	margin:10px 0 0 0;
	height:5em;
}
.figure{
	float:left;
	width:210px;
	margin:0 10px 10px 10px;
}			*/
img.figure{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:none;
	padding:10px;
}	





