* {margin: 0px;}
body.body {
	background-image: url('img/bg3.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	color: #EEDDDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11pt;
}

body.nav {
 background-color: #171717;
 }

div.main {
	background-color: #171717;
	Xbackground-image: url('img/background-v5.jpg');
	Xbackground-position: right top;
	Xbackground-repeat: no-repeat;
	height: 500px;
	margin: 30px auto;
	margin-bottom: 0px;
	width: 90%;
	z-index: 0;	
}
div.kitty {	
	position: absolute;
	margin-top: 20px;
	float:left;
}

div.text {
	background-image: url('img/background-v5.jpg');
	background-position: right top;
	background-repeat: no-repeat;

	position: relative;
	padding-left: 97px;
	height: 430px;
	margin-top: 20px;
	padding-right: 450px;
	overflow: auto;
}

div.player {
	position: relative;
	padding-left: 97px;
	padding-right: 210px;
}

div.leftPane {
	width: 200px; 
	height: 390px;
	top:0px;
	padding: 3px;
	margin-right:10px;
}

div.blog {
	position:absolute;
	overflow: auto;
	width: 340px; 
	height: 390px;
	top:0px;
	left: 300px;
	border: 1px solid #EEDDDD;
	padding: 3px;
	margin-left:10px;
	margin-right:10px;
	font-size:10pt;
	background-color: #171717;
}

div.nav {
	border: 0px #DD9999 solid;
	position: relative;
	height: 50px;
	top: 5px;
	left: 85px;
	overflow: hidden;
	width: 600px;
	z-index:1;
}

span.mp3, span.image{
	border: 1px solid #996666;
	float: left;
	width: 150px;
	height: 100px;
	margin: 3px;
	padding: 3px;
	}
span.mp3Edit{
	border-bottom: 1px solid #996666;
	margin: 3px;
	padding: 3px;
	margin-bottom: 5px;
}	
div.agendaItem {
      margin-bottom: 10px;
}
p {
	margin-bottom: 15px;
}
p.agendaLine {
      margin: 0px;
}

p.mp3 {
	margin: 0px;	
}	
iframe {	
	width: 600px;	
	height: 50px;	
	overflow: hidden;
	border: 0px solid black;
}

.nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav li	{
	list-style: none;
	float: left;
}
	
a.nav {
	font-family: Tahoma, Arial, sans-serif;          
	font-size: 11pt;
	border: 1px solid black;
	width: 65px;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	background-color: #b527ba;
	text-decoration:  none;
	color: #FFFFFF;
}

a:hover.nav {
	background-color: #500856;
	}
a.basic {
        color: #EEDDDD;
}


h1 {
	font-size: larger;
	margin-top: 0px;
}

h2 {
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

img {
 border: 0px solid black
 }	
 
input textarea{
 	border: 1px solid #171717;
 	margin-left: 2px;
 	margin-right: 3px;
	height: 15px;
	padding: 1px;
}
input[type="file"], input[type="submit"], input[type="button"] {
	height: 20px;	
}
 