/* CSS document for home, resume, contact pages */


#main {
	font-family: Arial, Helvetica, sans-serif;
	width:65%;
	float:left;
	height:100%;
	text-align:center; /* for IE */
}
#maininner a {
	text-decoration:none;
	color:#36C;
}
#maininner a:hover {
	color:#000;
}

/* 
........................................*/
body#home #maininner, body#contact #maininner, body#resume #maininner {
	color:#666666;
	font-size:12px;
	margin:160px 0 0 50px;
	text-align:left;
	width:60%;
}

body#home .textbox_h {
	letter-spacing:0.5em;
	padding-top:100px;
}
body#contact .textbox_h {
	width:420px;
}
body#contact p {
	padding:0 0 15px 20px;
	line-height:17px;
}
body#contact p strong {
	font-weight:normal;
	color:#000;
}
/*resume page
-----------------------------*/
/*#resume #maininner see line21*/
#bio {
	margin-bottom:50px;
}
#bio h1 {
	color:#900;
	border-bottom:1px dotted #ccc;
	padding-top:0;
	margin-left:0;
}
#bio p {
	font-size:1.1em;
	line-height:1.5em;
}
#resume_left, #resume_right {
	float:left;
}
#resume_left{
	margin-right:40px;
}
#resume_right{
}
#resume h3,
#resume ul, #resume dl{
	padding-bottom:2px;
}
#resume h3{
	color:#000;
	font-size:11px;
}
#resume dt{
	font-style:italic;
  }
#resume ul, #resume dl {
	margin-bottom:20px;
}
#resume li, #resume dd {
	list-style:none;
	padding-left:0;
}
#resume dl ul{
	text-indent:1em;
	padding-top:3px;
}
#resume .light{
	color:#999;
}
body#home #menu h1{
	visibility: hidden;
}

