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

body  {
	background-color: #EAF6F8;
}
#wrapper {
	width: 1040px;
	margin-top: 50px;
}
#menu {
	width: 1040px;
	height: 175px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
}
#menuleft {
	width: 345px;
	height: 140px;
	padding-left: 35px;
	float: left;
	padding-top: 35px;
}
#menuright {
	width: 605px;
	height: 175px;
	padding-right: 55px;
	float: right;
	background-image: url(../images/menuright_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content {
	width: 970px;
	height: 467px;
	padding-top: 58px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #FFFFFF;
}
#contentlefttop { position: absolute; width: 305px; float: left; z-index: 1000; }
#contentright {
	width: 665px;
	height: 467px;
	float: right;
}
#contentleftbottom {
	width: 280px;
	float: left;
	margin-top: 130px;
	padding-right: 25px;
}
#contactcontent {
	width: 970px;
	height: 252px;
	padding-top: 215px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #FFFFFF;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
}
#indexcontent {
	width: 970px;
	height: 435px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #FFFFFF;
}
#servicescontent {
	width: 970px;
	height: 322px;
	padding-top: 145px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #FFFFFF;
	background-image: url(../images/services_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#aboutcontent {
	width: 970px;
	height: 384px;
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #FFFFFF;
}
#footer {
	width: 1040px;
	height: 90px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}






/*
blog stuff
*/
#c1blog {
	width: 605px;
	float: left;
	background-color: #1c8329;
	height: 100%;
}
#c2blog {
	width: 210px;
	float: right;
	padding-left: 47px;
	padding-right: 48px;
	background-color: #000000;
}
#titletop {
	width: 605px;
	background-image: url(../images/blog/title_top.jpg);
	background-repeat: no-repeat;
	background-color: #b06f0d;
	background-position: top;
}
#titlebottom {
	width: 605px;
	background-image: url(../images/blog/title_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #b06f0d;
	background-position: bottom;
	height: 7px;
}

