/* CSS for robinpage.co.uk */



* {
   padding:0;
   margin:0;
   position: static;
   float: none !important;
}

body {
	margin: 0;
	color: #000;
	background: #fff;
	font: 10pt Georgia, serif;
}

h1 {
	position: static;
	margin: 0 0 20pt 0;
	color: #942923;
	font: 20pt/1.5em Georgia, serif;
	font-weight: bold;
	}	

h2 {
	display: inline;
	margin: 0;
	font: 16pt/1.5em Georgia, serif;
	text-indent: 0;
	font-weight: bold;
}
	
h3 {
	margin: 0 0 12pt 0;
	color: #942923;
	font: 12pt/1.5em Georgia, serif;
	font-weight: bold;
}

h4 {
	margin: 3em 0 1em 0;
	color: #942923;
	font-size: 12pt;
	line-height: 1.5em;
	font-weight: bold;
}

a:link {
	color: #942923;
	text-decoration: none;
	font-weight: bold;
	}

#container, #shadow, #content {
	width: 95%;
	text-align: left;
	margin: 0;
}

#shadow {
	top: 0;
}

#header {
	width: 100%;			
	padding: 0;
	margin-bottom: 16pt;
}

#home #content, #home #sidecol {
	margin: 0;
	padding: 0;
	float: left !important;
}

#content p {
	font-size: 11pt;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

#bio #content p:first-letter {
	font-size: 14pt;
	color: #942923;
	font-weight: bold;
}


#header ul, #sidecol, #contact #sidecol, #footer, ul#rep_menu, a#top, p.download {
	display: none;
}

#home #sidecol {
	display: block;
}