#profile {
	background-image: url(../img/profile_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 700px;
}
#profile .title {
	margin-top: 10px;
}

#profile .content {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#profile .content ul {
	margin-left: -20px;
}

#profile .content li {
	list-style-type: upper-alpha;
	line-height: 200%;
}


/* CSS Document */
#hello_left  {
	font-size: 10px;
	float: left;
	line-height: 14px;
	padding-top: 10px;
	padding-right: 20px;
	width: 195px;
	padding-left: 10px;
}
#hello_left p {

}


#hello_left .img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}


#hello_right {
	padding-right: 10px;
	padding-left: 0px;
	float: right;
	padding-top: 10px;
	width: 560px;

}
#hello_right p {
	margin-top: 20px;
	line-height: 170%;
}

#hello_right img {

}

#table   {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	line-height: 150%;
	margin-top: 10px;
}
#table   td{
	padding:0.3em 1em;
	vertical-align: top;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
#table .small {
	font-size: 12px;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}
#hello {
	float: left;
}

