body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

#nav {
height: 110px;
display:inline;
}

#nav a {
	text-decoration:none;
	color:#999999;
	padding-left:30px;
	padding-bottom: 5px;
}

#nav a:hover, a:focus {
text-decoration:none;
color:#666666;
padding-left:30px;
}

.current {
color:#000000;
padding-left:30px;
display:inline;
}

.small {
color:#000000;
padding-left:30px;
display:inline;
font-size: 13px;
}

#gallerytitle {
	float: right;
	color: #999999;
	display:inline;
	margin-bottom: 5px;
}

#gallerytitle .hand {
	cursor: pointer; cursor: hand;
	display:inline;
	}

.float {
float:left;
display:inline;
}

#footer {
	font-size:10px;
	color:#666666;
	float: left;
}

#tag {
	font-size:10px;
	color:#999999;
	text-align:right;
}

#tag a {
	text-decoration:none;
	color:#999999;
	}

#tag a:hover, a:focus {
text-decoration:none;
color:#666666;
}

#content {
	height: 450px;
	width: 100%;
}

#content p{
font-size:11px;
margin-left:50px;
}

#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin-left:15px;
	color:#999999;
}

#content a {
	text-decoration:none;
	color:#999999;
}

#content a:hover, a:focus {
text-decoration:none;
color:#666666;
}

#content table{
	font-size:11px;
	margin-left: 30px;
}

.rightimage{
	float: right;
	border: 1px solid #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}

/* Intro Styles*/

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 700px; 
}

#wrapper {
	width:749px;
	height:431px;
	margin-bottom:auto;
	margin-top:auto;
	margin-left: auto;
	margin-right: auto;
}

/* end Intro Styles */

/* Gallery Styles */

#motioncontainer {
margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 452px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px 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 */
