@font-face {
	font-family: itcedscr;
	src: url("itcedscr.eot");
	src: local('☺'), url("itcedscr.woff") format('woff'), url("itcedscr.ttf") format('truetype');
} 
.fadein { 
	position:relative; height:450px; margin:0 auto;
	background: #faf5f0 repeat-x scroll left top transparent;
	padding: 0px;
}
.fadein img { position:absolute; top:20px}
body {
	font-family: itcedscr, Times New Roman, serif;
	font-size: 25px;
	font-weight: 500;
	width: 660px;
	color: #450b0a;
	background: #faf5f0;
	padding: 0px;
	border-left: 20px solid #faf5f0;
	margin: 0px;
	padding-left: 0px;
}
.imgPause { 
    background: url('../img/Pause.png');
    background-position:  -1px -1px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.imgPlay { 
    background: url('../img/Play.png');
    background-position:  -1px -1px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.imgVW { 
    background: url('../img/vw.png');
    background-position:  -1px -1px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.imgRW { 
    background: url('../img/rw.png');
    background-position:  -1px -1px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
#header{
	padding-top: 20px;
}

#menu{
	padding-top: 20px;
}

#menuitemselected {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #450b0a;
	float: left;
	background: #450b0a;
	color: #faf5f0;
	padding: 5px 8px 1px 8px;
}
#menuitem {
	float: left;
	padding: 0px;
}

#menuitem a{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #450b0a;
	background: #faf5f0;
	color: #450b0a;
	display: block;
	text-decoration: none;
	padding: 5px 8px 1px 8px;
}

#menuitem a:hover{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #450b0a;
	color: #faf5f0;
}


#content {
	border-radius: 10px;
	border-top-left-radius: 0;
	clear:left;
	border: 3px solid #450b0a;
	background: #faf5f0;
	padding: 20px;
}