﻿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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* 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 {
		background:url(../img/background.png) repeat-y #202425;
		font:12px Arial, Helvetica, sans-serif;

}

#wrapper {
	width: 969px;
}
#header {
	background:url(../img/header.png) no-repeat;
	height:146px;
}
#web {
	background:url(../img/web.png) no-repeat;
	height:91px;
	margin-top:50px;
}
#print {
	background:url(../img/print.png) no-repeat;
	height:91px;
	margin-top:50px;
}
#logo {
	background:url(../img/logo.png) no-repeat;
	height:91px;
	margin-top:50px;
}
#contact {
	background:url(../img/contact.png) no-repeat;
	height:91px;
	margin-top:50px;
}
#email {
	background:url(../img/email.png) no-repeat;
	height:91px;
	margin-top:-6px;
}
#phone {
	background:url(../img/phone.png) no-repeat;
	height:91px;
	margin-top:-16px;
}
ul.gallery { overflow: hidden; padding: 10px 0  0 4px;margin-left:160px;width:790px; }
ul.gallery li { float: left; display: inline; width: 220px; height: 150px; margin: 0 8px 18px; }
ul.gallery li a { float: left; display: block; width: 220px; height: 150px; filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; }
ul.gallery li a:hover, ul.gallery li a:focus { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }


