<?php header("Content-type: text/css");
	
	$font_color = "000000";
	$text_color = "FFFFFF";
	$menu_color = "BB0000";
		
?>

#body {
	margin : 0 0 0 0; 
	no-scroll 
	font-family: verdana, sans-serif;
	font-size:12px;
	letter-spacing:.1em;
	background:#FFFF00;
}

img {
border:0;
}

/* div { border:1px dashed #FF0000; } */


#idPage {
position:relative;
width:1024px;
text-align:left;
margin:20px auto;
padding:0;
background-color:#FFFF00;

}

#idHeader {
height:0px;
border:0px solid #ff0000;
}

#idColumns {             /* WRAPPER */       
position:relative;
width:1024px;
overflow:hidden;
min-height:100px;
margin:10px 0 0px 0px; 
padding:0px;
border:0px dashed #000000;
}

#idContent {            /* CONTENT */
position:relative;
overflow:hidden;
width:640px;
height:713px;
margin:-220px 0 0 320px;
	font-family: verdana, sans-serif;
	color:#000000;
	font-weight:normal;
/* background:transparent url('../images/splash_x.png') no-repeat top left; */
}

#idTopColumn {         /* BANNER LAYER */
margin:-5px 0 0px 0px;
/* margin:0px 0 0px 0px;*/ 
width:900px;
height:176px;
background:transparent url('../images/phpThumb.php?src=logo_x.png&bg=FFFF00&q=100') no-repeat top left;
border:0px dashed #FF0000;

}

#dekumo_link {
	 float:right; 
	 margin-top:58px; 
	 margin-right:-77px;
}

#idBuffer {  		/* UNDER TOP OVER COLUMNS */
width:645px;
height:28px;
overflow:hidden;
margin:15px 0 0 331px;
padding:0px;
}

#idLeftColumn {
position:absolute;
left:48px;
top:172px;
width:331px;
min-height:538px;
overflow:hidden;
background:transparent url('../images/phpThumb.php?src=illu_x.png&bg=FFFF00&q=100') no-repeat top left;
 }
 
#idRightColumn {			/* RIGHT COLUMN */
position:absolute;
top:183px; 					/* BUFFER HEIGHT */
left:770px;
width:0px;
min-height:0px;
overflow:hidden;
}


#idFooter {
text-align:left;
height:80px;
width:920px;
margin:0px 0 0px 50px;
border-top:1px solid #000000;
padding-top:15px;
	font-family: verdana, sans-serif;
	color:#999999;
	font-weight:normal;
	letter-spacing:.1em;
}

