@charset "UTF-8";
/* CSS Document */
body
{
background-color:#fffce9;
}

#outer
{
width:900px;
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
background-color:#000000;
}

#leftcolumn
{
width:200px;
height:577px;
float:left;
background-color:#000000;
}

#navigation
{
float:left;
width:200px;
text-align:right;
margin-right:30px;
font-size:13px;
}

ul li
{
color:#fffce9;
margin:1em;
list-style:none;
}

a.links
{
color:#fffce9;
text-decoration:none;
border-bottom-style:dotted;
}

a.pictures
{
	text-decoration:none;
	border-bottom-style:none;
	border:none;
}

#rightcolumn
{
width:699px;
height:700px;
float:right;
background:url(images/background2.png);
}

#writing
{
position:relative;
top:215px;
left:10px;
width:473px;
height:478px;
color:#FFC;
font-size:12px;
}

#writing h2
{
	color:#ffc;
}

#writing table
{
	color:#ffc;
}

#footer
{
width:900px;
height:20px;
background-color:#000000;
text-align:center;
}

p
{
color:#ffc;
font-size:12px;
}

p.indent
{
padding-right:20px;
font-size:11px;
}

p.main
{
color:#FFC;
text-align:justify;
font-size:14px;
}

p.menutext
{
color:#FFC;
text-align:center;
font-size:13px;
}

b.mealtext
{
color:#FFC;
font-size:16px;
text-align:justify;
}

.spacer
{
clear:both;
}

a.footer
{
text-decoration:none;
border-bottom-style:none;
color:#FFC;
}

img.gallery
{
	border:#FFC 2px solid;
}

<!--styling for the contact form-->
.input
{
	width:500px;
}

.label
{
	position:relative;
	left:-10px;
}

.readjust1
{
	position:relative;
	left:-6px;
}

.readjust2
{
	position:relative;
	left:-22px;
}

.readjust3
{
	position:relative;
	left:-6px;
}
