/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font-size: 82.5%; /* Resets 1em to 10px */
	font-family: Georgia;
	line-height: 1.5;
	color: #333; 
	margin: 0; 
	padding: 0;
	margin:50px 0px; padding:0px;
	text-align:center;
	}

p { 
	margin-top: 0; margin-bottom:0;
	text-align: justify;
	}
	p span, li span{ 
	color: #9e88bd;
	font-weight: bold;
	}
	.description{ 
	line-height:.95;
	margin-bottom:5px;
	}
	.job{ 
	margin-top:15px;
	}
h3 { 
	font: normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	height:21px;
	}
	h3 span {
	display:none;
	}
a:link,a:visited,a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3e117c;
	}
a:hover { 
	text-decoration: underline; 
	color: #9e88bd;
	}

/* specific divs */
#container {
	width:950px;
	margin:0px auto;
	text-align:left;
	padding:0;
	font-size: 1.05em;
	}

#intro { 
	min-width: 950px;
	height:260px;
	background: url(http://sallyheung.ca/wp-content/themes/v5/images/header.jpg);
	}
	#intro h3{ 
	text-align: center;
	margin:0;
	padding-top:200px;
	}

#footer { 
	text-align: center; 
	margin-bottom:20px;
	text-align: right;
	}
#footer a:link, #footer a:visited ,#intro a:link, #intro a:visited { 
	color: #7D775C;
	font-weight: normal;
	}

ul, #linkList ul {
	margin: 0;
	padding: 0;
	}
li, #linkList li {
	line-height: 1.5ex; 
	background: transparent url(bullet.gif) no-repeat center left; 
	display: block; 
	padding-top: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	list-style-type: none;
	}