body {
	background-repeat: no-repeat;
	padding: 0px;
	margin: 25px;
	text-align: center;
	background-color: #0066CC;
}
#container {
	width: 95%;
	min-width: 750px;
	margin: auto;
}
#header {
	top:0px;
	width:100%;
	position: relative;
	background-color: #FFFFFF;
	height: 225px;
}
#title {
	position:relative;
	top:25px;
	width:100%;
	height:150px;
	background-image: url(../images/CC-Header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	position:relative;
	top:25px;
	width:95%;
	height:50px;
	overflow: hidden;
	margin: auto;
}
#content {
	width: 100%;
	position: relative;
	top: 0px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
}

#footer{
	top:0px;
	width:100%;
	position: relative;
	background-color: #FFFFFF;
	height: 225px;
}
#copyright {
	position:relative;
	width:300px;
	height:200px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	top: 25px;
}
#tagline {
	position:relative;
	top:43px;
	width:241px;
	height:149px;
	right: 0px;
	left: 50px;
	float: left;
	background: url(../images/cc-tagline.gif) no-repeat left top;
}

#pic {
	position:relative;
	width:200px;
	height:109px;
	float: right;
	background-repeat: no-repeat;
	background-position: right bottom;
	top: 116px;
	background-image: url(../images/cc-bottom-right.gif);
}
.loading { display: none; }

h1 {
	font: oblique xx-large Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}
h2 {
	text-align: justify;
	font: large "Times New Roman", Times, serif;
	color: #000000;
	text-indent: 25px;
	width: 90%;
	margin: auto;
}
h2.center {
	text-align: center;
}
