@charset "UTF-8";
/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #666666;
	background-image:url(images/grey-bg.jpg);
	background-position:top left;
	background-repeat:repeat;
	margin: 0px;
}
p,td {
	font-size: 14px;
	line-height: 19px;
}

a {
	color:#647510;
	text-decoration: none;
}
a:hover {
	color:#403d34;
	text-decoration: underline;
}
.header {
	font-size:18px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
	font-style: italic;
	letter-spacing:2px;
	padding: 10px 10px 10px 15px;
}
.footer {
   color:#FFF;
   letter-spacing:1px;
   font-weight:bold;
   font-size: 13px;
   text-align:center;
}
h1 {
    color: #403d34;
	font-size: 26px;
	line-height: 32px;
}
h2 {
    color: #403d34;
	font-size: 18px;
	line-height: 24px;
}
h3 {
    color: #403d34;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

#nav-menu ul {
    list-style: none;
     line-height: 40px;
     margin: 0px;
     margin-left: 0px;
     font-size:16px;
     padding-left:0px;
     text-align:center;
}

#nav-menu li a {
	color:#FFF;
	text-decoration:none;
	padding: 6px 18px 6px 18px;
}
#nav-menu li a:hover {
 	color:FFF;
	background-color:#8a8572;
}

.content {
	padding: 22px 22px 22px 22px;
	background-color:#FFF;
}
.contentgal {
	padding: 22px 5px 22px 15px;
	background-color:#FFF;
}

.back2 {
    background-repeat:repeat-x;
	background-position:bottom;
}

.bigger {
	font-size: 16px;
	line-height:22px;
}
.return {
	text-align: right;
}
