/* CSS Document */

/* site wide style declarations */

/* default margin, border and padding around main tags of 0 */

body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	font-size:0.8em;
	background: #FFF url(../images/paul-rouke-pic.jpg) top right no-repeat;
	color: #444;
	}
	
a, a:link {	color: #666}
a:hover {	color: #0098BB;	text-decoration: none}
a:visited {	color: #0098BB}

img {	border: 0}

h1,h3,h4 {	color:#0098BB;	font-weight:normal}
h1 {	font-size:2.4em;	padding:0.5em 0}
h2 {	font-size:1.7em;	font-weight:normal}
h3 {	font-size:1.4em}
div.detail h1 {	margin-bottom: 1em}
div.detail h2 {margin:1em 0}
h4 {	font-size:1.3em;	float:left;	width:10em;	clear:left;	padding-bottom:0.2em}
span {float:left;	width:80%;	display:inline;	clear:none;	padding-bottom:0.2em}

div.detail {background: #FFF url(../images/bg-circle.gif) top left no-repeat;	clear:left}

div#intro, div.detail {padding:10px 40px 10px 30px}
div#intro	{margin-bottom:30px}
div#intro h2	{margin-bottom:1em}
strong {clear:left;	margin:25px 0}

ul {	list-style: none;	margin:2em}
ul li {	background:url(../images/bg-bullet.gif) no-repeat 0.1em 0.4em;	padding-left:1.5em;	margin-bottom:5px}

li a, a.external {padding-right:15px;	background:url(../images/external-link.gif) no-repeat center right}
