body,
html {
	font-size:76%; 
	font-family:"trebuchet MS", verdana, arial, sans-serif;
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
}

#wrap {
	width:1000px;
	margin:0 auto;
	background:#ddd;
}

#header {
	padding:5px 0px;
	background:#fff;
}

p {
	font-size:12px;
	line-height:1.5em;
	margin:0; 
	padding:5px 0;
}

h1 {
    font-size:30px;
	margin:0px;
	padding:30px 20px; 
	color:#000;
	background-repeat:no-repeat;
}

h1.home {
    background-image:url(../img/backgrounds/poster1_bkgrnd.jpg); 
    color:#fff;
	background-repeat:no-repeat;
}

h1.about {
    background-image:url(../img/backgrounds/poster2_bkgrnd.jpg); 
    color:#fff;
	background-repeat:no-repeat;
}

h1.events {
    background-image:url(../img/backgrounds/poster2_bkgrnd.jpg); 
    color:#fff;
	background-repeat:no-repeat;
}

h1.podcasts {
    background-image:url(../img/backgrounds/poster1_bkgrnd.jpg); 
    color:#fff;
	background-repeat:no-repeat;
}

h2 {
	font-size: 18px;
	margin:8px 0 4px;
}

h3 {
	font-size: 12px;
	margin:0 0 0;
}

li {
    font-size:10pt;
    margin:10px;
}

figure {
  float: right;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: small;
  text-indent: 0;
  margin: 0;
  padding: 20px, 20px, 20px, 20px;
}

#nav {
	padding:10px 10px 14px;
	background:#fff;
    background-image:none;
	background-repeat:no-repeat;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:8px;
	margin-left:5px;
}

#nav a {
	font-size:16px;
	text-decoration:none;
	color:#215796;
}

#nav a:hover {
	color:#666;
}

#main {
	float:left;
	width:480px;
	padding:10px;
	background:#ddd;
}

#sidebar {
	float:right;
	width:450px;
	padding:10px;
	background:#ccc;
    border-style:solid;
    border-width:2px;
    border-color:#ddd;
}

div#footer {
	clear:both;
	padding:5px 10px;
	background:#fff;
	float: center;
	text-align: center;
}

#footer p {
	margin:0;
	background:#fff;
}

p.w3cvalid {
	float:right;
}

* html #footer {
	height:1px;
}

a {
    text-decoration:none;
    color:#000000;
}

a.inline {
    text-decoration:bold;
    color:#2222ff;
}

a.inline:hover {
	color:#666;
}

img {
    padding:10px 10px 10px 10px;
}