@import url('reset.css');

@import url('typography.css');



body{

	background-color: #dddddd;

	margin: auto;

	width: 100%;

}



div#wrapper {

	width: 1000px;

	margin-left: auto;

	margin-right: auto;

}



div#header {

	background: url(../img/header.png) no-repeat;

	height: 100px;

	width: 100%;

	margin-bottom: 20px;

}



div#block {

	background: url(../img/block.png) no-repeat;

	height: 180px;

	width: 100%;

	margin-bottom: 20px;

	text-align: center;

}



div#main-top {

	width: 100%;

	background: url(../img/main-top.png) no-repeat;

	height: 95px;

}



div#main {

	width: 100%;

	background-color: #ffffff;

}



div#main-bottom {

	width: 100%;

	background: url(../img/main-bottom.png) no-repeat;

	height: 70px;

}



div#main-top2 {

	width: 100%;

	background: url(../img/main-top2.png) no-repeat;

	height: 95px;

}



div#main2 {

	background: url(../img/main2.png) repeat-y;

	width: 100%;

	background-color: #ffffff;

}



div#main-bottom2 {

	width: 100%;

	background: url(../img/main-bottom2.png) no-repeat;

	height: 70px;

}



div#services {

	padding-left: 35px;

	padding-right: 25px;

}



div#careers {

	padding-left: 25px;

	padding-right: 30px;

}



div#footer {

	background: url(../img/footer.png) no-repeat;

	height: 135px;

	width: 100%;

	margin-top: 20px;

	text-align: right;

}



ul {

   list-style-type: circle;

}

