/* Gallery Styles */
#tutti { width: 98%; height: 95%; }
#headcontainer { width: 1000px; height: 150px; }
.headlogo { text-align: right; width: 230px; height: 100px; float: left; padding-top: 30px; }
.headcontent1 { color: silver; font-size: 13px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; font-weight: 100; text-align: right; letter-spacing: 1px; width: 650px; height: 80px; float: left; padding-top: 50px; }
.headcontent2 { color: silver; font-size: 13px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; font-weight: 100; text-align: right; letter-spacing: 1px; width: 120px; height: 80px; float: left; padding-top: 50px; }
#navicontainer { color: #afbcc7; font-size: 12px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; background-image: url(images/stripes.gif); text-align: left; letter-spacing: 1px; width: 1000px; height: auto; padding-top: 15px; }
#contactcontainer { color: silver; font-size: 12px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; line-height: 16px; background-image: url(images/stripes.gif); text-align: left; letter-spacing: 1px; width: 1000px; height: auto; margin-top: 50px; padding-top: 10px; padding-bottom: 10px; }
#aboutcontainer { color: silver; font-size: 12px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; font-weight: 100; line-height: 20px; background-image: url(images/stripes.gif); text-align: left; letter-spacing: 1px; margin-top: 50px; width: 1000px; height: auto; padding-top: 10px; padding-bottom: 10px; }
#newscontainer { color: #808080; font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; width: 1000px; height: 20px; margin-top: 40px; }
#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
background-color: #000; width: 1000px; /* Set to gallery width, in px or percentage */
height: 240px; margin-top: 30px; /* Set to gallery height */
}

#motioncontainer a img { margin-top: 25px; border: solid 1px black; /* Set image border color */
}

#motioncontainer a:hover img {
border: solid 1px gray; /* Set image border hover color */
}
#motioncontainer a:hover {
 /* Dummy definition to overcome IE bug */
}
#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}
/* End Gallery Styles */
body { background-color: #333; }
#textdisplaycontainer { font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; text-align: left; width: 1000px; height: 70px; margin-top: 10px; }
A { color: #09c; text-decoration: none; }
a:visited { color: #09c; text-decoration: none; }
#footcontainer { color: #808080; font-size: 10px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; text-align: justify; word-spacing: 1px; letter-spacing: 1px; width: 1000px; height: auto; margin-top: 60px; }
a.footerlink {
	text-decoration:none;
	color:#afafaf;
	}
	
a.footerlink:hover {
	text-decoration:none;
	color:#afafaf;
	}
