@charset "utf-8";

a:link		{ color: #336666; text-decoration: underline; }
a:visited { color: #336666;text-decoration: underline; }
a:hover   { color: #CC0000; text-decoration: underline; }
a:active  { color: #CC0000; text-decoration: underline; }


div#container {
	text-align: center;
	width: 780px;
	border: 1px solid #996600;
	padding-top: 10px;
	margin: 30px auto 10px;
}

h1{
	margin-bottom: 60px;
}

#main{
	width: 600px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#main p{
	line-height: 155%;
	margin-bottom: 4%;
}

.profile{
	background-color: #ECD9B0;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	text-align: left;
	color: #663300;
	margin-bottom: 10px;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
}
.name{
	line-height:160%;
	font-weight: bold;
}
.area{
	line-height: 145%;
}
#date{
	margin-bottom: 20px;
}
