body
{
	margin: 0 0 15px;
	padding: 0;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #aeac5b;
	background-image: url(images/mainbg.jpg); background-repeat: repeat-x;
	line-height: 180%;
}

a
{
	color: #4B6400;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#headercontainer
{
	width: 100%;
	background: #006;
}

#header
{ background-color: #fff; background-image: url(images/gap_sign.gif); background-repeat: no-repeat; background-position: center 0; margin: 0 auto; width: 100%; height: 160px; }

#header h1
{
	margin: 0;
	color: #eeeeee;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 20px;
	padding-left: 10px;
	padding-top: 20px;
}

#menucontainer
{
	width: 100%;
	height: 28px;
	background: #717900;
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 780px;
	background: #A0C80E;
	border-right: 1px solid #95BC0E;
}

#content
{ background-color: #fff; background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; margin: 0 auto; width: 720px; padding: 20px 40px; text-align: justify; border-left: 2px solid #717900;  border-right: 2px solid #717900; 
-moz-box-shadow: 0 0 10px #888;
-webkit-box-shadow: 0 0 10px#888;
box-shadow: 0 0 20px #888;}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #A0C80E;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}
.social img{border:0;}

#footer
{ margin: 0 auto; width: 784px; text-align: right; color: #000; letter-spacing: 2px; background: #717900; font-family: helvetica, arial, verdana, tahoma, sans-serif; padding: 3px 10px;  }
#photostrip
{ background: url(images/photos.jpg); margin: 0 auto; width: 760px; height: 150px; border-color: #fc9; border-style: groove solid; border-width: 2px 2px 4px;}
img { text-align: right; float: right; margin-left: 40px; padding: 2px; border: ridge 1px #007; }
#design
{ margin: 0 auto; width: 740px; text-align: right; color: #007; font-size: 9px; font-family: helvetica, arial, verdana, tahoma, sans-serif; background-attachment: scroll; background-position: 0 0; padding: 3px 10px; border-color: #a0c80e #fc9; border-style: solid; border-width: 1px 2px; }
h3 { color: #fff; font-size: 19px; font-weight: bold; background-color: #ffac65; text-align: center; width: 320px; margin: 32px 0 7px; padding-left: 25px; border-bottom: 1px groove #041f4e; }
.royal { color: #fff; font-size: 19px; font-weight: bold; background-color: #020558; text-align: center; width: 320px; margin: 62px 0 7px; padding-left: 25px; border-bottom: 1px groove #ffac65; }
.superior { color: #fff; font-size: 19px; font-weight: bold; background-color: #83a981; text-align: center; width: 320px; margin: 62px 0 7px; padding-left: 25px; border-bottom: 1px groove #041f4e; }
#photostrip1
{ background: url(images/main_phtoto.jpg); margin: 0 auto; width: 760px; height: 288px; border-top: 2px groove #fc9; border-right: 2px solid #fc9; border-left: 2px solid #fc9; }
#flashcontent{margin-right: 0px; margin-left: -40px; width:800px; padding:0;}
.topphoto
{ border:none; margin-right:-42px; padding-bottom:10px; }
.specialimg{border:none;float:left; margin-left:-20px;}
.column {
  float: left;
  width: 33.33%;
	justify-content: center;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}