/* 
 * G Kustom Kuhl
 * cycle9.css for gkustomkuhl.com
 * author:  miinx [at] miinx.com.au
 */

@import url("/css/master.css");
@import url("/css/cycles/common.css");

	h3 { z-index: 8; }

	#pix_container {
		margin-left: 40px;
		width: 330px;
 		height: 300px;
		top: 50px;
		left: 0;
		}
		
		#pix_container img {
			border: 5px solid #3b597f;
			float: left;
			margin-right: 8px;
			}
		
			.pix_row {
				position: relative;
				float: left;
				width: 100%;
				margin-bottom: 8px;
				}
				
				.row1 img.a { margin-top: 30px; }
				.row1 img.b { margin-top: 15px; }
				
				.row2 img.a { margin-top: -10px; }
					
			.pic_right {
				position: absolute; 
				margin-left: 600px;
				margin-top: 10px;
				}
				
	p#edtext {
		position: absolute;
		top: 15px;
		left: 360px;
		background-image: url("/images/cycles/9/ed_text.gif");
		width: 218px;
		height: 0px !important;
		height /**/:400px;
		padding-top: 400px;
		overflow: hidden;
		z-index: 3; 
		}
		
	div#stars {
		position: absolute; 
		top: 440px;
		left: 250px;
		background-image: url("/images/cycles/9/ed_stars.gif");
		width: 537px;
		height: 0px !important;
		height /**/: 31px;
		padding-top: 31px;
		overflow: hidden;
		}
	
	.pages {
		top: 280px;
	}
	

/* ------------// footer adjustments
			  //------------------------------ */

div#footer {
	top: 310px;
	}


