@charset "utf-8";
/* CSS Document */

body {
	background-color: #2f2f2f;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 44px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	margin:0 auto;
	width:1002px;
}
a img {
	border:none;
}

/* ---HEADER--- */

#header {
	height:123px;
	background:url(images/top.jpg) top left no-repeat;
}
#header-container {
	float:right;
	height:123px;
	width:780px;
}
#header-logo {
	float:left;
	width:204px;
	padding-left:17px;
}
#header-nav {
	float:left;
}

#header-contact {
	float:right;
	margin:33px 45px 0 0;
}
#header-bottom {
	width:1002px;
}
/* ---CONTENT--- */
#content-container {
	background:url(images/content-bg.jpg) top left no-repeat;
	height:500px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#content {
	background:url(images/content-windows2.jpg) top left no-repeat;
	overflow:hidden;
	height:207px;
	margin:32px 0 0 0;
	padding:150px 0 0 0;
}
#content-bottom {
	margin:0 0 0 8px;
	padding:0;
}
#content-l {
	float:left;
	width:477px;
	margin-left:15px;
}
#content-r {
	float:right;
	width:477px;
	margin-right:17px;
}
#content-left {
	float:left;
	width:230px;
}
#content-leftmid {
	float:right;
	width:230px;
}
#content-rightmid {
	float:left;
	width:230px;

}
#content-right {
	float:right;
	width:230px;
}
.content-text {
	padding:10px 10px 0 10px;
	height:140px;
}
.read-more {
	margin-left:65px;
}
