@charset "utf-8";
/* The Shampan Group */

/*IE Hacks*/
/*All IE Hacks Go Here*/
* html #container 
{
 height: 100%;
}

object 
{
 outline-style: none;
}

/*End*/
/*All IE Hacks Go Here*/
/*Default Styles */
* 
{
 margin: 0;
 padding: 0;
}

/* hide from ie on mac \*/
html 
{
 height: 100%;
}

/* end hide */
html, body 
{
 height: 100%;
 background: #000;
 color: #fff;
}

body {
	font-family: Tahoma, sans serif; 
}

img 
{
 border-style: none;
}
p, h1 {
	color: #fff;
}
h2 {
	margin: 0.5em 0em;
}
h3 {
	margin: 0.2em 0;
	font-size: 70%;
}
p {
	margin: 0.5em 0.5em;
	 font-size: 90%;
}

a:link, a:visited 
{
 text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
 float: left;
 width: 100%;
 height: 100%;
 text-align: left;
 background: transparent;
}
#header {
 float: left;
 width: 100%;
 height: 100px;
 text-align: left;
 background: #fff url(../aes/header.jpg) left center no-repeat;
}



#content {
 float: left;
 width: 100%;
 height: 85%;
 text-align: left;
 background: #000;
}
#content iframe {
	float: left;
	width: 100%;
	height: 100%;
}

#top {
	float: left;
	width: 100%;
	height: 52px;
	background: #666 url(../aes/strip.jpg) left top repeat-x;
}

#about_left {
	float: left;
	width: 60.5%;
	height: 400px;
	background: transparent;
}
#about_left h2, #contact_left h2 {
	margin: 0.3em 0.3em;
}
#about_left p, #contact_left p, #about_right p {
	font-size: 70%;
}
#about_left p {
	margin: 10px 5px;
}
#about_right {
	float: right;
	width: 39.5%;
	height: 400px;
}

#img_left, #contact_left, #imagecontact_right  {
	float: left;
	width: 40%;
	height: 100%;
}
#contact_left {
	width: 30%;
	height: 80%;
	position: relative;
	top: 8%;
	left: 5%;
}
#gallery_center {
		margin-top: 0.5em;
	float: left;
	position: relative;
	left: 5%;
	width: 90%;
	background: #999;

}

#gallery_center div {
	position: relative;
	left: 0%;
}
#gallery_center div a img {
	border: 0.3em solid #999;
	
}
#gallery_center div a:hover  img{
	border: 0.3em solid #009;
}
#imagecontact_right {
	width: 70%;
	height: 90%;
}

#imagecontact_right img {
	border: solid 1px #fff;
	padding: 0.1em;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -151px;
	margin-left: -250px;
}

#img_left a {
	float: left;
	width: 100%;
	height: 33.5%;
	padding-bottom: 0.8em;
	border-bottom: solid 2px #fff;
}

#img_left a img {
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -44px;
	margin-left: -50px;

}
#contact_right {
	float: left;
	width: 60%;
	height: 100%;
}

#contact_right div {
	float: left;
	width: 100%;
	height: 33.5%;
	padding-bottom: 0.8em;
	border-bottom: solid 2px #fff;
}
#img_left a.nonborder,#contact_right div.nonborder  {
	border: none;
}
#contact_right div p.addressone, #contact_left p.addressone {
	margin: 0.05em 0.5em;
}

#contact_right div p.addresstwo, contact_left p.addresstwo {
	margin: 0.6em 0em;
}
#contact_right div h2 {
	margin: 0.1em 0;
}
#contact_right div ul#left, #contact_right div ul#right  {
	float: left;
	width: 30%;
}

#contact_right div ul#left li, #contact_right div ul#right li {
	list-style: none;
	font-size: 80%;
}

#bookbutt {
	position: relative;
	left: 12%;
	top: 10%;
	margin-top: -52px;
	margin-left: -52px;
}

#footer {
 float: left;
 width: 100%;
 height: 2.7%;
 text-align: left;
 background: #003;
 border-top: 3px #003 solid;
}
img#coffeetime {
	margin-top: -110px;
}

