/*override defaults*/
html, body, h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
}
a {
	color: #000;
}
a:hover {
	background: #000;
	color: #fff;
}
p {
	margin: 0 0 14px 0;
}
/*styles*/
html {
	background: #fff url(../img/bg-bw.gif) top center repeat-x;
	height: 100%;
	width: 100%;
}
body {
	background: url(../img/banner.gif) top center no-repeat;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 975px;
}
/*header*/
#head {
	height: 190px;
	text-indent: -9999px;
	width: 100%
}
#head a {
	display: block;
	height: 110px;
	overflow: hidden;
	position: absolute;
	top: 46px;
	width: 255px;
}
#head a:hover {
	background-color: inherit;
}
/*main*/
#main {
	float: left;
	margin: -23px 0 0 0;
	padding: 0 0 15px 0;
	width: 735px;
}
#main h1 {
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 -6px 0;
	text-transform: uppercase;
}
#main img {
	border: none;
}
#main li {
	line-height: 0;	
}
#col1, #col2, #col3 {
	float: left;
	width: 240px;
}
#col1 a, #col2 a, #col3 a {
	display: block;
	height: 240px;
	width: 240px;
}
#col1 a:hover img, #col2 a:hover img, #col3 a:hover img {
	border: 15px solid #fff;
	height: 210px;
	width: 210px;
}
/*side*/
#side {
	float: right;
	font-size: 18px;
	padding: 2px 0 0 0;
	text-align: right;
	width: 240px;
}
#side h2 {
	font-size: 18px;
}
#side p {
	font-size: 14px;
	text-align: justify;
}
#scrnsht-1 {
	margin: 0 0 5px 0;
}
#scrnsht-2 {
	margin: 0 5px 0 0;
}
