/*  
Author: Geof Banyard
Author URI: http://www.islandofdoctorgeof.co.uk/
Date: 19th oct 2008
Notes: adapted from the style sheet used for the illus-islandofdoctorgeof
General Refs:
http://www.csszengarden.com
http://www.ibdhost.com/contact/
http://www.w3schools.com
http://www.glish.com/css/home.asp

http://validator.w3.org/
http://en.www.mozilla.com/en/firefox/
Specific Refs:
*/

/* MAIN SECTIONS */

/* text and links */

	body {
		background: #8c8c8c;
		text-align:center;
		color: #222222;
		font: 12pt Georgia, Sans-serif;
		}

	a, a:visited {
		text-decoration: none;
		font-weight:bold
  		color: #99addd;
		}

	a:hover {
		text-decoration: underline;
  		color: #4570ff;
		}

	p, h1 {
		margin:10px 10px 10px 10px;
		text-align:left;
		}

	h2 {
		font-size:14pt;
		margin:20px 0px 20px 0px;
		text-align:center;
		}
		
	h3 {
		font-size:10pt;
		margin:20px 0px 20px 0px;
		text-align:center;
		}

	img {
		border:3px solid #ffffff;
		}
	.big {
		font-size:16pt;
		}
		

/* layout */
	#pageWrapper1 {
		background: #ffffff;
		width:898px;
		min-height:700px;
		height: auto !important;
		height: 800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:center;
		}
		
	#pageWrapper2 {
		background: url(media/uclcorner3.gif);
		background-repeat:no-repeat;
		background-position: bottom center; 
		width:898px;
		min-height:700px;
		height: auto !important;
		height: 800px;
		text-align:center;
		}
		
	#topContent {
		background: url(media/uclcorner2.gif);
		background-repeat:no-repeat;
		background-position: top center; 
		padding-top:10px;
		padding-bottom:10px;
		width:898px;
		min-height:200px;
		clear: both;
		}
		
	#topContainer {
		margin-right:auto;
		margin-left:auto;
		width:600px;
		}
		
	#container {
		width:800px;
		height:560px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
						
	.lrcontent {
		display:inline;
		background:none;
		height:460px;
		padding:0px 0px 0px 0px;
		}
		
	#leftcontent {
		float:left;
		}
		
	#rightcontent {
		float:right;
		}
/* END */


