﻿body
{
    margin: 0;
    padding: 0;
    
}

img
{
	border: 0;
}

a
{
    color: #000000;
}

#mainContentDiv
{    
    width: 770px;
    min-height: 500px;   
    position: relative;    
    margin: auto;
    background: #ffffff url(/img/background.gif) repeat;
    
}

#logoDiv
{
    position: absolute;
    top: 40px;
    right: 0px;
    height: 25px;
    width: 294px;
}

#logoDiv .logoDate
{
	font-family: Arial;
	color: #231F20;
	font-size: 100%;
	font-weight: bold;
	line-height: 25px;
	width: 145px;
	float: right;
	vertical-align: bottom;
	padding: 5px 0 0 0;
}

#logoDiv .logoImage
{
    width: 128px;
    float: left;
}

#menuDiv
{
    position: absolute;
    top: 75px;
    left: 105px;
    height: 50px;
    width: 510px;
}



#subMenuDiv
{
    position: absolute;
    top: 125px;
    left: 624px;
    height: 325px;
    width: 150px;
}

#mainBodyDiv
{
    position: absolute;
    top: 125px;
    left: 0;
    height: 325px;
    width: 597px;
    font-size: 85%;
    font-family: Arial, Verdana, Tahoma; 
}

#mainBodyDiv h2
{
	font-size: 110%;
	margin: 0;
	padding: 0;
}

#mainBodyDiv h3
{
	font-size: 90%;
	margin: 0;
}

#mainBodyDiv p
{
	margin: 0 0 10px 0;
}

#mainBodyDiv blockquote
{
    margin: 0 10px 0 10px;
    padding: 0;   
}

#mainBodyDiv strong
{
    font-size: 90%;
}


.newtextElement
{
    margin: 0 5px 5px 5px;
    clear: both;
}

.newtextElement label
{
    float: left;
}

.newtextElement span
{
    float: right;
}

.newtextElement input
{
    float: right;
    width: 200px;
}

.newtextElementCheck
{
    clear: both;
    margin: 0 5px 5px 5px;
}


.textElement
{
	margin: 0 8px 5px 0;
	clear: both;
}

.textElementLess
{
	margin: 0 0 5px 0;
	clear: both;
}

.textElement input, .textElementLess input
{
	padding: 1px;
	width: 180px;
	font-family: Arial;
	vertical-align: middle;
}

.textElement textarea
{
	padding: 1px;
	margin: 0 10px 0 0;
	width: 180px;
	font-family: Arial;
	vertical-align: top;
	height: 70px;
}

.textElementsubmit
{
	margin: 0 18px 5px 0;
	clear: both;
}


.galleryThumbs
{
    width: 424px;
    float: right;
}

.galleryThumbs img
{
    padding: 0 0px 3px 3px;
}


#galNavDiv
{
	width: 425px;
	position: absolute;
	right: 0px;
	font-size: 80%;
}

#galNavDiv a
{
	color: #231F20;
	text-decoration: none;
}

#galNavDiv a:hover
{
	color: #9a9899;
	text-decoration: none;
}

.divNextBack
{
	width: 150px;
	float: right;
}

.divBackToGallery
{
	width: 200px;
	float: left;
	
}

#galImgDiv
{
	text-align: right;
	position: absolute;
	right: 0px;
	top: 20px;
}

#galDescriptionDiv
{
	text-align: right;
	width: 425px;
	position: absolute;
	right: 0px;
	top: 345px;
	font-size: 80%;
	color: #211F20;
}


.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}