body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #242529;
	background-image: url(../media/layout/body.jpg);
	background-repeat: repeat-y;
	text-align: center;
	color: #FFFFFF;
	background-position: center 0px;
}
a, a:visited, a:active {
	color: #c64700;
	text-decoration: none;
}
a:hover {
	color: #A2392B;
	border-bottom: 1px dotted #A2392B;
}
#wrapper {
	width: 733px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	background-repeat: repeat-y;
	background-position: right;
	
}
#header{
	height: 120px;
	width: 733px;
	background-image: url(../media/layout/body.gif);
	background-repeat: repeat-x;
}
#navigation{
	position: absolute;
	left: 300px;
	top: 55px;
}
#navigation li {
	display:inline;
	margin:0;
	padding:0;
}
#navigation a, .navigation a {
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	background-color: transparent;
	height: 26px;
	font-size: 18;
	font-weight:bold;
	color: #1f1f21;
	margin: 0px 2px;
	padding: 0px 0px 0px 4px;
}
#navigation a span, .navigation a span {
	display:block;
	float:center;
	padding:7px 10px 9px 7px;
}
#navigation a:hover, li.active a, .active a, .navigation a:hover{
	border: none;
	background:transparent url(../media/layout/navigation_left.gif) no-repeat;
}
#navigation a:hover span, li.active a span, .active a span, .navigation a:hover span{
	background:transparent url(../media/layout/navigation_right.gif) no-repeat right 0px;
	display:block;
	float:center;
	color: #FFFFFF;
	padding:7px 10px 9px 7px;
}

#title{
	position: absolute;
	left: 5px;
	top: 17px;
	background-image: url(../media/layout/title.jpg);
	height: 76px;
	width: 248px;

}
#content {
	float: left;
	width: 733px;
}
#content h2 {
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content h3 {
	font-size: 12px;
	font-weight:bold;
	color: #808086;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.spacer {
	font-size: 1px;
	display: block;
	clear: both;
}
#footer{
	background-image: url(../media/layout/footer_body.gif);
	height: 44px;
	width: 733px;
	background-repeat: repeat-x;
	color: #ececc8;
	text-align: center;

}
#footer a{
	color: #ececc8;
	border: #ececc8;
}
.body h1{
	padding: 0px;
	margin: 4px 0px 10px 0px;
	font-size: 18px;
	color: #4a0c1a;
}
p {
	margin: 4px 0px 6px 0px;
}
.block{
	width: 733px;
}
.block .header{
	width: 733px;
	background-image: url(../media/layout/block_header.jpg);
	height: 25px;
	
}
.block .body{
	width: 683px;
	background-image: url(../media/layout/block_body.jpg);
	background-repeat: repeat-y;
	padding: 0px 15px 10px 35px;
}
.block .footer{
	width:733px;
	background-image: url(../media/layout/block_footer.jpg);
	height: 26px;
}
ul.gallery{

}
.gallery li{
	float: left;
}

.gallery li a .thumb{
	width: 125px;
	height: 87px;
	margin: 10px 10px 0px 0px;
	position:relative;
	color: #FFFFFF;
}
.gallery li a:hover .thumb{
	cursor:	pointer;
}
.gallery li span{
	background-color:#000000;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
	text-align: center;
}
input{
	background-color:#0f1012;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #151619;
	border-bottom-color: #151619;
	border-left-color: #000000;
	padding: 2px 5px;
	color: #B9B9B9;
	width: 200px
}
label {
	font-weight: bold;
	display: block;
	margin: 20px 0px 5px 0px;
}
.smallpart {
	float: left;
	width: 220px;
}
.navigation {
	margin-top: 10px;
}
.button {
text-transform:uppercase;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../media/layout/button.gif);
	background-repeat:no-repeat;
	height: 27px;
	width: 76px;
	padding:0px;
	margin: 0px;
	font-weight: bold;
}
