body{
    background-color: #eeeeee;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #49412b;
}

.container{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.container2{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.container3{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.text, .textLi, .textTable, .textImg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #49412b;
}

.text{
    text-indent: 1.5em;
    margin-top: 0 
}

.textTable{
    width: 100%;
    border: 1px #111111 solid;
}

.textImg{
    width: 100%;
    font-size: 10px;
}



#menu{
}

#tTitle{
    font-size: 12px;
    font-weight: bold;
}

#copyright{
    width: 100%;
    font-size: 10px;
    text-align: center;
}

#images {
	float: left;
	width: 150px;
	height: auto;
}

#main{
    padding-top: 10px;
}

#galleryImage {
    height: 450px;
    background-repeat: no-repeat;
    background-position: center top;
}

#galleryNav {
    position: relative;
    left: 75px;
    font-size: 12px;
    width: 450px;
}

#error
{
    border: 1px solid red; 
    text-align: center; 
    font-size: 12px; 
    padding: 5px; 
    background-color: #ffffff;
}

H1 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #49412b;
    margin: 0;
    padding: 0;    
}

/*
H2 {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
*/

H2{
    font-size: 12px;
    color: #49412b;
    font-weight: bold;
    text-align: center;
}

LI {
   margin: 0 0 2px 0;
}

.text {
      padding: 2px 2px 8px 2px;
      font-size: 12px;
}


<!-- tabs -->

UL.tabnav {
    padding-left: 0;
}    

.tabnav {
	height: 16px;	
	margin: 0;	
	padding-left: 0px;
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;	
}

.tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;	
	list-style-type: none;
}

.tabnav a:link, .tabnav a:visited {
	padding: 2px 4px 2px 0px;
	margin-right: 4px;	
	text-decoration: none;	
	color: #666666;
}

.tabnav a:link.active, .tabnav a:visited.active {
    color: #000000;
    font-weight: bold;
}

.tabnav a:hover	{
	color: #000000;
}

A.menuItem{
    color: #49412b;
    text-decoration: none;
    font-size: 12px;
}
	    
A.menuItem:hover{
    color: black;
}

.listTitle, .listText{
    font-size: 12px;
    color: #49412b;    
}

.listTitle{
    font-weight: bold;
}

.contentBlock{
    border: 1px black solid; 
    padding: 7px;
    background-color: #ffffff;
}

.field, .contactsField
{
    padding:4px;
    border:1px solid #CDCDCD;
    color:#555;
    background:#f1f1f1;
}

.contactsField
{
    width: 270px;
}

.button {
    padding:4px;
    border:1px solid #CDCDCD;
    color:#555;
    font-weight: bold;
    font-size: 12px;
    background:#d1d1d1;
}


.feedback{
    font-size: 12px;
    color: #49412b;
    border: 1px dotted black;
    padding: 5px;
    margin-bottom: 7px;
}

.feedbackLink{
    font-size: 10px;
    text-align: center;
}

.feedbackDiv{
    width: 100%;
    text-align: right;
}

.warning {
    text-indent: 1.5em;
    font-size: 12px;
    color: red;
    padding: 2px;
}
