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

#main p{
	color:#ffffff;
}

#main p.q{
	color:#c8528f;
}

#interview #body{
	background: #000000 url(images/bg.jpg) no-repeat 102% 113px;
}

#interview hr{
   border-width: 0px 0px 1px 0px;
   border-bottom:1px dashed #999999;
}

#interview a{
	color:#ba271e;
}

#interview #side{
	color: #f0e8d3;
}


#interview #side h2{
	background-color: #f0e8d3;
}

