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

#masthead {
	background:url(../images/contact.jpg)
}

#navigation a#selected { color:#0000ff; text-decoration:none; }

#pagetitle {
	width:320px;
	height:90px;
}

#profile {
	position:relative;
	width:314px;
	height:370px;
	float:right;
	margin-left:20px;
}

#triangle-border {
	width:500px;
	position:relative;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, sans-serif;
	font-size:30px;
	text-align:center;
	list-style:none;
	border:5px solid #ccc;
	color:#333;
	background:#fff;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#triangle-border li {
	margin:1em 0;
}
