﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#464545;
	background:#989898 url(../img/main_bg.png);
}
a{
	color:#464545;
}
a:hover{
	color:#606060;
}
.wrapper{
	width:720px;
	margin:0 auto;
	padding:0 3px;
	background:#fff url('../img/bg.png') repeat-y;
}
.get img{
	display:block;
}
.header{
	height:197px;
	position:relative;
	background:#fff url(../img/header.jpg) no-repeat;
}
.galleryBlock{
	height:530px;
	padding-left:315px;
	background:transparent url('../img/gallery.jpg') no-repeat top left;
}
.photoLine{
	height:355px;
	position:relative;
	padding-right:307px;
	background:transparent url('../img/photoline.jpg') no-repeat top left;
}
.photoLine img{
	float:right;
	margin:10px 10px 0 0;
	border:1px #c5c5c5 solid;	
}
.galleryBlock img{
	float:left;
	margin:0 10px 10px 0;
	border:1px #c5c5c5 solid;
}
.footer{
	height:19px;
	background:#d3d3d3 url('../img/footer.png') repeat-x top;
}
.join{
	right:0;
	bottom:0;
	position:absolute;
        width: 317px;
}
.join img{
	border:0;
	margin:0;
}