* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: Calibri, Tahoma, Verdana;
	font-size: 11pt;
	overflow: hidden;
}
img {
	border: 0px;
}
h1, h2, h3 {
	font-family: Georgia, Calibri, Tahoma, Verdana;
	font-weight: normal;
	line-height: 120%;
}
h4, h5, h6{
	font-family: Georgia, Calibri, Tahoma, Verdana;
	font-weight: bold;
	line-height: 110%
}
a {
	color: #111111;
	font-weight: bold;
	text-decoration: none;
}
#header-background {
	background-color: #E0E0E0;
	width: 100%;
	height: 60px;
}
#header {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	text-align: center;
	padding-top: 20px;
	z-index: 200;
}
#header-shadow {
	width: 100%;
	height: 72px;
	background-image: url('images/header-shadow.png');
	background-position: top;
	background-repeat: x-repeat;
}
#container {
	margin: 0 auto;
	width: 780px;
	background-image: url('images/container-background2.png');
	background-repeat: repeat-y;
	background-position: top left;
}
#content {
	margin: 0 auto;
	width: 780px;
	height: 600px;
}
#circle {
	position: absolute;
	margin-top: -130px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	z-index: 100;
	background-image: url('images/circle0.png');
	background-position: center;
	background-repeat: no-repeat;
}
#blocks-background {
	width: 100%;
	height: 150px;
	background-image: url('images/sidebar/wit.png');
}
#blocks {
	margin: 0 auto;
	width: 980px;
	height: 20px;
    text-align: center;
}
#block-1 {
	margin-top: 10px;
	margin-right: 55px;
	width: 150px;
	height: 100px;
	background-color: #333333;
}
#block-2 {
	width: 150px;
	height: 100px;
	margin-right: 55px;
	margin-top: 10px;
	background-color: #333333;
}
#block-3 {
	width: 150px;
	height: 100px;
	margin-right: 55px;
	margin-top: 10px;
	background-color: #333333;
}
#block-4 {
	width: 150px;
	height: 100px;
	margin-right: 55px;
	margin-top: 10px;
	background-color: #333333;
}
#block-5 {
	width: 150px;
	height: 100px;
	margin-top: 10px;
	background-color: #333333;
}
#discriptions {
	margin: 0 auto;
	margin-top: 100px;
	width: 980px;
	height: 20px;
}
#discription-1 {
	float: left;
	margin-right: 55px;
	width: 150px;
	height: 20px;
	background-color: #333333;
}
#discription-2 {
	float: left;
	margin-right: 55px;
	width: 150px;
	height: 20px;
	background-color: #333333;
}
#discription-3 {
	float: left;
	margin-right: 55px;
	width: 150px;
	height: 20px;
	background-color: #333333;
}
#discription-4 {
	float: left;
	margin-right: 55px;
	width: 150px;
	height: 20px;
	background-color: #333333;
}
#discription-5 {
	float: left;
	width: 150px;
	height: 20px;
	background-color: #333333;
}
#footer {
	width: 100%;
	height: 24px;
	color: #111111;
	text-align: center;
	font-size: 10pt;
	line-height: 24px;
	background-image: url('images/sidebar/wit.png');
	margin-top: 470px;
	margin-bottom: 40px;
}
.colorimg {
	width: 150px;
	height: 100px;
}
        .img {
            float: left;
            z-index: 0;
        }
        .clear {
            clear: both;
        }
        .img a img {
            position: relative;
            border: 0px solid #333333;
		}
		.end {
            margin-right: 0;
        }
