* {
padding: 0;
margin: 0;
}
#page_wrap {
width: 800px;
height: 720px;
margin: 0 auto;
}
#left_head_wrap {
width: 330px;
height: 30px;
margin: 20px 0 0 110px;
position: absolute;
}
#right_head_wrap {
width: 160px;
height: 30px;
margin: 20px 0 0 530px;
position: absolute;
text-align: right;
}
#content_wrap {
width: 600px;
height: 600px;
margin: 50px 0 0 100px;
position: absolute;
}
#prev_button {
width: 70px;
height: 20px;
margin: 630px 0 0 20px;
position: absolute;
text-align: right;
}
#next_button {
width: 80px;
height: 20px;
margin: 630px 0 0 710px;
position: absolute;
}
#footer_wrap {
width: 390px;
height: 15px;
margin: 655px 0 0 110px;
position: absolute;
}
a {
color: #000;
text-decoration: none;
}
body {
font-family: helvetica, arial, sans-serif;
}
h1 {
font-size: 160%;
display: inline;
font-weight: lighter;
line-height: 100%;
}
h2 {
font-size: 90%;
display: inline;
font-weight: lighter;
line-height: 260%;
color: #C0C0C0;
}
h2 a {
color: #C0C0C0;
}
h3 a {
color: #C0C0C0;
}
h3 {
font-size: 90%;
line-height: 155%;
color: #C0C0C0;
font-weight: lighter;
}
.hide {
display: none;
}
.body_title {
color: 	#3E3535;
}
ul {
list-style-type: none;
}
.text, li a {
color: #C0C0C0;
font-size: 80%;
}
li.sub a {
font-size: 100%;
}
ul.resume {
font-size: 80%;
margin-left: 30px;
}
ul.resume li.sub {
font-size: 90%;
margin-left: 40px;
}
p {
color: #C0C0C0;
font-size: 80%;
width: 29em;
line-height: 120%;
}