@charset "utf-8";
/* CSS Document */
body{
	/*background-color:#DDF0B7;*/
	background-color:#999;
	font:12px Arial, Helvetica, sans-serif;
}

body a{
	text-decoration:none;
	border:none;
}

body a img{
	border:none;
}

#pagewrapper{
	position:relative;
	width:900px;
	border:0px;
	margin:0px auto;
	padding-left:15px;
	padding-right:15px;
	background-color:#FFF;
	overflow:hidden;
}

#header{
	margin-top:15px;
	background-image:url(images/banner.jpg);
	height:169px;
	
}

#flags{
	width:150px;
	float:right;
	margin-top:110px;
	margin-right:30px;
	position:relative;
	text-align: right;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
}

#column{
	margin-top:20px;
	width:840;
	overflow:auto;
}

#colleft{
	float:left;
	width:200px;
}

#colright{
	float:right;
	width:640px;
	padding:0px 30px;
	font-weight: bold;
}

												/* navigation */

#navigation{
	
	/*background-color:#996;*/
	/*background-color:#C4DD93;*/
	color:#FFF;
	/*8border-left:15px solid #990;*/
}

.navlinks{
	height:25px;
	background-color:#C4DD93;
	color:#333;
	padding-top:10px;
	font:12px Arial, Helvetica, sans-serif;
	padding-left:20px;
}


#navigation a:hover div{
	background-color:#EBFFC3;
}



												/* end navigation */

#contactdetails{
	padding:0px 20px;
	background-color:#DDF0B6;
	color:#030;
}

#contactdetails p:first-child{
	/* rules for the shade for the first line in contacts box */
	margin:20px -20px;
	padding:10px 20px;
	background-color:#9C6;
	color:#006;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content{
	width:100%;
	font-weight: normal;
}

#footer{
	margin:40px auto 10px auto;
	text-align:center;
	border:none;
	overflow:hidden;
	width:600px;
}

#footer img a{
	border:none;
}

.blankdiv{
	float:none;
	height:100px;
	background-color:#000;
}

.picsbox{
	width:100%;
	padding:10px;
	
}
												/* corners */

.corner {
	position:absolute;
	width:10px;
	height:10px;
	background-image:url(images/corners_white.png);
	background-repeat:no-repeat;
	font-size: 0%;
}

.corner20 {
	position:absolute;
	width:20px;
	height:20px;
	background-image:url(images/corners20.png);
	background-repeat:no-repeat;
	font-size: 0%;
}

.box {
	position:relative;
}

.TL {top:0; left:0; background-position:0 0;}
.TR {top:0; right:0; background-position:-10px 0;}
.BL {bottom:0; left:0; background-position:0 -10px;}
.BR {bottom:0; right:0; background-position:-10px -10px;}

.TL20 {top:0; left:0; background-position:0 0;}
.TR20 {top:0; right:0; background-position:-20px 0;}
.BL20 {bottom:0; left:0; background-position:0 -20px;}
.BR20 {bottom:0; right:0; background-position:-20px -20px;}

#pageend{
	width:600px;
	margin:0px auto;
	text-align:center;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#333;
}

												/* fonts */


.heading{
	font:bold 22px Arial, Helvetica, sans-serif;
	color:#030;
	line-height:-0%;
}

.subheading{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
}

.subscript{
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#000;
	letter-spacing:-0.0em;
}

												/* gallery */
.gallerytable {
	overflow:auto;
	width:100%;
}
												
.gallerytable img{
	border:3px solid #818181;
	border-bottom:10px solid #818181;
}

#gallerymenu{
	margin-left:55px;
	height:30px;

}

#gallerymenu ul{
	list-style:none;
}

#gallerymenu ul li a{
	display:block;
	padding:5px 15px;
	float:left;
	list-style-type:none;
	font:bold 12px Arial, Helvetica, sans-serif;
	background-color:#D5DBD2;
	color:#030;
}
