.container {
	width: 780px;
	margin: 0px auto;
	background-image: url(http://www.accessradio.org.nz/access07/graphics/glow.jpg);
	background-repeat: repeat-y;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

.content {
	width: 745px;
	padding-right: 17px;
	padding-left: 20px;
}

a { color: #666666; }
a:visited { color: #666666; }
a:hover{ color: #CC0000; }
a:active { color: #666666; }

.nav {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 142px;
	text-align: center;
	font-family: Tahoma;
}
.nav a{
	color: #FFFFFF;
	text-decoration: none;
}

.nav a:visited { color: #FFFFFF; }

.nav a:hover{
	color: #CC0000;
	padding-top: 140px;
	text-decoration: none;
}

.nav a:active { color: #FFFFFF; }


ul { 
    margin-left:0px;
    padding-left:30px;
}

ul li { padding-bottom:15px; }

.breadcrumb {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	display: block;
}

.image {
    border: 1px solid #666666;
    }

.header {
	background-image: url(http://www.accessradio.org.nz/access07/graphics/access-radio-header.jpg);
	background-repeat: no-repeat;
	height: 168px;
	width: 780px;
}

.headPics {
	float: right;
	height: 100px;
	width: 300px;
	padding-top: 25px;
	padding-right: 25px;
}

.footer {
	background-image: url(http://www.accessradio.org.nz/access07/graphics/footer.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 780px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 7px;
}

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

.footer a:visited { color: #FFFFFF; }

.footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.footer a:active { color: #FFFFFF; }


.featurebox {
	border: 1px solid #CC0000;
	padding: 10px;
}

.shade { background-color: #F1F4F7; }

.shade2 {	background-color: #F8F9FB; }

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	background-image: url(http://www.accessradio.org.nz/access07/graphics/h2-arrow.gif);
	background-repeat: no-repeat;
	text-indent: 35px;
	height: 30px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8D8D8D;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://www.accessradio.org.nz/access07/graphics/h3-backer.gif);
	background-repeat: no-repeat;
	text-indent: 45px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background-image: url(http://www.accessradio.org.nz/access07/graphics/h4-backer.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	background-image: url(http://www.accessradio.org.nz/access07/graphics/h5-backer.gif);
	background-repeat: no-repeat;
	text-indent: 5px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top:30px;
	margin-bottom:0px;
}
h6 {
	background-image: url(http://www.accessradio.org.nz/access07/graphics/sidebar-h3-backer.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-indent: 40px;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
    margin-bottom:10px;
    margin-top:40px;
}

.teaser { }

.teaser p{
	background-color: #EEEEEE;
	padding: 10px;
}

.teaser h1{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	background-image: url(http://www.accessradio.org.nz/access07/graphics/teaser-h1.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: -20px;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 5px;
}

.teaser h3{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 2px 5px;
	text-indent: 10px;
	background-image: url(http://www.accessradio.org.nz/access07/graphics/teaser-h2.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: -20px;
	width: 245px;
}


