*{
margin: 0;
padding: 0;
}
body{
	text-align: left;
	font-family: Georgia;
	font-size: 10px;
	color: #000;
	line-height: 13px;
	background-color: #fff;
}
/* *********************** */
a, a:link {
	color: #000; text-decoration: none;
}
a:active { 
	color: #000; text-decoration: none;
}
a:visited {
	color: #009ec0; text-decoration: none;
}
a:hover {
	color: #ffffff; text-decoration: none; background-color: #009ec0;
}
/* *********************** */
h1 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 18px;
	color: #009ec0;
	padding: 0px 0px 6px 0px;
}
/* *********************** */
#int_portfolio-column{
position: relative;
float: left;
width: 110px;
margin: 0px 0px 0px 0px;
padding: 3px 3px 0px 0px;
background-color: #fff;
text-align: left;
}
#int_work-column{
position: relative;
float: left;
height: 520px;
margin-right: 5px;
border-right: solid 1px #e5e5e5;
}
#int_work-info{
	position: relative;
	float: left;
	width: 475px;
	margin: 10px 5px 0px 0px;
	padding: 3px 0px 0px 0px;
	border-top: solid 1px #e5e5e5;
	background-color: #fff;
	text-align: right;
	font-family: Georgia;
	font-size: 11px;
	color: #009ec0;
	line-height: 14px;
}
#int_eve{
font-family: Georgia;
font-size: 11px;
color: #565656;
line-height: 14px;
padding: 3px 10px 0px 0px;
}
/* *********************** */
