body {
	background-color : #851E19;
	background-image: url(../_images/maincontainerbkg.gif);
	background-repeat : repeat-x;
	
} 
#MainContainer { 
width : 100%;
height : 100%;
position : relative;
} 
#ContainerHeader { 
width : 792px;
border : 0 solid white;
position : relative;
top : 0px;
} 

#ContainerContent {
	width: 792px;
	background-image : url(../_images/containercontentbkground.gif);
	height : 843px;
	background-repeat : no-repeat;
} 
/* ------------------------------------- Left : begin ----------------------------------------- */
#ContainerContentLeft { 
position : relative;
top : 0;
float : left;
left: 7px;
width : 217px;
border :0 solid white;
}
#ContainerLogo{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	height: 135px;
}
#borderNavLeft{
	border : 0 solid white;
	float: left;
	width: 33px;
}
#NavLeft{
	border : 0 solid white;
	float: right;
	width: 184px;
	height: 261px;
}

#NavLeft a:hover{
	
	background : url(../_images/navleftbkgon.gif);
	background-repeat: repeat-y;
	color : White;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	text-decoration: none;
	padding-left : 15px;
	border : 0 solid white;
}
#NavLeft a{
	
	background : url(../_images/navleftbkgoff.gif);
	background-repeat: repeat-y;
	color : #fe860c;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	text-decoration: none;
	padding-left : 15px;
	border : 0 solid white;
}
#ImageWaterMark{

	background-color: #7c140e;
	width: 217px;
	border : 0 solid white;
}
.seperatorHorizontal135{
	background-image : url(../_images/separatornavleft.gif);
	background-repeat : repeat-x;
}
/* ------------------------------------- Left : end ----------------------------------------- */

/* ------------------------------------- Right : begin ----------------------------------------- */
#ContainerContentRight { 
position : relative;
width : 561px;
float : right;
border : 0 solid white;
top:0px;
right : 7px;
} 
#ContainerSWF{
	position: relative;
	/*float: right;*/
	top: 0px;
}
#seperatorHorizontal561{
	position : relative;
	background-image : url(../_images/seperatorHorizontal.gif);
	width : 561px;
	height : 2px;
	border : 0 solid white;
	background-repeat : repeat-x;
}
#separatortopHorizontal561{
	position : relative;
	background-image : url(../_images/separatortopverical.gif);
	width : 561px;
	height : 25px;
	border : 0 solid white;
	background-repeat : repeat-x;
}
#separatorbotHorizontal561{
	position : relative;
	background-image : url(../_images/separatorbotvertical.gif);
	width : 561px;
	height : 13px;
	border : 0 solid white;
	background-repeat : repeat-x;
}
#ContainerIframe{
	position : relative;
	width : 561px;
	height : 516px;
	border : 0 solid white;
	background-color : #691410;
}
/* ------------------------------------- Right : end ----------------------------------------- */

/* ------------------------------------- Footer : Begin ----------------------------------------- */
ContainerMainFooter{
	float:left;
	width : 100%;
	border : 0 solid white;
}
#ContainerFooter {
	position : relative;
	width : 792px;
	top : 0px;
	border : 0 solid white;
}

#NavFooter{
	position : relative;
	padding-top : 5px;
	border : 0 solid white;
}
#NavFooter a{
	font-family : Arial;
	color : White;
	font-size : 10px;
	font-weight : bold;
	text-decoration: none;
	word-spacing : 0px;
}
/* ------------------------------------- Footer : end ----------------------------------------- */
