/**
Author : Joanna Yeo Sui Thieng
ID : 4223438
Date : 26/10/2012
**/

/*body*/
body{
	
	background-color:white;
	background-size:100% 100%;
	background-attachment:fixed;
	background-image:url('images/mall02.jpg');
	
	}
/*Picture of home*/
#indexPic{
height:80%;
width:99%;

}
/*Directory */
.navigation ul {
		list-style:none; 
		}
		
.navigation li {
		float:left; 
		padding:5px;
		font-size:1.5em;
		font-weight: bold; 
		position:static;
		font-family:"Book Antiqua",serif;

		}
.currentPage{
font-weight:bold;
text-decoration:blink;
color:grey;
}
					 
.navigation li:first-letter {
		font-size:120%; }
		
.navigation a {
		
		text-decoration: none; }

.navigation a:hover {
		text-decoration:underline; }
		
 a:link, a:visited{
		color:#4169E1; }
		
a:hover, a:active {
		color: #C71585; }
		
		
/*banner of all pages*/
	.banner>h1{
	letter-spacing:-2px;
	color:#FF1493;
	font-size:80px;
	font-family:serif;
	text-align:center;
	}
	ul{
	font-size:15px;
	color:black;
	font-family:"Goudy Bookletter 1911",sans-serif;

	}
/*header (font)*/
.header
	{
	color:#EE82EE;
	font-size:30px;
	font-family:"Gill Sans Extrabold",sans-serif;
	text-align:center;

	}
/*header2*/
	h2{
	color:#00008B;
	font-size:23px;
	font-family: Garamond,serif;
	
	}
/*header3*/
	h3
	{
	color:black;
	font-size:18px;
	font-family: Palatino,serif
	}
/*paragraph*/
	p.main
	{
	color:#FF1493;
	font-size:15px;
	font-family:'Trebuchet MS',sans-serif;
	font-weight: bold; 
	}
	
.gallery>li{
float:left; 
padding:5px;
}	
.gallery{
list-style:none;
}
	
/*main's transparents box*/
div.main{
background-color:#ffffff;
opacity:0.9;
float:left;
width:100%;
height:80%;
margin-right:40px;
margin-left:24px;
position:relative;
}
/*footer*/
div.footer{
clear:both;
font-size:11px;
}
/*disclaimer*/
p.disclamer
{
font-size:11px;
}
        
        