body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
a {
	color:#588bc6;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
	color:#999;
}
p .intro {
	font-size:14px;
	line-height:18px;
}
h2 {
	font-size:24px;
	font-weight:normal;
	color:#fff;
	padding:10px 0 0 0;
	letter-spacing:-1px;
}
h2 > strong {
	font-weight:bold;
	font-size:34px;
}
h3 {
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	color:#fff
}
h3 a {
	color:#000
}
#main{
	width:918px;
	margin:0 auto;
	position:relative;
}
#header{
	width:840px;
	height:60px;
	padding:0 0 0 9px;
	margin-top:15px;
	margin-bottom: 15px;
	overflow:hidden;
	color:#000;
	background-image:url(images/simon-smith-title.gif);
	background-repeat:no-repeat
}
.main-shadow-top{
	width:918px;
	background:url(images/top-border.gif) no-repeat 0 0;
	padding:13px 0 0;
}
.main-shadow{
	width:918px;
	overflow:hidden;
	background:url(images/main-back-stripe.gif) repeat-y 0 0;
}
#content{
	width:876px;
	overflow:hidden;
	margin:20px 0 0 22px;
	padding:0 0 0 0;
}
.main-box {
	width:inherit;
	height:251px;
	background-color:#588bc6;
	margin-bottom:25px;
	overflow:hidden;
}
.main-box img{
	float:left;
	margin-right:25px;
}
.main-content{
	width:606px;
	overflow:hidden;
	float:right;
	margin-bottom:10px;
	padding-left:20px;
}
.main-content h1 {
	font-size:20px;
	line-height:22px;
	font-weight:normal;
}
.main-content p {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
.main-content p .intro {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.sidebar{
	width:249px;
	overflow:hidden;
	float:left;
}
.sidebar p {
	font-size:11px;
	line-height:14px;
	padding-right:10px;
}
.sidebar em {
	font-style:italic;
	color:#666666;
}
.panel {
	width:247px;
	height:144px;
	margin-bottom:15px;
	background-image:url(images/panel-background.gif);
	background-repeat:no-repeat;
}
.panel h1 {
	font-size:18px;
	line-height:20px;
	color:#fff;
	text-align:center;
	padding:20px 5px 0 5px;
}
.panel p {
	font-size:13px;
	line-height:16px;
	color:#fff;
	text-align:center;
	padding:0 5px 5px 5px;
}
.panel p > em {
	color:#fff;
}
.panel a {
	color:#588bc6;
}
#footer{
	width:918px;
	height:15px;
	overflow:hidden;
	background-image:url(images/bottom-border.gif);
	background-repeat:no-repeat;
	padding:0 0 10px;
}
