P{
	position:relative;
	font-family:helvetica;
	color: #ff3366;
	font-size: 12px;
	line-height: 18px;
	left:0px;
	overflow: auto;
	width:420px;
	}

P.update {
	position:relative;
	font-family:helvetica;
	color: #ff3366;
	font-size: 12px;
	line-height: 18px;
	left:0px;
	overflow: auto;
	width:330px;
}

body {
background-color:#ffffcc;
scrollbar-arrow-color:#ffffcc;
scrollbar-3dlight-color:#ff3366;
scrollbar-darkshadow-color:#ff3366;
scrollbar-face-color:#ff3366;
scrollbar-highlight-color:#ff3366;
scrollbar-shadow-color:#ff3366;
scrollbar-track-color:#ffffcc;
}

div.Left{
position: absolute;
top: 0px;
left: 0px;
width: 380px;
height: 483px;
padding: 0px 0px 0px 0px;
margin: 0px 0 0 0px;
border: none;
background-image: url(http://www.tomikaze.net/main_milo.jpg);
}

div.content{
position: absolute;
top: 0px;
left: 380px;
width: 420px;
height: 397px;
overflow: auto;
padding: 40px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border: none;
background-image: url(http://www.tomikaze.net/main_bg.jpg);
background-repeat: no-repeat;
}

div.nav{
position: absolute;
top: 397px;
left: 380px;
width: 420px;
height: 86px;
padding: 20px 30px 0px 0px;
margin: 0px 0 0 0px;
border: none;
background-image: url(http://www.tomikaze.net/main_nav.jpg);
background-repeat: no-repeat;
}

div.thumbnails{
	position: absolute;
	top: 15px;
	left: 400px;
	width: 420px;
	height:380px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	line-height:1;
	overflow: auto;
}

div.divider{
	position: relative;
	padding-left:5px;
	width: 330px;
	height:10px;
	margin: 3px 0px 3px 0px;
	border: none;
	background-image: url(http://www.tomikaze.net/divider_line.png);
	background-repeat: no-repeat;
	left: 0px;
	top: -3px;
}

H1 {color:#ffffcc; font:bold 8pt "helvetica"}

H2 {color:#000000; font:bold 8pt "helvetica"}

H3 {color:#000000; font:normal 7pt "arial"}

H4 {color:#ffffcc; 
font-size:12px;
font-family:arial black;
font-weight:normal;
letter-spacing:2px;
}

 
A.nav:link {color:#ffffcc;
text-decoration:none;
font:bold 8pt "helvetica";
}

A.nav:visited {color:#ffffcc;
text-decoration:none;
font:bold 8pt "helvetica";
}

A.nav:hover {
color:#99ffff;
text-decoration:underline;
font:bold 8pt "helvetica";
}

A.main:link {color:#ff3366;
text-decoration:none;
font:bold 10pt "helvetica";
}

A.main:hover {
	color:#3366ff;
	text-decoration:underline;
	font:bold 10pt "helvetica";
}

A.main:visited {color:#ff3366;
text-decoration:none;
font:bold 10pt "helvetica";
}

A.linkspage:hover {
	color:#3366ff;
	text-decoration:underline;
	font:normal 10pt "helvetica";
}

A.linkspage:link {color:#ff3366;
text-decoration:none;
font:normal 10pt "helvetica";
}

A.linkspage:visited {color:#ff3366;
text-decoration:none;
font:normal 10pt "helvetica";
}

A.linkspage:hover {
color:#3366ff;
text-decoration:underline;
font:normal 10pt "helvetica";

LI {
position:relative;
	font-family:helvetica;
	color: #ff3366;
	font-size: 12px;
	list-style-type:circle;
	left:0px;
	line-height: 18px;
	}

#overlay {
	/* REQUIRED */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	/* REQUIRED */

}

	/* REQUIRED */
	#overlay[id] {
   		position: fixed;
	}
	/* REQUIRED */

#lightWindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	/* REQUIRED */
}

	/* REQUIRED */
	#lightWindow[id] {
		position: fixed;
	}
	/* REQUIRED */

#lightWindow-contents {
	/* REQUIRED */
	display: none;
	position: absolute;
	overflow: hidden;
	/* REQUIRED */

	background-color: #ffffff;
	/* Of Note - If you specify a padding or border be sure to adjust the 'cushion' option, by default its set to 10 */
	border: 10px solid #ffffff;
}
	
#lightWindow-loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999; 
	/* REQUIRED */
	
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightWindow-loading-message {
    	font-size: 14px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightWindow-loading-options {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		border-left: 2px solid #cccccc;
		padding: 0 0 0 10px;
	}	

	#lightWindow-loading-options a, 
	#lightWindow-loading-options a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightWindow-loading-options a:hover {
		text-decoration: underline;
	}


	#lightWindow-loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightWindow-navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 150;
	/* REQUIRED */

	height: 100%;
	width: 100%;
}

	#lightWindow-navigation a { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightWindow-previous, 
	#lightWindow-next {
		width: 49%;
		height: 100%;
		background: transparent url(file:///Macintosh%20HD/Users/shaunadams/Desktop/lightwindow%20Folder/lightwindow/images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}

	#lightWindow-previous { 
		float: left;
		left: 0px;
	}

	#lightWindow-next { 
		float: right;
		right: 0px;
	}

	#lightWindow-previous:hover, 
	#lightWindow-previous:visited:hover { 
		background: url(http://www.tomikaze.net/art/prevlabel.gif) left 0% no-repeat; 
	}

	#lightWindow-next:hover, 
	#lightWindow-next:visited:hover { 
		background: url(http://www.tomikaze.net/art/nextlabel.gif) right 0% no-repeat; 
	}


#lightWindow-data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
	
	background-color: #ffffff;
	font-size: 11px;
	font-family: arial;
}

	#lightWindow-data-slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightWindow-data-title {
		width: 75%;
		padding: 0 0 0 10px;
		font-weight: bold;
		color: #666666;
		line-height: 1.4em;
	}
	
	#lightWindow-data-caption {
		width: 75%;
		padding: 0 0 0 10px;
		color: #000000;
		line-height: 1.4em;
		font-size: 9px;
	}
	
	#lightWindow-data-author {
		position: absolute;
		width: 100px;
		top: 0px;
		right: 10px;
		text-align: right;
		color: #666666;
		line-height: 1.4em;
	 	font-style: italic;
		font-size: 9px;
	}
	
	#lightWindow-data-image {
		position: absolute;
		font-size: 3px;
		width: 100px;
		top: 15px;
		right: 10px;
		text-align: right;
		color: #ffffff;
		line-height: 1.4em;
	}
	
#lightWindow-title-bar
{
	/* REQUIRED */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	/* REQUIRED */
	

}
	
	#lightWindow-title-bar-title
	{
		float: left;
		color: #ffffff;
		font-size: 14px;
		width: 80%;
		line-height: 25px;
		font-family: arial;
		font-weight: bold;
		z-index: 50;
	}
	
	#lightWindow-title-bar-close
	{
		float: left;
		width: 20%;
		text-align: right;
		line-height: 25px;
		font-family: arial;
		 z-index: 50;
	}
	
	
	a#lightWindow-title-bar-close-link
	{
		cursor: pointer;
		color: #ffffff;
		line-height: 25px;
		padding: 0;
		margin: 0;
		font-size: 9px;
	}
	
	a:hover#lightWindow-title-bar-close-link
	{
		color: #ffffff;
	}
