body {
	margin: 20px 20px 0 20px;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
	background-image: url(images/fon2.jpg);
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #A42424;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 910px;
	height: 137px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}

#marquee {
   width: 500px;
	margin: 0 auto;
	background-color: White;
	color: Black;
	font: bold italic 0.9em "Verdana", sans-serif;
	padding-bottom: 5px;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #B2B2B2;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 100px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 110px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 910px;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	/*background: url(images/img02.jpg) no-repeat left top;*/
	background-color: #a0201f;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 13px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu .active a {
	background-color: white;
	color: #a0201f;
	padding: 14px 10px 13px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

/* Menu Drop Down */

.anylinkcss{
position:absolute;
visibility: hidden;
border: 1px solid #9E6425;
/*border-bottom-width: 0;*/
font: 1em "Verdana", sans-serif;
margin-top: 5px;
margin-left: 15px;
line-height: 20px;
text-transform: uppercase;
z-index: 100;
background-color: #A0201F;
width: 190px;
}

.anylinkcss a {
width: 100%;
display: block;
/* border-bottom: 1px solid White; */
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: White;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: White;
color: #A0201F;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Content */

#content {
	float: left;
	width: 890px;
	padding: 40px 0 0 10px;
}

#center-image {
	width: 750px;
	margin: 15px auto 10px auto;
	text-align: center;
}

#center-image img {
	border: 2px solid #a0201f;
}

#center-image .cc {
	border: 1px solid black;
}

.gallery {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}

.gallery img {
	border: 1px solid #A0201F;
	margin: 15px 40px 0 0;
}

.imgl {
	float: left;
	border: 1px solid #A0201F;
	margin: 0 15px 0 0;
}

.magic-image {
	float: left;
	width: 300px;
	height: 215px;
   margin: 0 15px 0 0;
	padding: 0;
	border: 1px solid #A0201F;
}

.post {
  font: 1.1em "Verdana", sans-serif;
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-size: 1em;
}

.post .entry {
	padding: 10px 0 5px 0;
}

/* Gallery */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #a0201f;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #A0201F;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/* Footer */

#footer {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	font: bold 1em "Verdana", sans-serif;
	color: White;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: black;
}