@charset "utf-8";
/* CSS Document */
<style type="text/css"> 

.backgroundcolor { 
BACKGROUND-COLOR:#765B50;
}

.text1 {
	color:#CDCBCC;
	font-family: "Arial Unicode MS";
	font-size: 12px;
}

.text2 {
color:#FF0066;
}

.text3 {
	color:#99CC66;
}

.text4 {
	color:#C9CDCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	
}

.dxLink {
	color: #CDCBCC;
	font-family: "Arial Unicode MS";
	text-decoration: none;
	font-size: 12px;
	
	margin: 30px 0px 0px;
	padding: 0px;
}

.dxLink:hover {
	color:#F6F6F6;
	font-family: "Arial Unicode MS";
	text-decoration: none;
	font-size: 12px;
	
	margin: 30px 0px 0px;
	padding: 0px;
}

.dbLink {
	color: #CDCBCC;
	font-family: "Arial Unicode MS";
	text-decoration: none;
	font-size: 17px;
	
	margin: 30px 0px 0px;
	padding: 0px;
}

.dbLink:hover {
	color: #96C656;
	font-family: "Arial Unicode MS";
	text-decoration: none;
	font-size: 17px;
	
	margin: 30px 0px 0px;
	padding: 0px;
}

.dbLinkMenu {
	color: #96C656;
	font-family: "Arial Unicode MS";
	text-decoration: none;
	padding-left: 10px;
	font-size: 17px;
}

.dbLinkMenu:hover {
	color:#F6F6F6;
	font-family: "Arial Unicode MS";
	text-decoration: none;
	padding-left: 10px;
	font-size: 17px;
}

.dbLinkSubMenu {
	color:#FF0066;
	font-family: "Arial Unicode MS";
	text-decoration: none;
	padding-left: 10px;
	font-size: 17px;
}

.dbLinkSubMenu:hover {
	color:#F6F6F6;
	font-family: "Arial Unicode MS";
	text-decoration: none;
	padding-left: 10px;
	font-size: 17px;
}


/* this style is required to stop adding phantom white spaces around images especially IE */
.imgcell img, .imgcell a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}
/* ------ */

#outer { 
text-align:center; 
position:absolute; 
top:50%; 
left:0; 
width:100%; 
height:1px; 
} 


#container { 
position: absolute; 
top: -290px; 
left: 50%; 
margin-left: -490px; 
width: 980px; 
height: 700px;
 background : #8c5d4b;
} 


#navText {
	position: center;
	top: 571px;
	left: 363px;
	width: 880px;
	height: 50px;
	text-align: center
} 

/*  This is div is used to  show the sub menu on correct place */
/*Div For Sub Menu*/
#navGalleryText {
	position: center;
	top: 580px;
	left: -50px;
	width: 730px;
	height: 5px;
	text-align: center
} 
/* -- ----------------------------------------------------------- -- */


/* This is used for nav on gallery */

#navText2 {
	position: center;
	top: 571px;
	left: 363px;
	width: 730px;
	height: 50px;
	text-align: right
} 

/*  This is div is used to  show the sub menu on correct place */
/*Div For Sub Menu*/
#navGalleryText2 {
	position: center;
	top: 580px;
	left: -50px;
	width: 730px;
	height: 5px;
	text-align: center
} 
/* -- ----------------------------------------------------------- -- */


</style>