* {margin: 0; padding: 0;}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.5em;
}
p {
	margin: 15px 0px;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
#wrapper {
	width: 900px;
	margin: 15px auto;
}
#header {
	height: 25px;
	background: url(Images/body-bg.jpg) no-repeat;
}
#contact {
	float: right;
}
#main {
	padding: 5px 25px;
	border-left: 3px solid #003a6a;
	border-right: 3px solid #003a6a;
	clear: both;
	background: url(Images/logo-bg.jpg) no-repeat;
}
#siteLinksContainer {
	clear: both;
	padding: 10px 0px 10px 20px;
	height: 200px;
}
#cqi, #embrass, #nippon {
	float: left;
	width: 230px;
	height: 110px;
	padding: 90px 20px 0px 20px;
	background: url(Images/cqi-bg.jpg) no-repeat center center;
	text-align: center;
}
#embrass {
	background: url(Images/embrass-bg.jpg) no-repeat center center;
}
#nippon {
	background: url(Images/nippon-bg.jpg) no-repeat center center;
}
#footer {
	height: 35px;
	background: url(Images/footer-bg.jpg) center bottom;
	clear: both;
}
.clear {
	clear: both;
}
