@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #555555;
	margin-top: 15px;
}
a:link {
	color: #000066;
	text-decoration: none;	
}
a:active {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
}

.oneColElsCtr #container {
	width: 810px;
	background: #555555;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 5px;
}
.header {
	font-size: 24px;
	font-weight: bold;
}
.content {
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
}

.black_smfont {
	color: #000000;
	font-size: 12px;
}
.white_bg {
	background-color: #555555;
	background-image: url(../../motiongallery/white_band_bg.gif);
	background-repeat: repeat-x;
}
.white_bg1 {
	background-color: #555555;
	background-image: url(../../motiongallery/white_band_bg1.gif);
	background-repeat: repeat-x;
}
.text_body1 {
	font-family: Hypatia Sans Pro Semibold;
}.about_sub_header {
	font-size: 20px;
}

