body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	text-align: center; background-color: #F0F0ED;
	margin: 0;
}


h1, h2 {
	margin: 0 0 1em 0; 	
}
	
h1{ 
	font-size: 120%; 
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1{
	color: #5E9852; 	
}

h2{  
    font-size: 110%; 
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	color: #4D7E44; 
}

h3, h4, h5, h6{ 
	margin: 0 0 0.2em 0; 
	font-size: 80%; 
}
h3, h4 {
	color: #4D7E44; 
}
h4, h5, h6{
	font-family: verdana, geneva, arial, Helvetica, sans-serif; 
}
h5{
	color: #666;
}
h6{
	color: #333;
	font-weight: normal;	
}
 
.normal{
	font-weight: normal;
}


p, ul, dl, ol li { 
	font-size: 80%; 
	color: #4D534C;	
	font-family: verdana, geneva, arial, Helvetica, sans-serif; 
	margin-top: 0;
	line-height: 130%;
}

strong{
	color: #4D7C43;
}

a{
	color: #FF3300;
	text-decoration: none;
}

a img{
	vertical-align: baseline;
	border: none;
}

#container { 
	text-align: left; 
	background-color: #fff; 
	border: 1px solid #ddd; 
	margin: 0px auto;
	padding: 1em 2em 1em 2em; 
	width: 44em; 
	position: relative; 
	background-image: url(img/layout/head.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
	
#head{
	text-align: right;
	margin: 0 0 1em 0;
}

.img-right{
	float: right;
	margin-left: 20px;
}	

.top05{
	margin-top: 0.5em;
}
.top1{
	margin-top: 1em;
}
.top2{
	margin-top: 2em;
}
.top3{
	margin-top: 3em;
}

.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hr hr{
	display: none;
}
.hr{	
	border-top: 1px dashed #CCC;
	margin: 2em 0;
}