@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	}
a:link {
	color: #999;
}
#clip00 {
	height: 380px;
	padding-top: 20px;
}
#clip01 {
	height: 380px;
	padding-top: 30px;
}
#clip02 {
	height: 380px;
	padding-top: 20px;
}
#clip03 {
	height: 380px;
	padding-top: 20px;
}
#clip04 {
	height: 380px;
	padding-top: 20px;
}
#clip05 {
	height: 380px;
	padding-top: 20px;
}
#clip06 {
	height: 380px;
	padding-top: 20px;
}
#container  {
	width: 680px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
#mainContent  {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 680px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
