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

html, body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #1a1a1a;
}
#headerwrapper {
	margin: 0px auto;
	margin-bottom: 80px;
	width: 960px;
	border-bottom: 2px #1a1a1a solid;
}
#menu {
	margin: 0px auto;
	width: 960px;
	position: relative;
	left: 0px;
	top: 60px;
	font-size: 12px;
}
#menu img {
	border: 1px #1a1a1a solid;
}
#menu a {
	color: #1a1a1a;
	text-decoration:  none;
}
#drewstoneIndex {
	margin: 0px auto;
	padding-bottom: 50px;
	width: 960px;
	height: 273px;
	background-image: url(../images/drewstone_logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#contentwrapper {
	margin: 0px auto;
	width: 960px;
	font-size: 12px;
	background-image: url(../images/drewstone_logo_fadebg.png);
	background-position: center;
	background-repeat: no-repeat;
}
#contentwrapper a {
	color: #06C;
	text-decoration: none;
}
#footerwrapper {
	margin: 0px auto;
	padding-top: 40px;
	width: 960px;
	border-bottom: 2px #1a1a1a solid;
}
#clientsdirectors {
	margin: 0px auto;
	width: 960px;
}
.borderleftrightbottom {
	padding: 5px;
	border-left: 2px #1a1a1a solid;
	border-right: 2px #1a1a1a solid;
	border-bottom: 2px #1a1a1a solid;
	font-weight: bold;
	font-size: 14px;
}
#clientsdirectors a {
	text-decoration: none;
	color: #1a1a1a;
}
#clientsdirectors a:hover {
	color: #900000;
}
#copyright {
	margin: 0px auto;
	width: 960px;
	text-align: right;
	font-size: 11px;
}
.title1 {
	font-size: 18px;
	font-weight: bold;
	color: #900000;
}
