﻿#body
{
    background-color:#FFFFFF;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: solid 0px #000000;
}
#body2
{
    background-image:url(../img/bg5.jpg);
    width:100%;
    height:704px;
    margin-top: 20px;
}
#headline 
{ 
	font-family: Georgia, sans-serif;
	font-size: 48px;
}


/* Basic Stuff */

*
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: #fff;
    color: #FFFFFF;
    font-size: 12px;
    font-family: "trebuchet ms", helvetica, sans-serif;
}

body
{
    background-color: #fff;
    color: #FFFFFF;
    font-size: 12px;
    font-family: "trebuchet ms", helvetica, sans-serif;
}

br.clear
{
    clear: both;
}

img
{
    border: solid 0px #e1e1e1;
}

a
{
    text-decoration: underline;
    color: #FFFFFF;
}

/* Font Stuff */

h1
{
	font-family: arial;
	font-size: 30px;
	color:#eaead9;
  padding: 32px; 
  padding-bottom:0px;
}
h2
{
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
}

/* columns */

.columns
{
    width: 1000px;
}
#columna
{
  vertical-align:top;
}
#columnb
{
    width: 160px;
    height:704px;
}
#menuebar
{
    background-color:#eaead9;
    width:103px;
    height:704px;
}
#menuebar li img
{
    border: solid 6px #eaead9;
    border-top-width:0px;
}
#menuebar ul
{
  list-style: none;
  background-color: #eaead9;
  width:103px
}
#i1
{
    position:absolute;
    top: 22px;
    border: solid 0px #000000;
    margin-left:906px;
    width:41px;
}



/* jQuery lightBox plugin - Gallery style */
#gallery ul 
{ 
  list-style: none;
  padding: 30px; 
}
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
