/* CSS Document */



/*
-----------------------
template: Broughton Castle Popups - KIDS EYE
designer: Candy Gourlay
url: mediagrafika.net
-----------------------*/

html, body {
  	margin:0 auto;
  	}
	
body {
	background:#fff;
	padding:10px;
	}

a {
	text-decoration:underline;
	color:#CC0033;
	}
	
	
a:hover {
	text-decoration:none;
	color:#CC0033;
	}
	
a:visited, a:active {
	text-decoration:underline;
	color:#CC3300;	
	}
	
p {
	font:Arial,sans-serif;
	font-size:medium;
	line-height:1.2em;
	text-align:left;
	width:500px;
	}

li {
list-style:none;
margin:0;
}

h1 {
	font-family:"Arial Narrow", Arial;
	font-size:large;
	color:#336699;
	font-weight:bold;
	letter-spacing:normal;
	line-height:1.1em;
}


.imageright {
	float:right;
	margin:10px 0px 10px 10px;
	}

.imageleft {
	float:left;
	margin:10px 10px 10px 0px;
	}
	


