/* - - - - - - - - - - - - - - - - - - - - -
Author : Annie Liew  |  www.iamannie.com.au
- - - - - - - - - - - - - - - - - - - - - */

/* CSS Document */


/*STYLES FOR LINKS*/

a.pink:link
{color :#363636; text-decoration:none;}
a.pink:visited
{color :#363636; text-decoration:none;}
a.pink:active
{color :#363636; text-decoration:none;}
a.pink:hover
{background-color: #ED145B; color :#FFFFFF; text-decoration:none;}
	
body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/pattern.png);
	background-repeat: repeat-x;
	}
	
#clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
p{
	font: 11px/190% Trebuchet MS, arial, helvetica, Sans-Serif;
	font-weight: normal; 
	color: #363636;
	text-align: left;
	}

p.copyright{
	text-align: left;
	font: 10px/190% Trebuchet MS, arial, helvetica, Sans-Serif;
	color: #303030;
	}
	
#email{
     color :#00B0F0;
     font: 11px Trebuchet MS, arial, helvetica, Sans-Serif;  
     font-weight:bold;
     }
	   
#container{
	width:888px;
	margin: 0px auto; /* negative value must be the same height as footer (for stickyness) */ 
	height: 100%;
	}
	
#top{
	padding: 50px;
	}
	
img.iamT{
	margin: 15px 0px 0px 0px;
	}
	
#iamT{
	margin: 15px 0px 0px 0px;
	}
	
#menu{
	
}
	
/*MENU DIVS*/
#menu1{
	width:640px;
	margin: 0px 0 0 -500px;
	}
	
#menu2{
	width:640px;
	margin: 3px 0 0 -500px;
	}
	
#menu3{
	width:640px;
	margin: 3px 0 0 -500px;
	}
	
#menu4{
	width:640px;
	margin: 3px 0 0 -500px;
	}


/*INDEX*/
#maintxt{
	width: 420px;
	float: left;
	margin: -145px 0 0 178px;
	}
	
img.meT{
	float: right;
	margin: -280px 54px 0 0px;
	}
	
img.meB{
	float: right;
	margin: -148px 45px 0 0px;
	}
	
#contain_indxcr{
	float: left;
	margin: -46px 0 0 177px;;
	}
	

/*CONTENT PAGES*/

h1{
	font: 11px/0% Trebuchet MS, arial, helvetica, Sans-Serif;
	font-weight: bold;
	color: #0D004C;
	text-align: left;
	}

#contenttxt{
	width: 700px;
	float: left;
	margin: -152px 0 0 178px;;
	}
	
#contain_cntcr{
	float: left;
	margin: 25px 0 0 177px;;
	}
