/* Gallery Styles */

#wrapp {
	height: 520px;
	width: 1120px;
	margin: 0 auto;
	background-color: #E8E8E8;
	background-image: url(../images/aboutbg.gif);
	background-repeat: repeat;
}

#motioncontainer {
margin:0 auto;  /* Uncomment this line if you wish to center the gallery on page */
width: 1000px; /* Set to gallery width, in px or percentage */
height: 506px; /* Set to gallery height */
float: left;
margin-top: 5px;

}

#motioncontainer img {
border: 3px solid #FFF; /* Set image border color */
height: 500px;

}

#motioncontainer a:hover img {
border: 3px solid #84e0d8; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 5px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

#about {
	width: 650px;
	margin: 0 auto;
	height: 500px;
	clear: both;
	background-image: url(../images/aboutbg.gif);
	background-repeat: no-repeat;
}
#content {
	float: left;
	height: 500px;
	width: 600px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	margin-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	margin-left: 50px;
}
#content li {
	list-style-image: none;
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
}
#content h4 {
	font-family: "Courier New", Courier, monospace;
	color: #66FFFF;
	font-size: 1em;
}
#content h2 {
	font-family: "Courier New", Courier, monospace;
	color: #AA5E37;
}

#about p {
	width: 380px;
	padding: 30px;
	float: right;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 1.8 em;
	letter-spacing: .1em;
}
#about img {
	width: 160px;
	padding: 20px;
	float: left;
	}
