@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 1.5em;
	margin: 10px;
}

h2 {
	font-size: 1.2em;
	margin: 10px;
}

p {
	font-size: 0.75em;
	line-height: 140%;
	margin: 10px;
}

ul {
	list-style-type: square;
	font-size: 0.9em;
	margin: 5px 20px;
}

ul li {
        margin: 0 5px;
}

ol {
	margin: 20px;
}

ol li {
	display: inline;
	padding: 0 1px;
}

a {
	color: #C60;
}

hr {
	margin: 0 10px;
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	background: #e3e3e3;
}

img.floatLeft { 
    float: left; 
    margin: 4px 6px 0 0; 
}

.updates {
    padding-left: 3.75em; 
    text-indent: -3.75em;
    margin: 2px 10px;
}

.desc {
	margin: 0 10px;
}

.player {
	text-align: right;
	margin: 5px 10px;
}

.video {
	display: inline;
}

#wrapperoutside {
	width: 1020px;
	height: 800px;
	background: url(design/bg.png) no-repeat;
	margin: 0px auto;
}

#wrapperinside {
	width: 820px;
	height: 700px;
	margin: 0 100px;
}

#spacertop {
	width: 820px;
	height: 50px;
	margin:0;
	text-indent: -9999px;
}

#header {
	width: 820px;
	height: 100px;
	background: url(design/header.png) no-repeat;
	text-indent: -9999px;
}

#linkwrapper {
	background: #3e3508;
	width: 780px;
	height: 30px;
	margin: 0 20px;
}

#linkwrapper a { 
	display: block; 
	width: 100%; 
	height: 100%; 
	text-decoration: none;
} 

#linkwrapper a:hover {
	background: #600 ;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#linkwrapper .active {
	background-position: 0 -30px;
}

#linkabout {
	background: url(design/buttonabout.png) no-repeat;
	float: left;
	width: 140px;
	height: 30px;
	margin: 0 20px 0 0;
	text-indent: -9999px;
}

#linkaudio {
	background: url(design/buttonaudio.png) no-repeat;
	float: left;
	width: 140px;
	height: 30px;
	margin: 0 20px 0 0;
	text-indent: -9999px;
}

#linkvideo {
	background: url(design/buttonvideo.png) no-repeat;
	float: left;
	width: 140px;
	height: 30px;
	margin: 0 20px 0 0;
	text-indent: -9999px;
}

#linkcontact {
	background: url(design/buttoncontact.png) no-repeat;
	float: left;
	width: 140px;
	height: 30px;
	margin: 0 20px 0 0;
	text-indent: -9999px;
}

#linkhome {
	background: url(design/buttonhome.png) no-repeat;
	float: left;
	width: 140px;
	height: 30px;
	margin: 0;
	text-indent: -9999px;
}

#wrappercontent {
	width: 820px;
	height: 520px;
	margin: 0;
}

#content1 {
	float: left;
	background: #094239;
	width: 460px;
	height: 480px;
	margin: 20px;
}

#content2 {
	float: left;
	background: #094239;
	width: 300px;
	margin: 20px 20px 20px 0;
}

#footer {
	background: url(design/footer.png) no-repeat;
	width: 780px;
	height: 30px;
	margin: 0 20px 20px 20px;
	text-indent: -9999px;
}

#vcontainer {
	width: 640px;
	height: 480px;
	background: url(design/vbg.png) no-repeat;
}

#vmovie {
	width: 480px;
	height: 360px;
	padding: 4px;
}

#vdescription {
	padding-left: 290px;
}

#vdescription p {
	color: #000;
}

#musicplayer {
	width: 440px;
	height: 324px;
	padding: 4px;
	margin: 0px auto;
}