@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	padding:0px;
	margin:0px;
}

a{
	text-decoration:none;
	color:#000099;
}
a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}


h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
h1{	
	font-size:22px;
	color:#777777;
}
h2{
	font-size:18px;
}

p{
	margin:0px 0px 10px 0px;
	padding:0px;
}

ol li{
	margin:0px 0px 0px 0px;
}

ol li p{
	padding-left:26px;
}
/*============= layout =============*/

#main{
	padding:20px 55px 0px 55px;
	width:550px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	margin-bottom:0px;
}

#header{
	margin:0px;
	height:41px;
	background-image:url(../images/cnh.gif);
	background-repeat:no-repeat;
	position:relative;
}

#header h1{
	padding:0px;
	margin:0px;
	position:absolute;
	top:20px;
	left:48px;
}

#header h1 a{
	color:#777777;
}
#header h1 a:hover{
	text-decoration:none;
}
#header h1 a:visited{
	color:#777777;
}

#description h1{
	font-size:18px;
}
#description, #exposition{
	padding: 25px 0px 0px 0px;
	margin:0px;
}

#description{
	width:550px;
	border-top:3px solid #cccccc;
	border-bottom:3px solid #cccccc;
}

#exposition{
	text-align:center;
	margin:0px;
	padding:0px;
}

.boxed_content{
	margin:25px;
}

.thumbnails{
	padding-top:12px;
}

.thumbnails img{
	margin:12px;
	border:1px solid #dddddd;
}

.writing{
	line-height:20px;
	padding-bottom:25px;
}

.writing p {
	margin-bottom: 0px;
}

.writing p + p{
	text-indent:30px;
	margin-top:0px;
}

.writing p.newSection{
	margin-top:40px;
}

.writing p.choice{
	margin:8px 0px 0px 0px;
	text-indent:0px;
	padding:0px;
	font-style:italic;
}


.resume h2{
	font-size:14px;
	font-weight:normal;
	color:#777777;
	text-transform:lowercase;
}
.resume p {
	margin: 10px 0px 10px 30px;
}	

.filler{
	height:25px;
}
#monster{
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
}
