﻿@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;
height: 100%;
}

#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:1103px;
float:right;
}

#footer
{
width:689px;
height:20px;
background-color:#000000;
text-align:center;
}
p.menutext
{
color:#FFC;
text-align:center;
font-size:13px;
}
