﻿/****************** ALL ******************/
body {
	background-image: url(bgPage.png); background-repeat: repeat-x; background-position: top;
	font-size: 16px; font-family: Arial; color: #3d3d3d;
	margin: 0px;
}
h1 {
	background: url(Spider.png); background-repeat: no-repeat; background-position: left;
	font-size: 18px; font-weight: normal;
	color: #3a68a0;
	padding: 0 0 0 45px; margin: 0 0 0 10px;
}
p {margin: 15px;}
.clr {clear: both;}
strong {color: #2c72b6;}
a {color: #2c72b6; text-decoration: underline;}
a:hover {text-decoration: none;}
/****************** END ALL ******************/


/****************** MAIN DESIGN ******************/
.MainDiv {
	width: 970px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.logoKeenSpider {
	background: url(logoKeenSpider.png); background-repeat: no-repeat;
	width: 262px; height: 105px;
	display: block;
	float: left;
}
h2.HeaderTitle {
	font-size: 30px; font-variant: small-caps;
	margin: 45px 35px 0 0; padding: 0px;
	float: right;
	color: #939493;
}
/****************** END MAIN DESIGN ******************/


/****************** TOP MENU ******************/
.TopMenu {
	background: url(topMenu.png); background-repeat: no-repeat;
	width: 971px; height: 41px;
	display: block;
}
.TopMenu a {
	color: white;
	font-size: 25px;
	float: left;
	margin: 7px 0 0 95px;
	text-decoration: none;
}
/****************** END TOP MENU ******************/


/****************** GRAY BLOCK ******************/
.GrayBlock2 {
	margin-left: 30px;	
}
.GrayBlock3 {
	margin-left: 30px;
}
.GrayBlock, .GrayBlock2, .GrayBlock3, .GrayBlockTop, .GrayBlockDown {
	width: 302px;
	display: block;
}
.GrayBlock, .GrayBlock2, .GrayBlock3 {
	background-image: url(GrayBlockBg.png); background-repeat: repeat-y;
	float: left;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
.GrayBlockTop {
	background-image: url(GrayBlockTop.png); background-repeat: no-repeat;
	height: 12px;
}
.GrayBlockDown {
	background-image: url(GrayBlockDown.png); background-repeat: no-repeat;
	height: 12px;
}
/****************** END GRAY BLOCK ******************/


/****************** FOOTER ******************/
.Footer {
	background: url(FooterBg.png); background-repeat: repeat-x;
	width: 100%; height: 41px;
	display: block;
}
.FooterLeft {
	background: url(FooterLeft.png); background-repeat: no-repeat;
	width: 182px; height: 41px;
	display: block;
	float: left;
}
.FooterRight {
	background: url(FooterRight.png); background-repeat: no-repeat;
	width: 23px; height: 41px;
	display: block;
	float: right;
}
.Footer p {
	text-align: right;
	color: white;
	padding: 10px 0 0 0;
}
/****************** END FOOTER ******************/