/* tags */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	font-size: 14px;
	color: #330099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* top and bottom caps */

#topcap {
	width: 600px;
	background: #6E95FF;
}

#topcap .cornerul {
	background: url(../image/img/capp_ul.gif) top left no-repeat;
	display: block;
}

#topcap .cornerur {
	background: url(../image/img/capp_ur.gif) top right no-repeat;
	display: block;
}

#bottomcap {
	width: 600px;
	background: #6E95FF;
}

#bottomcap .cornerbl {
	background: url(../image/img/capp_bl.gif) bottom left no-repeat;
	display: block;
}

#bottomcap .cornerbr {
	background: url(../image/img/capp_br.gif) bottom right no-repeat;
	display: block;
}

/* texts */
#name {
	width: 590px;
	background: #6E95FF;
	padding-left: 10px;
}

#name .name {
	font-size: 26px;
}

#name .link {
	font-size: 14px;
}

#profile {
	width: 410px;
	padding-left: 10px;
	font-size: 15px;
}

#photo {
	width: 180px;
}
