/* CSS Document */
style type="text/css"


.style1 {color: #FFFFFF}
.style3 {font-size: 18px; font-weight: bold;}
.style5 {font-size: 24px;font-weight: bold;}

	body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #000000;
	margin-top:20px;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border:0px;
	}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border:0px;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	
	#div.container {
    display: table-cell;
    vertical-align: middle; 
	width:800px;
	}
	
	#wrap {
		background: #FFFFFF;
		margin:0 auto;
		width:800px;
	}
	#header {
		height:100px;
	}
	#header h1 {
    	padding-top:44px;
	    margin:0;
		
		    }
	#nav {
		background: #CCCCCC;
		padding:2px;
		border-bottom:solid #ffffff;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		background:#FFFFFF;
		float:left;
		width:358px;
		padding:10px 15px 20px 15px;
	}
	
	#grid {
		background: #FFFFFF;
		width:800px;
		
		}
	#grid td{
		background: #FFFFFF;
		
}
#grid tr{
		background: #FFFFFF;
		align: center;
}
	#sidebar {
		background:#FFFFFF;
		float:right;
		width:358px;
		border-left:inset;
		border-color: #E9E9E9;
		border-width:thin;
		padding:10px 15px 20px 15px;
	}
	#footer {
		background: #CCCCCC;
		clear:both;
	}
	#footer ul{
		margin:0;
		padding:5px;
		list-style:none;
	}
	#footerli{
		display:inline;
		margin:0;
		padding:0;
	}
	#footer p {
		padding:15px;
		margin:0;
    }

/*small galleries*/	
	#album {
width:338px; 
height:270px; 
border:1px solid #aaa;
margin:0 auto;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin:338px 0 0 0; 
list-style-type:none; 
position:relative; 
width:338px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-320px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-280px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}

a.kai:link {color: #FFFFFF; font-size: 26px; }
a.kai:visited {color: #FFFFFF;	font-size: 26px; }
a.kai:active {color: #FFFFFF;	font-size: 26px; }
a.kai:hover {color: #FFFFFF; font-size: 26px;}
