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

#left_column
{
	background-color:#e1f5fd;
	float:left;
	width:400px;
	height:100%;
	padding:10px 0 20px 17px;
	margin-right:20px;
}

#right_column
{
	padding: 40px 0 0 40px;
	text-align:left;
}

.about_text
{
	margin:0 25px 0 0;
	text-align:left;
}

#line
{
	width:100%;
	height:1px;
	background-color:#80c1eb;
}

a.email
{
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height:auto;
	background-color:#FFF;
	text-decoration:underline
}
a.email:hover
{
	font-size:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height:auto;
	background-color:#FFF;
	text-decoration:underline
}
