@charset "UTF-8";
/* CSS Document */

html,body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
body{
	font-size: 14px;
	line-height : 1.5;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

#wrapper{
	max-width: 900px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: 100%;
}
#img {
	border: 0;
}
p {
	margin-bottom: 12px;
}
a:link, a:visited {
	color: #38F;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.red { 
	color:#ff3366;
}
.blue { 
	color:#ff3300; 
}
.gray { 
	color:#999999; 
}
.dgray { 
	color:#444444; 
}
.cblue { 
	color:#00aacc; 
}

.line1 {
	color:#999999;
	display: inline;
}
.line2 {
	color:#999999;
	display: none;
}

#resume_div {
	width: 860px;
}
#resume_div0 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
}
#resume_div1 {
	width: 390px;
	float: left;
	clear: left;
}
#resume_div2 {
	display: block;
	width: 450px;
	float: left;
}
#resume_div3 {
	width: 800px;
	float: left;
	clear: left;
}
