/* Gallery Styles */

#motioncontainer {
	width: 780px;
	left: 36px;
	z-index: 7;
}

#motioncontainer a img {
	border: 1px solid;
	border-color: white;
}

#motioncontainer a:hover img {
	border: 1px solid white;
	text-align: center;
}

#statusdiv {
	background-color: #000000;
	padding: 2px;
	position: absolute;
	left: -300px;
	visibility: hidden;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
}

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

* { margin-top: 0px; padding-top: 0px; }

body {
	height:100%;
	margin:0px;
	padding:0px;
}
html,body{
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body{
	text-align:center;
	min-width:626px;
	min-height:560px;
}

/* prepares the background image to full capacity of the viewing area */
#bg {
position:fixed; 
top:0%; 
left:0px; 
width:100%; 
height:100%;
}

#vertical{
	float:auto;
	height:50%;
	margin-top:-280px;
	width:100%;
}

#Main {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: 560px;
	background-color: #FFFFFF;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	color: #333333;
	vertical-align: middle;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #CC0066;
	text-decoration: none;
}
a:link {
	color: #CC0066;
}
a:visited {
	color: #CC0066;
}
a:hover {
	color: #FF6699;
}
a:active {
	color: #CC0066;
}
.center {
	background-position: center;
	text-align: center;
}
.handsoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: normal;
}
.justify {
	text-align: justify;
}
.fuscia {
	font-weight: bold;
	color: #990033;
}
img {
	border: 1px solid white;
}
.pink {
	color: #CC0066;
}
