
img {
	border: 0;
	}	

/*  DIV layout */

#container {
    background-position: 0px 0px;
    background-repeat: no-repeat;
	margins: 0;
	padding: 0;
	width: 1000px;
    height: 832px;
}
#banner {
	width: 430px;
	padding: 50px 0px 0 70px;
}
#heading {
	width: 500px;
	padding-top: 40px;
}
#onpage {
	width: 500px;
	padding: 0;
	height: 800px;
}
#intro {
	width: 400px;
	padding: 0 30px 0 70px;
}
.example {
	width: 400px;
	padding: 0 30px 5px 70px;
	clear:both;
}
.example-swatch {
	float:left;
	margin-right:10px;
	width: 40px;
	height: 60px;
}
.example-text {
	margin-left: 50px;
	width: 350px;
}

#sidebar {
	width: 400px;
	padding: 0;
	position: absolute;
	top: 25px;
	left: 527px;
}
#displayspace {
	width: 385px;
	height: 500px;
	padding: 0;
	margin: 15px 0 0 15px;
}

/*  Typography */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 0.9em;
	margin-bottom: 5px;
}

hr {
	width: 7px;
	height: 7px;
	text-align: center;
	margin: 25px auto 25px auto;
	}

.abouttext {
	font-style: italic;
	font-size: 12px;
	line-height: 1.4em;
	text-align:left;
	}
	
.bodytext {
	font-style: normal;
	font-size: 14px;
	line-height: 1.4em;
	text-align:left;
	}
		
.listytext {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 1.4em;
	text-align:left;
	}
	
.example {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 1.4em;
	text-align:left;
	}
.example h3 {
	margin-bottom: 2px;
	}	
	
ul {list-style-type: square;
	margin: 0;
	padding: 0 0 0 1.2em; }
	
/*  Link formatting */
		
.bodytext a:link {
	color: #666666;
	text-decoration: none;
	border-bottom-style: none;
}
.bodytext a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom-style: none;
}
.bodytext a:hover {
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}
.bodytext a:active {
	color: #000000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.listytext a:link, .example a:link {
	color: #666666;
	text-decoration: none;
	border-bottom-style: none;
}
.listytext a:visited, .example a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom-style: none;
}
.listytext a:hover, .example a:hover {
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}
.listytext a:active, .example a:active {
	color: #000000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.abouttext a:link {
	color: #666666;
	text-decoration: none;
	border-bottom-style: none;
}
.abouttext a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom-style: none;
}
.abouttext a:hover {
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}
.abouttext a:active {
	color: #000000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}	
