/*----------------------------------------------*/
/*                                              */
/*   Style Sheet for Charipro                   */
/*   Author: Sachio Kusumoto                    */
/*   Date:   April 17, 2008                     */
/*                                              */
/*----------------------------------------------*/

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CC3300/*#3d5eb6*/
	/*background-color: #0f3b20;*/ /* for Christmas version */
}

img {
	border: 0px;
}

/*------------*/
/* Link style */
/*------------*/
a:link { text-decoration:none; color: #FFF;}

a:visited { text-decoration:none; color: #FFF; }

a:hover { text-decoration:underline; color: #FF0;}

a:active { text-decoration:underline; color: #FF0; }

#layout {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #CC3300;*/
}

#header {
	/*display: none;*/
	width: 780px;
	height: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}

#banner {
	height: 33px;
	margin-bottom: 10px;
	background: url(../img/banner.jpg) no-repeat;
	/*background: url(../img/banner-xmas.jpg) no-repeat;*/
}

#image-panel {
	width: 206px;
	height: 470px;
	margin-right: 10px;
	background-color: #FFF;
	float: left;
}

#image-panel img {
	display: block;
}

#splash {
	width: 558px;
	height: 360px;
	margin-bottom: 10px;
	float: right;
	color: #FFF;
}

#content {
	width: 558px;
	height: 360px;
	margin-bottom: 10px;
	padding: 0px;
	float: right;
	color: #FFF;
	background-color: #903;
}

#video {
	width: 548px;
	height: 335px;
	margin-bottom: 10px;
	padding: 20px 5px 5px 5px;
	float: right;
	background-color: #000;
}

#vmenu {
	width: 558px;
	height: 100px;
	float: right;
	background: url(../img/vmenu-back.jpg) no-repeat;
}

#footer {
	float: left;
	width: 780px;
	height: 20px;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.menu-list {
	float: left;
	list-style: none;
	margin: 10px 15px; 10px 15px;
	padding: 0px;
	color: #FFF;
	text-align: left;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;

}

