html {
	background: #fff url("../images/html-bg.png") repeat-x left top;
}

#page {
	background: #fff url("../images/page-bg.png") no-repeat left top;
	margin: 0 auto 0 auto;
	*margin: 0 auto 30px auto;
	padding:0;
	position: relative;
	width:980px;
}

a {
	color: #0055a4;
}

a:hover {
	text-decoration: none;
}

#header{
	padding-top:20px;
	position:relative;
}

h4 {
	font-weight:normal;
	color: #0055a4;
	font-size:1em;
	text-align: center;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.75em;
	text-align: center;
	margin-bottom:0px;
	color:#0055a4;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	text-align: center;
	margin-bottom:0px;
}

h3 {
	text-align:center;
	font-weight:normal;
	font-size: 1.1em;
	margin-bottom:0px;
}

#leftBar ul li {
	list-style: none;
}

#leftBar img {
	margin-bottom:5px;
}

#content {
	border-top:1px #000 solid;
	margin-top:5px;
	padding-top:15px;
}

#footer h4 {
	margin-top:10px;
	padding-top:10px;
	border-top: #000 1px solid;
	font-size:.9em;
}

#content {
	padding-top:10px;
}

#content h1.leadin {
	font-size: 1em;
	font-weight:bold;
	display:inline;
	color:#0055a4;
}

#content .first {
	display:inline;
}

#content .second {
	margin-top:1.5em;
}

strong {
	font-weight:bold;
	color:#0055a4;
}

#content ul#work li {
	display:inline;
	color: #0055a4;
	font-size:1.25em;
	margin:0;
	padding-left:.5em;
	padding-right:.5em;
	list-style: circle;
}

#content h2 {
text-align: left;
font-size:1.25em;
color:#0055a4;
}

#imageBar img {
	border-bottom:10px #fff solid;
}