body {
	color: #56387c;
	font-size: 13px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	background-color: #efebf4;
	background-image: url(../img/dimension.png);
	background-repeat: repeat;
}

#container {
	background-color: #f9f9f9;
	width: 1020px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}

/* Link Styles */


a:link {
    color: #309;
	text-decoration:none;
}

a:visited {
    color: #309;
	text-decoration:none;
}

a:hover {
    color: #e57e05;
	text-decoration:underline;
}

/* Header */


header {
	text-align: left;
	background-color: #ccc;
	width: 1020px;
}

header h1 {
	padding: 10px;
	color: #000;
	margin-bottom: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-family: Frutiger, Arial, sans-serif;
	background-color: #fff;
}

header h2 {
	padding: 5px 10px;
	color: #fff;
	background-color:#54367b; 
	margin: 0;
}


/* Footer */

footer {
	width: 100%;
	text-align: center;
	background-color: #d0ccd9;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer p {
	color:#666;
}


/* Content Area */


#content {
	margin: 12px 12px 12px 14px;
	min-height:200px;
}


h2 {
	font-size:18px;
	font-family: Frutiger, Arial, sans-serif;
}

#about  {
	clear: none;
	padding: 5px;
	height: 250px;
	margin-bottom: 0;
	background-color: transparent;
}

#about h2 {
	clear: none;
	color: #54367b;
	background-color: transparent;
}

#about  p {
	color: #333;
	font-size:14px;
}

#about img {
    float: left;
	padding: 5px;
	width: 320px;
	height: 240px;
    margin-bottom: 20px;
    margin-right: 20px;
	border-radius: 22px;
}

#about #bio {
	float: left;
	width: 606px;
	padding: 4px 12px;
	border:1px solid #d0ccd9;
	overflow:visible;
	background-color: #e7e5ec;
	border-radius: 15px;
 
}

#classwork h2 {
	clear: left;
	padding: 5px 5px 5px 42px;
	color: #54367b;
	margin-bottom: 0;
	background-image:url(../img/bright.png);
	background-repeat: no-repeat;
	background-position: 3px;
}

#classwork ul {
	margin: 5px 10px;
	padding-left: 20px; 
	font-size: 1em;
}

#classwork li {
    font-size:14px;
	padding-top:4px;
	list-style-position: inside; 
}



/* PHP snipet */

#phpcode  {
	margin: 60px 0px 20px 0px;
	border: 1px dashed #ccc;
	background-color: #f5f5f5;
}

#phpcode  p {
	margin:3px;
	font-family:sans-serif;
	font-variant:small-caps;
}

#phpcode  pre {
	font-size:1.2em;
}