/*
--------------------------------
Author: Ben Gibson 
Company: Telescope Studios
Date: 13th October 2008
--------------------------------
*/

* { margin:0; padding:0; }

body {
font: 8pt/1.5em "Lucida Grande", Verdana, Arial, sans-serif;
color:#000;
}



/* ---- GENERAL ELEMENTS ----------------------*/

h1, h2, h3, h4, h5, h6 {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-weight:normal;
margin:0 0 10px 0;
}

h1 {
font-size: 218%;
}

h2 {
font-size: 164%;
}

h3 {
font-size: 145%;
line-height:1.4em;
}

h4 {
font-size: 118%;
}

p {
margin:0 0 10px 0;
}

ul {
margin:0 0 10px 0;
}

li {
margin:0 0 10px 0;
}

a { 
text-decoration:underline; 
outline:0; 
font-size:14px;
}

a:hover { 
text-decoration:none; 
}

a img { 
border:none; 
}

.img { /* this class is for Image Replacement */
letter-spacing:-1000em;  
text-indent:-999em; 
overflow:hidden; 
display:block;
background-repeat:repeat; 
background-color:transparent; /* IE FLICKER FIX - no background position! */
}

.red {
color:#B40D26;
}

.black {
color:#000;
}

.capitals {
text-transform:uppercase;
}

.center {
text-align:center;
}

/* ---- CONTENT ----------------------*/

#main_heading {
visibility:visible;
}

h2#title_recipes {
width:91px;
height:18px;
background:#fff url(../images/title_recipes.gif) 0 0 no-repeat;
}

.container_16 {
visibility:hidden;
}

#content_col1 {
position:absolute;
top:0;
left:0;
visibility:visible;
page-break-after:always;
}

#content_col2 {
position:absolute;
top:0;
left:240px;
visibility:visible;
page-break-after:always;
}

#content_col3 {
position:absolute;
top:0;
left:480px;
visibility:visible;
page-break-after:always;
}

#footer {
visibility:hidden;
}

#navigation {
visibility:hidden;	
}

#rakusens_logo {
visibility:hidden;
}

#language {
visibility:hidden;
}

#image_head6 {
visibility:hidden;
}







