﻿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:#1ab0e3 url(../img/bg.jpg) repeat center center;
}
a{
	color:#464545;
}
a:hover{
	color:#606060;
}
.siteName{
	height:35px;
	background:#ce22f3 url(../img/site-name.gif) no-repeat;
}
.wrapper{
	width:907px;
	margin:0 auto;
	background-color:#fff;
}
.get{
	padding-top:10px;
}
.get img{
	display:block;
}
.header{
	height:527px;
	position:relative;
	background:#fff url(../img/header.jpg) no-repeat;
}
.galleryBlock{
	height:660px;
	padding-top:41px;
	padding-left:60px;
	background:#fff url(../img/gallery-block.gif) no-repeat;
}
.galleryBlock img{
	float:left;
	margin:0 7px 7px 0;
	display:inline;
	border:1px #a608c8 solid;	
}
.textBlock{
	height:137px;
	padding:0 55px;
	background:#b8b8b8 url(../img/text-block.jpg) no-repeat;
}
.textBlock p{
	line-height:14px;
	padding-top:35px;
}
.photoLine{
	height:260px;
	padding-top:20px;
	padding-left:30px;
	margin:0 4px;
	background:#fbfbfb url(../img/photoline.gif) repeat-x;
}
.photoLine img{
	float:left;
	margin-right:5px;	
	border:1px #db47fb solid;
}
.footer{
	height:40px;
	line-height:40px;
	text-align:center;
	font-weight:bold;
}
