html
{
	-webkit-text-size-adjust: none;
}

body a:link {color: #e53f5e; text-decoration: none;}
body a:visited {color: #e89cab; text-decoration: none;}
body a:hover {color: #e53f5e; text-decoration: none; }
body a:focus {color: #e53f5e; text-decoration: none;}
body a:active {color: #e53f5e; text-decoration: none; }
body
{
	color: #6E90D4;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 14px;
}

#photo
{
	background: url('pic.jpg');
	width: 600px;
	height: 300px;
	-moz-border-radius-topleft: 150px;
	-webkit-border-top-left-radius: 150px;
	margin-top: 24px;
}

div.photo_bar a:link {color: white; text-decoration: none;}
div.photo_bar a:visited {color: white; text-decoration: none;}
div.photo_bar a:hover {color: white; text-decoration: underline; }
div.photo_bar a:focus {color: white; text-decoration: underline;}
div.photo_bar a:active {color: white; text-decoration: none; }
div.photo_bar
{
	padding: 5px;
	background: #e53f5e;
	width: 590px;
	height: 20px;
	font-family: futura;
	font-size: 15px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
}

div.bar_el
{
	margin-left: 10px;
	margin-right: 10px;
	clear: none;
	display: inline;
}

div.bar_sep
{
	margin-top: -5px;
	height: 40px;
	width: 4px;
	background: white;
	clear: none;
	display: inline;
}

#page
{
	padding: 0px;
	margin: auto;
	margin-top: 0px;
	padding-top: 10px;
	width: 600px;
	line-height: 24px;
}

div.chunk
{
	text-align: left;
	width: 600px;
	margin-top: 6px;
}

div.title
{
	margin-top: 5px;
	background: #b5dbfa;
	color: white;
	font-family: futura;
	font-size: 15px;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	display: inline;
	float: left;
	clear: both;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
}

div.chunk_inner
{
	margin-top: 2px;
	float: left;
	clear: both;
	padding-bottom: 20px;
}

div.link
{
	padding: 0px;
	margin: 0px;
	width: 199px;
	float: left;
	clear: none;
}

div.clickbox
{
	float: left;
	clear: none;
	margin-top: 248px;
}

#email
{
	margin-left: 444px;
}

#twitter
{
	margin-left: 4px;
}

#blog
{
	margin-left: 4px;
}
