@charset "utf-8";
.frame {
	border: 1px solid #000000;
	margin: 5px;
}
body {
	margin: 40px 0px 0px;
	padding: 0px; /* Set margin and padding for cross browser consistency. */
	text-align: center; /* Needed for IE5/Win */
	background-color: #3A6F7D;
	background-image: url(gfx/bg3.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-repeat: no-repeat;
	background-attachment: scroll;
    }
    
#content {
	width: 720px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	height: auto;
	position: relative;
    }
#content2 {
	background-color: #000000;
	background-image: url(gfx/bg2.jpg);
	float: left;
	height: auto;
	width: 720px;
}

#leftcolumn {
	background-color: #000000;
	float: left;
	height: auto;
	width: 180px;
	text-align: center;
}
#top {
	float: left;
	height: 160px;
	width: 540px;
	background-image: url(gfx/canadian_artist.jpg);
}
#body2 {
	float: left;
	height: auto;
	width: 540px;
	color: #FFFFFF;
}
#footer {
	background-color: #9D0504;
	float: left;
	height: 100px;
	width: 720px;
	font-size: 90%;
	color: #FFFFFF;
}

#right {
	float: right;
	height: auto;
	width: 125px;
	padding-right: 10px;
	padding-left: 10px;
	color: #003366;
}
#body3 {
	float: left;
	height: auto;
	width: 460px;
	text-align: left;
	padding-right: 10px;
	padding-left: 20px;
}



.nav {
	background-color: #9D0504;
	height: 38px;
	width: 178px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left;
	color: #FFFFFF;
	font-size: 90%;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	background-color: #33478E;
	color: #FFFFFF;
}
.headline {
	font-size: 180%;
	color: #FFFFFF;
	font-family: "Bradley Hand ITC";
	font-weight: bold;
}


.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.navframe {
	padding-right: 10px;
	padding-left: 10px;
}
H1 {
	font-size: 190%;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Bradley Hand ITC";
}
