@charset "utf-8";
/* CSS Document */
* {
	border: none;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


#banner {
	overflow: hidden;
	height: 150px;
	width: 100%;
	background-color: #FFFFFF;
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#maincontent {
	height: auto;
	width: 100%;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	float: left;
	clear: both;
	min-height: 375px;
}
#navigation {
	height: 30px;
	width: 100%;
	background-color: #CCCCCC;
	margin: 10px 0px 0px 0px;
	float: left;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
#footer {
	overflow: hidden;
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	border: none;
	clear: both;
}
#banner p {
	font-family: "Monotype Corsiva";
	text-align: justify;
	color: #333333;
	font-size: 2.5em;
	text-align: center;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#banner img {
	position: absolute;
	margin-left: -400px;
	left: 50%;
}
#navigation ul {	
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	width: 80px;
	height: 30px;
	display: inline;
	float: left;
}
#navigation ul li a {
	text-decoration: none;
	color: #333333;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	text-align: center;
}
#navigation ul li a:hover {
	background-color: #333333;
	color: #FFFFFF;
}
#footer #columnLeft, #footer #columnRight  {
	width: 375px;
	height: auto;
	font-size: 1.0em;
	margin-left: 100px;
	line-height: 20px;
}
#footer #columnLeft {
	float: left;
}
#footer #columnRight {
	float: right;

}
#copyright {
	width: 1000px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-style: italic;
	color: #333333;
	text-align: center;
	display: block;
	margin: 3px 0px 10px 0px;
}
#MainColumnLeft {
	float: left;
	width: 300px;
}
#MainContainer {
	float: left;
	width: 400px;
	padding: 20px 0px 0px 0px;
}
#maincontent h3 {
	margin: 10px 0px 0px 20px;
	color: #000000;
	text-decoration: underline;
}
#MainColumnRight {
	float: right;
	width: 300px;
}
#ColumnOneofTwo {
	float: left;
	width: 400px;
}
#ColumnTwoofTwo {
	float: left;
	width: 400px;
}
#ColumnOneofTwo h3 {
	width: 400px;
}
#ColumnOneofTwo li {
	line-height: 20px;
}
.bottomLayer{
	clear: both;
	width: 100%;
}

#maincontent ul {
	padding: 20px 0px 0px 20px;
	list-style-type: none;
}
#maincontent p {
	padding: 20px 0px 0px 20px;
}
.picture {
	margin: 10px;
	float: left;
}
.intro {
	line-height: 2em;
	margin: 0px 20px 0px 10px;
}
.centralised {
	width: 100%;
	text-align: center;
	color: #000000;
	margin-top: 10px;
}
.bottomLayer p {
	text-align: center;
	margin-bottom: 10px;
}
#banner img {
	border: none;
}
#gallery img {
	border:none;
	height: 125px;
}
#gallery ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#gallery ul li {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;

}

#gallery ul li a {
	display: block;
	float: left;
	margin: 1px 1px 0px 0px;
	height: 125px;
	/*width: 200px;*/
}
#newshop {
	color: #FF0000;
	font-weight: bold;
}
