ul{
	padding: 0px;
	margin: 0px;
}
body {
	color: #000;
	font: 16px , Baskerville;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

/*menu area*/

#menuarea{
	float: left;
	width: 200px;
	margin-top: 128px;
	font: 22px Garamond,"Garamond Premier Pro";
}

#menuarea ul{
	list-style: none;
}

#menuarea li{
	padding-bottom: 20px;
}

#menuarea li.main a:hover{
	font-size: 22px;
	text-decoration: none;
	color: black;
}

#menuarea li.main a:visited{
	font-size: 22px;
	text-decoration: none;
	color: black;
}

#menuarea li.main a{
	font-size: 22px;
	text-decoration: none;
	color: black;
}

#menuarea li.sub a{
	font-size: 22px;
	text-decoration: none;
	color: #0f3877;
}

#menuarea li.sub a:hover{
	font-size: 22px;
	text-decoration: none;
	color: #0f3877;
}

#menuarea li.sub a:visited{
	font-size: 22px;
	text-decoration: none;
	color: #0f3877;
}


#menuarea li.sub{
	color: #0f3877;
}

/*content */

#content{
	float: left;
	width: 520px;
}

/*name and title*/
#name{
	color: #0f3877;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	width:400px;
	font: 50px "Garamond Premier Pro", Garamond;
}
#name a{
	color: #0f3877;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	width:400px;
	font: 50px "Garamond Premier Pro", Garamond;
	text-decoration: none;
}

name a:hover{
	color: #0f3877;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	width:400px;
	font: 50px "Garamond Premier Pro", Garamond;
	text-decoration: none;
}

name a:visited{
	color: #0f3877;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	width:400px;
	font: 50px "Garamond Premier Pro", Garamond;
	text-decoration: none;
}

#title{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	color: #0f3877;
	text-align: center;
	font: 20px Garamond, "Garamond Premier Pro";
	text-decoration: none;
}

#title a{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	color: #0f3877;
	text-align: center;
	font: 20px Garamond, "Garamond Premier Pro";
	text-decoration: none;
}

#title a:hover{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	color: #0f3877;
	text-align: center;
	font: 20px Garamond, "Garamond Premier Pro";
	text-decoration: none;
}

#title a:visited{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	color: #0f3877;
	text-align: center;
	font: 20px Garamond, "Garamond Premier Pro";
	text-decoration: none;
}



