/* Creator:Tania
	Creation date: 24/05/08
	Modified: name here
	Modification date: Name here  */
	
body{
	margin:0;
	padding:0;
	text-align:left;
	background-color:#1b1b1b;
	}

/*---wrapper styles---*/

#wrapper{
	width:700px;
	margin:20px auto 10px auto;
	background-color:#000000;
	border:thin dashed #333
	}
	
/*---header styles---*/

#header{
	}
	
/*---global nav styles---*/
	
#globalNav{
	}

/*---left nav styles---*/

#leftNav{
	}
	
/*---main content styles---*/

#mainContent{
	padding:0 15px 10px 15px;
	}

/*---right column styles---*/

#rightColumn{
	}
	
/*---footer syles---*/

#footer{
	clear:both;
	padding:5px 25px 10px 15px;
	text-align:right;
	}
