/* CSS Document */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #6fbc20;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 1.3em;
	color: #118fc9;
}
h2 {
	font-size: 1.1em;
	color: #118fc9;
}
h3 {
	font-size: 1em;
	color: #118fc9;
}

#container {
	width:1172px;
	height:auto;
	min-height:400px;
	position:relative;
	margin-bottom:20px;
}
.header {
	height:311px;
}
.content {
	width:739px;
	height:auto;
	min-height:259px;
	padding: 20px 35px 0 401px;
	background-image:url(../images/MainBG.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.Andrea {
	height:490px;
	width:367px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:1000;
	background-image:url(../images/AndreaPhoto.png);
	background-repeat:no-repeat;
}

/*.Andrea {
	height:490px;
	width:367px;
	background-image:url(../images/AndreaPhoto.png);
	background-repeat:no-repeat;
}*/

fixme {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
.footer {
	height:20px;
	padding: 10px 35px 0 401px;
	font-size:10px;
	color:#CCCCCC;
	text-align:right;
}
.clearb {
	clear:both;
}
		
		ul#gallery img {
	border:none;}
 // here comes the goodnes */  ul#gallery, ul#gallery li {
 margin:0;
 padding:0;
 list-style:none;
}
ul#gallery {
	width:500px;
	height:330px;
	position:relative;
	background:url(../images/David-Cameron.jpg) no-repeat;
}
ul#gallery li {
	float:left;
	display:inline;
	margin-top:280px;
}
ul#gallery a span {
	display:none;
}
ul#gallery a:hover {
	background:none;
	z-index:100;
}
ul#gallery a:hover span {
	position:absolute;
	width:500px;
	height:280px;
	float:left;
	top:0;
	left:0;
	display:block;
	cursor:default;
}


