/* 360north.co.uk - Design Copyright 2006*/

body {
	color:#514e71;
	background-color:#d8d3f9;
	margin:20px;
	padding:0px;
	font: bold normal 10px/15px Verdana, Arial, Helvetica, sans-serif;
}
#Logo1{
	font : bold italic 30px Georgia, "Times New Roman",Roman, serif;
}
#Logo2{
	font : bold italic 20px Georgia, "Times New Roman",Roman, serif;
}
#Logo3{
	font : bold italic 15px Georgia, "Times New Roman",Roman, serif;
}
#Logo4{
	font : bold italic 10px Georgia, "Times New Roman",Roman, serif;
}
h1 {
	font: bold italic 20px Georgia, "Times New Roman", Roman, serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}
h2 {
	font: normal normal 16px/24px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 5px 5px 5px;
	padding:0px;
}
p {
	font: normal normal 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color : #514E71;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color: 514E71;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Roman, serif;
	font-weight:600;
	text-decoration:none;
}
a:link {
	color: #514E71;
}
a:visited {
	color: #514E71;
}
a:hover {
	background-color: #514E71;
	color : #D8D3F9;
}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative;
	/* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin: 0px 250px 20px 180px;
	border: 0px solid black;
	background-color:white;
	padding:10px;
	z-index:3;
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#indexl {
	position:absolute;
	width:150px;
	top:20px;
	left:20px;
	border: 0px none black;
	background-color:#eee;
	padding:10px;
	z-index:2;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"
}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#indexl {width:200px;}
		
#indexr {
	position:absolute;
	width: 210px;
	top:20px;
	right:20px;
	border: 1px dashed #8B4513;
	background-color:#eee;
	padding: 10px 5px 20px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"
}\"";
	voice-family:inherit;
	width:200px;
	}
/* Again, "be nice to Opera 5". */
body>#indexr {width:200px;}
