﻿body 
{
    background-color:Black;
    text-align:center;
    margin:0 auto;
    font-family:Verdana, Arial, helvetica, Sans-Serif;
}
#pagecomplete 
{
    width:1000px;
    /*color:White;*/
    margin:0 auto;
}
#pagecontent 
{
    text-align:left;
}
#myGallery
{
    text-align: left;
	margin: 0 0;
	position:relative;
	top:25px;
	left: 45px;
    width: 500px !important;
    height: 615px !important;
}
#maintext 
{
    position:relative;
    top:75px;
    left:0px;
    text-align:left;
    font-family:Courier New, Courier;
    font-size:1em;
}
.stdtext 
{
}
#title 
{
    display:block;
    text-align:left;
    position:relative;
    top:80px;
    left:375px;
    width:355px;
    height:70px;
    background-repeat:no-repeat;
    background-color:Black;
}

#gallerytitle 
{
    float:left;
    display:block;
    text-align:left;
    position:relative;
    top:120px;
    left:45px;
    width:230px;
    height:200px;
    margin-right:10px;
    font-family:Courier New, Courier;
}

.gallerytitletext
{
    text-align:left;
    font-family:Courier New, Courier;
    font-size:2em; 
}
#pagefooter 
{
    border-top:10px;
    font-size:.8em;
}

/*Navigation*/
#navcontainer 
{
    margin-left: 5px;
    margin-top: 5px;
    text-align:right;
}

#navcontainer ul
{
    margin: 0;
    padding: 0;
    list-style-type:none;
    font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
    display: block;
    padding: 5px 5px 0px 5px;
    width: 125px;
    color: #E2E163;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#navcontainer a:hover
{
    color: #F4EFD9;
    background-color: #3c3425;
    filter:alpha(opacity=60);
    opacity:0.6;
    -moz-opacity:0.6;
    text-decoration: none;
    /*background-image: url('../images/menubg.gif');*/
    background-repeat: no-repeat;
    background-position: 0 0;
}
#themovie
{
    position:relative;
    left:50px;
    top: 50px;
}
#gallerylist ul 
{
    margin: 0;
    padding: 0;
    font-family: Courier New, Courier;
}

#gallerylist li 
{ 
    margin: 0; 
    padding:0;    
    list-style-type: none;
}

#gallerylist a
{
    position:relative;
    left:0px;
    display:block;
    padding: 5px 5px 0px 0px;
    width: 350px;
    color: gray;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin:0;
}

#gallerylist a:hover
{
    color: #E2E163;/*F4EFD9;*/
    background-color: #3c3425;
    filter:alpha(opacity=60);
    opacity:0.6;
    -moz-opacity:0.6;
    text-decoration: none;
    /*background-image: url('../images/menubg.gif');*/
    background-repeat: no-repeat;
    background-position: 0 0;
}
#gallerylist a img, a:link img, a:visited img
{
border:solid 2px gray;
}
#gallerylist  a:hover img
{
border:solid 2px #e2e163;
}
#links a, a:link, a:visited
{
    text-decoration: none; 
    color:#E2E163;
    font-size: 1.2em;
}
#links   a:hover
{
    text-decoration: none; 
    color:yellow;
    background-color: #3c3425;
    font-size: 1.2em;
}
#gallerytitle a
{
    display: block;
    padding: 5px 5px 0px 0px;
    width: 97%;
    color: gray;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin:0;
}

#gallerytitle a:hover
{
    color: #E2E163;/*F4EFD9;*/
    background-color: #3c3425;
    filter:alpha(opacity=60);
    opacity:0.6;
    -moz-opacity:0.6;
    text-decoration: none;
    /*background-image: url('../images/menubg.gif');*/
    background-repeat: no-repeat;
    background-position: 0 0;
}
#news dt
{
    color:#F4EFD9;
    font-size: 1.2em;
}
#news dd a:hover
{
    color:red;
    font-size: 1.2em;
    background-color: #3c3425;
}
