/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #Ff922e;
	background-image: url(../images/bg_main2.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
}

.footerTxt{
	text-align: center;
	font-size: 10px;
	vertical-align: bottom;
}
.liNav{
	list-style-image: url(../images/bullet_ciku.jpg);
	margin-left: 8px;
	margin-bottom: 5px;
}

a:link, a:active, a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #9E653F;
	text-decoration: underline;
}

.orangeTxt{
	color: #B10008;
	font-weight: bold;
}

.line{
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #9E653F;
}

.picLeft{
	float: left;
	margin-left: 8px;
	padding-right: 8px;
}

h1{
	color: #ff6600;
	font-size: 16px;
	font-weight: bold;
}

.brownTxt{
	color: #b38100;
	font-weight: bold;
}

.devLogo{
	float: left;
	margin-right: 8px;
	padding: 3px;
	border: 1px dotted #006734;
}

.liCiku{
	list-style-image: url(../images/bullet_ciku4.gif);
}

.collaboration{
	color: #ff6600;
}

.subTitle{
	font-size: 13px;
	font-weight: bold;
	color: #b34f00;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b34f00;
	border-bottom-color: #b34f00;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #B10008;
}

.nameTag{
	font-size: 11px;
	font-weight: bold;
	color: #B34700;
}

.crewTxt{
	color: #b34f00;
	font-weight: bold;
}

.mainPage{
	margin-left: 30px;
	margin-top: 10px;
}
.mainPage2{
	margin-left: 35px;
}

.smallTxt{
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
}

.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#efdba9;
	color:#000000;
	width:160px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	/*/*/border:1px solid #000000;/* */
	background-image: url(../images/logo_smm_episode1.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.submenu{
margin-bottom: 0.5em;
}

.redtxt{
	color: #FF0000;
}

.greentxt{
	color: #009900;
}