a {
font-family: trebuchet, verdana, sans-serif;
text-decoration:  none;
font-size: 12px;
border: none;
color: #000;
}

a:hover {
color: #000;
}

a.main {
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #000;
}

a.main:hover {
color: #000;
}

.block{
padding: 2px;
margin-left:20px;
margin-right:20px;
background-color: #4d4d4d;
border-top: 1px solid white;
border-bottom: 1px solid white;
}

ul.menu{
position: relative;
text-align: center;
width: 850px;
height: 28px;
margin: 0 auto 0 auto;
border-top: 0px solid white;
border-bottom: 0px solid white;
background-color: #d95c2e;
}

ul.menu li {
display: inline;
float: left;
list-style: none;
height: 18px;
padding: 5px 10px;
letter-spacing: 4px;
color: #000;
cursor: pointer;
}

ul.menu li:hover {
background: url(../_img/_menu_hover.png) center repeat-x;
color: #FFCA09;
}

#largeImg {
border: solid 1px #ccc;
}

.thumb{
padding: 3px;
border: 1px solid #ccc;
}

.thumb:hover{
border: 1px solid #FFCA09;
}

.thumbs {
text-align: center;
}

.thumbs img {
border: solid 1px #ccc;
margin-right: 1.5px;
padding: 3px;
}

.thumbs img:hover {
border-color: #FFCA09;
}

a.submenu {
font-family: verdana, arial, sans-serif;
font-weight: normal;
text-decoration: none;
padding: 2px;
font-size: 11px;
color: #395651;
}

a.submenu:hover {
color: #00A84F;
}

h1 {
font-size: 16px;
color: #000;
}

h2 {
font-size: 14px;
color: #000;
}

h3 {
font-size: 12px;
color: #000;
}

#footer {
font-size: 12px;
}

.big{
	font-size: 36px;
}

.bigger{
	font-size: 72px;
	font-weight: bold;
}

.textfield {
border: 1px #395651 solid;
background-color: #E5FFE4;
font-size: 10px;
width: 175px;
}

.button {
border: 1px #395651 solid;
font-size: 10px;
}

.error {
padding: 10px 0 10px 0;
color: #990000;
font-weight: bold;
}

hr {
border: 1px black solid;
}