/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{

font-family: "Trebuchet MS", Arial, sans-serif;
text-align: center;
background: #000;
color: #fff;
}
a img 
{
border:none; 
}
#container
{
background: url(../images/bg_main_half_light_y.jpg) repeat-y #f2d3b7;
text-align: left;
margin: 0 auto;
width: 1200px;
}
#wrapper
{
/**/background: url(../images/bg_half_light.jpg) no-repeat;
text-align: left;
margin: 0 auto;
width: 1200px;
}
#top
{
width: 1200px;
height: 165px;
}
#top a
{
width: 1200px;
height:120px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#menu
{
font-style: italic;
text-align:center;
width: 1200px;
line-height: 30px;
font-size: 18px;

}
#menu ul
{
margin: 0 0 0 -5px;
}
#menu li
{
display: inline;
list-style-type: none;
padding: 0 5px;
}
#menu a:link, #menu a:visited
{
color: #000;
text-decoration: none;
}
#menu a:hover, #menu a:active
{
color: #fff;
}
#content
{
color: #000;
font-size: 14px;
line-height: 18px;
margin: 0 210px 0 210px;
width: 780px;
}
#content a:link, #content a:visited
{
color: #DD863F;

}
#content a:hover, #content a:active
{
background-color: #DD863F;
color: #000;
text-decoration: none;
}
h1
{
letter-spacing: 1px;
font-style: italic;
font-size: 30px;
padding: 1em 0 0.5em 0;
color: #DD863F;
background-color: transparent;
}
h2
{

}
.leftcolumn
{
width: 400px;
float: left;
}
.rightcolumn
{
width: 340px;
float: right;
}
.littleindent
{
padding-left: 20px;
}
#footer
{
clear: both;
background: url(../images/footer.jpg) no-repeat #f2d3b7;
width: 1200px;
height: 66px;
text-align: center;
}
#footer a:link, #footer a:visited
{
color: #000;
font-size: 12px;
line-height: 40px;
text-decoration: none;

}
#footer a:hover, #footer a:active
{
color: #fff;
}
