body{
	color:#333333;
	background: #F5EFCE;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a{
	color: #660000;
}

a:hover{
	color: #FF0000;
}

img{
	border: 0;
}

.speaceCenter{
	margin: 10px 0;
	text-align: center;
}

.speaceLeft{
	margin: 10px 0;
	text-align: left;
}

.padding10{
	padding: 10px;
}

.list{
	list-style: none;
}

.title{
	margin: 10px 0;
	padding: 0px;
	margin-bottom: 5px;
	border-bottom: 2px solid #660000;
	color: #660000;
}

.subtitle{
	margin: 10px 0;
	padding: 0px;
	margin-bottom: 5px;
	border-bottom: 2px solid #660000;
	color: #660000;
}

.textCenter{
	text-align:center;
}

.price{
	color: #FFFF00;
}

#header{
	width: 100%;
	height: 40px;
	padding-top: 5px;
	background: url(../mobile_image/header.gif) repeat-x; 
	margin-bottom: 10px;
	text-align: center;
}

.red{
	color: #FF0000;
}