@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	margin: 0;
}

#sitecontainer {
	width: 100%;
}
#hdContainer {
	width: 100%;
	height: 175px;
	background-color: #CC0000;
}
#ctContainer {
	width: 100%;
	background-image: url(../images/layout/shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#ctTop {
	width: 100%;
	background-image: url(../images/layout/shadowTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#ctBottom {
	width: 100%;
	background-image: url(../images/layout/shadowBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
#siteContent {
	margin: 0 auto;
	width: 974px;
	height: 1000px;
	background-color: #FFFFFF;
}
#ftContainer {
	width: 100%;
	height: 225px;
	background-color: #CC0000;
}

.ViewPortMovie
{
	margin:0px;
	padding:4px;
	width:400px;
	margin-top:12px;
	border: 1px solid #CCCCCC;
}

.ViewPortRealImage
{
	margin-top:12px;
}

.SearchParent
{
	margin-bottom:10px;
}

.SearchParentHead
{
	margin-bottom:5px;
	border-bottom:1px solid #000000;
	padding:5px;
}
.SearchSubHeader
{
	margin-bottom:10px;
	margin-left:20px;
}