body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
color: white;
background-color: #1a211a;}

a {
color: #FFFF86;
}

h1, h2, h3, h4, h5, h6 {
margin-top: .6em;
margin-bottom: .6em;
color: #FFFF86;}

h1 {
font-size: 1.5em;
font-weight: bold;
text-align: left;
letter-spacing: 4px;
margin-top: 1em;
margin-bottom: .75em;
/*margin-left: 11em;*/
}

h2 {
font-size: 1.3em;
font-style: italic;}

h3 {
font-size: 1.1em;
letter-spacing: 3px;
font-weight: bold;
}

h4 {
font-size: 1.1em;
font-style: italic;}

h5 {
font-size: 1em;
letter-spacing: 2px;
font-weight: bold;}

h6 {
font-size: .8em;
letter-spacing: 1.25px;
font-weight: bold;
}

p,ul {
font-size: .8em;
line-height: 1.7em;
text-align: justify;
}

table {
table-layout: fixed;
}

tr, td {
width: 180px;
height: 180px;
text-align: center;}

blockquote p {
font-size: .8em;
font-style: italic;
color: #FFFF86;
text-align: right;
font-weight: bold;}

#maincontainer{
width: 940px; /*Width of main container*/
margin: 10px auto 0 auto; /*Center container on page*/
background: url(../images/bground.jpg) repeat-y;
}

#fpmaincontainer{
width: 940px; /*Width of main container*/
margin: 10px auto 0 auto; /*Center container on page*/
background-color: #84a480;
}

#topsection{
background: url(../images/artbysheila.jpg) no-repeat;
height: 130px;
padding-left: 1em;}

#menu {
padding: 2px 0;
position: absolute;
margin: 0;
margin-top: 114px;}

#menu ul {
font-size: 14px;
padding: 0 0 18px;
list-style-type: none;
margin: 0;}

#menu ul li {
float: left;}

#menu ul li a {
display: block;
float: left;
height: 30px;
line-height: 29px;
background-image: url(../images/menu_n.gif);
background-repeat: no-repeat;
color: #B0D65C;
text-decoration: none;
font-size: 11px;
font-weight: bold;
text-align: center;
cursor: pointer;
padding: 0 0 0 12px;}

#menu ul li a strong {
display: block;
float: left;
background-image: url(../images/menu-n.gif);
background-position: right top;
padding: 0 12px 0 0;}

#menu ul li.cur-mnu a {
color: #FFFF86;
background-image: url(../images/menu_c.gif);
background-repeat: no-repeat;}

#menu ul li.cur-mnu a strong{
background-image: url(../images/menu-c.gif);
background-position: right top;}

#menu ul li a:hover {
color: #FFFF86;
background-image: url(../images/menu_h.gif);
background-repeat: no-repeat;}

#menu ul li a:hover strong {
background-image: url(../images/menu-h.gif);
background-position: right top;}

#menu ul li.cur-mnu a:hover {
color: #FFFF86;
background-image: url(../images/menu_c.gif);
cursor: default;
background-repeat: no-repeat;}

#menu ul li.cur-mnu a:hover strong {
background-image: url(../images/menu-c.gif);
background-position: right top;}

#contentwrapper{
float: left;
width: 100%;
margin-top: 1em;}

#contentcolumn{
margin-right: 195px; /*Set right margin to RightColumnWidth*/
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;}

#fpleftcolumn{
float: left;
width: 180px;
background-color: #84a480;
text-align: center;}

#fpleftcolumn img {
border: 0;
margin-top: 1.5em;}

#fpcontentcolumn {
margin-right: 2em;
}

#rightcolumn{
float: left;
width: 180px; /*Width of right column*/
margin-left: -180px; /*Set left margin to -(RightColumnWidth) */
/* background: #425240; */
}

#rightcolumn img {
border: 0;margin-top: 8px;}

#footer{
clear: both;
width: 100%;
color: #FFFf86;
text-align: center;
background-color: #1a211a;
font-size: .6em;
padding: .5em 0;}

#credits {
width: 100%;
color: #FFFf86;
text-align: center;
font-size: .6em;
line-height: 1.25em;
padding: 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.gallery img{
border-bottom: 1px #1a211a outset;
border-right: 1px #1a211a outset;
border-top: 1px #fdfcf3 outset;
border-left: 1px #fdfcf3 outset;}

.center {
text-align: center;}

.right {
text-align: right;}

.rightimage {
float: right;
border: 0 solid;
margin-left: 1em;
}

.leftimage {
float: left;
border: 0 solid;
margin-right: 1em;
}

.contactform p{
width: 400px;
clear: left;
margin: 10px 5px 5px 100px;
padding: 3px 0 3px 0;
padding-left: 125px; /*width of left column containing the label elements*/
border: 0;
}

.contactform fieldset{
border: 0;
}

.contactform label{
font-weight: bold;
float: left;
margin-left: -125px; /*width of left column*/
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.contactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 350px;
}

.contactform textarea{
width: 350px;
height: 250px;
}

