/*  		
	***************************
	CSS for Caroline Kirton
	Developed by Orionesque Ltd
	www.orionesque.com 
	***************************
*/


*{
	padding:0px; 
	margin:0px;
}
html{
	text-align: center;
}
body{
	background-color:  white;
	font-family: Arial; 
}
h1 {
	font-family: courier;
	font-size: 20pt;
	font-weight: normal;
	margin-top: 18px;
	margin-left:  5px;
}
h3 {
	clear:  both;
	text-align: right;
	font-weight:  bold;
	font-size: 8pt;
	padding-top: 6px;
	font-family: courier;
}
p {
	margin: 16px 5px;
	line-height: 1.2;
	font-size:  10pt;
	color: #8e8e8e;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-color:  white;
	width:940px;
}

#nav {
	text-align: right;

	float: right;
	font-family:  courier;
}
ul {
	float:right;
	list-style:  none;		
}
ul li {
	float:  left;;
	margin:10px 0 2px 18px;
	padding:0;
	font-size: 12pt;
	list-style-type: none;
	white-space: nowrap;
}
ul li a {
	color:  black;
	text-decoration:  none;
}
.current {
	font-weight: bold;
}

#maincontentsgallery {
	clear:  both;
	padding-top: 10px;
	background-image:  url(images/top_brd.gif);
	background-repeat: repeat-x;
	background-color:  #edfbfb;
}
#maincontents {
	clear:  both;
	position:  relative;
	padding-top: 10px;
	background-image:  url(images/top_brd.gif);
	background-repeat: repeat-x;
	background-color:  #edfbfb;

}