* {
	margin:0;
	padding:0;
	border:none;
	font-weight:normal;
}
BODY{
	background:#ffffff url(images/body.gif) center repeat-y;
}
#LAYOUT{
	width:700px;
	background:#000000;
	margin:0 auto;
}
#HEADER{
	background:#ffffff;
	padding-bottom:20px;
	padding-top:2px;
	border-top:2px solid #cc0000;
}
#HEADER P{
	color:#000000;
	line-height:2em;
	border-bottom:1px solid #cc0000;
}
#HEADER .Head1{
	font-size:larger;
	margin-left:20%;
	padding-left:0.5em;
}
#HEADER .Head2{
	font-size:smaller;
	margin-right:12%;
	padding-right:0.5em;
	text-align:right;
}
#BLOCK1{
	color:#ffffff;
	font-size:smaller;
	margin:5px 20px;
}
#BLOCK2{
	color:#ffffff;
	margin:5px 20px;
	padding:10px 0;
	border-bottom:1px solid #cc0000;
}
#BLOCK2 P{
	line-height:1.3em;
	letter-spacing:0.2em;
}

#BLOCK3{
	margin:10px 0;
}

#FOOTER{
	clear:both;
	width:100%;
	border-top:3px solid #4e6b46;
	background:#ffffff;
}
#FOOTER P{
	color:#ffffff;
	text-align:center;
	padding:0.1em;
	background:#cc0000;
}
#FOOTER UL{
	text-align:center;
	margin:0.5em auto;
}
#FOOTER LI{
	display:inline;
	margin-left:1em;
}
/*--------PLAN---------*/
#ExPlanLayout{
	width:460px;
}

.ExPlan{
	display:inline;
	float:left;
	color:#ffffff;
	width:200px;
	height:200px;
	margin:5px 5px 5px 20px;
	overflow:hidden;
	font-size:smaller;
	background:#cc0000;
}
.ExPlan P{
	margin-left:20px;
}
/*--------ALL----------*/
.r{
	display:inline;
	float:right;
	margin-right:20px;
}