﻿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:11px;
	color:#fff;
	background:#1ab0e3 url(../img/bg.jpg);
}
.siteName{
	background:#f29209 url(../img/site-name-right.jpg) no-repeat right bottom;
}
.siteName p{
	line-height:16px;
	height:16px;
	white-space:pre;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../img/site-name-left.jpg) no-repeat left bottom;	
}
.wrapper{
	width:903px;
	margin:0 auto;
	border-top:1px #fff solid;	
}
.get img{
	display:block;
}
.imgBlock{
	float:left;
	margin:0 7px 7px 0;
	display:inline;
	border:1px #195880 solid;
}
.imgBlockEmpty{
	width:152px;
	height:202px;
	float:left;
	margin:0 7px 7px 0;
	display:inline;
}
.header{
	height:429px;
	padding-left:10px;
	padding-top:360px;
	position:relative;	
	background:#53c5e6 url(../img/header.jpg) no-repeat;	
}
.logo{
	left:255px;
	top:7px;
	width:423px;
	height:218px;
	position:absolute;
	background:transparent url(../img/logo.png) no-repeat;
}
.photoBlock{
	height:425px;
	padding-top:18px;
	padding-left:263px;
	background:#53c5e6 url(../img/photo-block.jpg) no-repeat;
}
.infoBlock{
	height:137px;
	background:#0069d7 url(../img/info-block.jpg) no-repeat;
}
.infoBlock p{
	text-align:center;
	line-height:13px;
	padding-top:30px;
}
.photoLine{
	height:252px;
	padding-top:22px;
	padding-left:7px;
	background:#53c5e6 url(../img/photo-line.jpg) no-repeat;
	
}
.leftCol{
	width:636px;
	float:left;
}
.rightCol{
	width:250px;
	float:left;
	text-align:center;
}
