/* CSS Document */
body {
	background-image: url(images/grey_swatch2.jpg); background-repeat: repeat;
}
#container {
	margin: 20px auto;
	padding: 0px;			
	width: 780px;
	height: auto;
}
#banner {
	margin: 0px;
	padding: 0px;
	height:176px;
	width: 780px;
	vertical-align: bottom;
	border-bottom: 2px solid #666666;
}
#footer {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #FFFFFF;
	}
#collage {
	float: right;
}
#intro {
	width: 250px;
	height: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#full {
	width: 720px;
	height: 400px;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
#fullauto {
	width: 720px;
	height: auto;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
td#navigation a:link,
td#navigation a:active,
td#navigation a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px; 
	color: #CC0066;
	text-decoration: none;
}
td#navigation a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0066;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#CC0066;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#CC0066;
	}
p {
	margin-top: 0px;
	padding: 0px;
}
