html * {   
	margin: 0;   
	padding: 0; 
}
body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#container {
	background-color: #FFFFFF;
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 50px;
	background-image: url(../img/bluelines.gif);
	background-repeat: repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 50px;
}
#picture {
	height: 255px;
	width: 680px;
	margin-bottom: 20px;
}
#logo {
	margin-bottom: 35px;
}
#copy {
	width: 680px;
	background-image: url(../img/fades.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
}
#copy h1 {
	font-size: 16px;
	font-weight: normal;
	color: #2F81B4;
}
#copy h2 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 15px;
}
#copy p {
	line-height: 18px;
	width: 450px;
	margin-bottom: 10px;
}
#copy dl {
	margin-bottom: 20px;
}
#copy dt {
	font-weight: bold;
	line-height: 18px;
}

