body {
  margin: 0px 10%;
  font-family: Arial;
  font-size: 13px;
  width: 90%;
}

h1 {
  font-family: Arial, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: #5f9ea0;

}


#header {
 border-bottom: 1px solid #CCCCFF;
  height: 140px;
  text-align: center;
  margin-bottom: 30px;

}

.head_name {

border-top: 1px solid #CCCCFF;
margin: 20px 0 0 0;
padding: 15px 0;
background-color: #ebf3ef;

}

.h_rght {
	text-align: center;
	font-size: 24px;
	color: #941c1c;
}

.head_name a {
  font-size: 34px;
  color: #941c1c;
  text-decoration: none;
}

.footer_note {
	text-align: center;
	
}

.footer_note a {
	font-size: 16px;
	color: #5f9ea0;
	
}



#wrapper {
/* border: 3px solid green;*/
 margin: 0 10px;

}

blockquote {
  border: 1px solid #996633;
  background-color: #FFFFCC;
  padding: 10px;
}


#content {
/*border: 1px solid #804600;*/
 /*position: relative; */
 margin-right : 450px;
/* min-height: 500px;*/
/* position: absolute;*/
 width: 60%;
 padding: 10px;
 /*display: inline; */l

}


#right {
 border: 1px solid #CCCCFF;
 float : right;
 width : 30%;
 background-color: #FBFBFF;
 position: relative;
 display: inline;
 padding: 30px;
}




#right li {
	font-size: 20px;
	margin-bottom: 15px;
}

#footer {
border-top: 1px solid #CCCCFF;
margin: 20px 0 0 0;
padding: 15px 0;
background-color: #ebf3ef;
}

