body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	color: #000;
	text-align: center;
	background-color: #2D2522; background-image: url(../images/bgimg.jpg); background-position: center top; background-repeat: no-repeat; background-attachment:fixed;
}

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}

h1{font-size: 2.4em; line-height: 1; margin-bottom: 1em; font-weight: normal;}
h2{font-size: 1.6em; margin-bottom: 1em; font-weight: normal;}
h3{font-size: 1.4em; line-height: 1.4; margin-bottom: 0.75em; font-weight: normal;}
h4{font-size: 1.2em; line-height: 1.25; margin-bottom: 0.75em; font-weight: normal;}
h5{font-size: 1.2em; margin-bottom: 1.5em; font-weight: normal;}
h6{font-size: 1em; margin-bottom: 0.4em;}
p {font-size: 1.1em; margin-bottom: 1em;}
INPUT, SELECT, TH, TD {font-size:1em;}

img {border: 0;} 
hr{ color:#999; background-color:#999; height:1px; border:none; margin-top: 5px; margin-bottom: 10px;}

.floatRight { float: right; padding-top: 20px; }
.floatLeft { float: left; padding: 0; }
.brod {font-size: 0.9em;}
.standOut{font-size: 0.8em; }  
.important{ font-weight: bold; } 
.primaryColor{ color: #000;}
.highlightColor{ color: #AEAE69;}

.navigation {font-size:1.3em; color: #fff; }
.content {color: #000; font-size: 1.2em;}
.footer {font-size:1.2em; color: #636326; line-height: 40px;}
.footer a{color: #636326;} .footer a:hover{color: #636326; text-decoration: underline;}

.text{ width: 600px; height: auto; text-align: left;}
.text1{ width: 500px; height: auto; text-align: left;}
.thumbs{width: auto; height: auto; padding-bottom: 10px;}

a{color: #BD560A; text-decoration: none;}
a:hover {color: #BD560A; text-decoration: underline;}

/* menu */
.menu{margin:0 auto; padding:0; height:39px; width:100%; display:block; background:url(../images/topMenuImages.png) repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none;  cursor:pointer; background:url(../images/topMenuImages.png) 0px 0px no-repeat;}
.menu li a span{line-height:39px; float:left; display:block; padding-right:15px; background:url(../images/topMenuImages.png) 100% 0px no-repeat;}
.menu li a:hover{background-position:0px -39px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -39px;}
.menu li a.active, .menu li a.active:hover{line-height:39px; background:url(../images/topMenuImages.png) 0px -39px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url(../images/topMenuImages.png) 100% -39px no-repeat;}
