* {
  margin: 0;
  padding: 0;
}

body {
	background-color: #D3DFEB;
	background: #D3DFEB;
	color: #316594;
	text-align: center;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
}

p {
  margin-bottom: 10px;
}

a {
	color: #658fba;
	text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

img {
  border: none;
}
a:visited {
	text-decoration: none;
}


/***************************************************************/

div#layout {
  width: 702px;
  margin: 0 auto;
  text-align: left;
  background: #658fba url(http://www.gerardodonovan.com/images/layout.png) right top no-repeat;
  padding: 0 38px 38px 38px;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}

div#header {
  height: 104px;
  background: url(http://www.gerardodonovan.com/images/header.png) no-repeat;
  text-indent: -9999px;
}

div#container {
  background: #fff;
}

div#sidebar {
  float: left;
  width: 188px;
  padding-bottom: 20px;
}

div#content {
  float: right;
  width: 508px;
  padding-bottom: 20px;
}

div#banner {
  height: 238px;
  background: url(http://www.gerardodonovan.com/images/banner.png) no-repeat;
  text-indent: -9999px;
}

div#footer {
  clear: both;
  line-height: 70px;
  background: url(http://www.gerardodonovan.com/images/footer.png) no-repeat;
  color: #fff;
  padding: 0 20px;
}

/***************************************************************/

h1 {}

div#sidebar h2 {
  height: 18px;
  background: url(http://www.gerardodonovan.com/images/h2.png) repeat-x;
  font: bold 16px arial, tahoma, sans-serif;
  text-align: center;
  color: #fff;
  padding: 6px 0;
}

div#content h2 {
  font: bold 20px arial, tahoma, sans-serif;
  color: #6998ca;
  margin: 10px;
}

h3 {}

/***************************************************************/

ul {
  list-style-type: none;
  border-right: 1px solid #dedede;
}

/***************************************************************/

li {
  background: url(http://www.gerardodonovan.com/images/arrow.png) 5px 5px no-repeat;
  padding: 3px 5px 3px 20px;
  border-bottom: 1px solid #dedede;
}

/***************************************************************/

div#sidebar p {
  padding-left: 2px;
}

div#content p {
  padding: 0 10px 10px 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}