body {
	margin: 0px 0px 20px 0px;
	background: #8FAEBE url(img/bg.png) repeat-x;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	color: #333;
	}

a:link, a:visited, a:active, a:hover {
	color: #369;
	}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	width: 660px;
	background-color: #FFF;
	text-align: left;
	}

h2 {
	color: #333;
	padding-bottom: 5px;
	margin: 15px;
	border-bottom: 1px solid #8FAEBE;
	}

#left {
	float: left;
	width: 200px;
	}

#center {
	margin-left: 200px;
	width: 460px;
	}

.sidebar {
	padding: 15px;
	text-align: center;
	}

.sidebar img {
	padding: 5px;
	border: 1px solid #8FAEBE;
	}

.content {
	padding: 15px;
	}

.content h3 {
	font-size: 14px;
	font-weight: normal;
	}

.content p {
	font-size: 11px;
	}

.content .my-sites {
	margin: 0px;
	padding: 0px;
	}

.content .my-sites li {
	list-style: none;
	margin-bottom: 10px;
	}

.content .other-sites {
	margin: 0px;
	padding: 0px;
	}

.content .other-sites li {
	list-style: none;
	margin-bottom: 3px;
	}

.content hr {
	border: 0px;
	height: 1px;
	color: #8FAEBE;
	background-color: #8FAEBE;
	width: 100%;
	margin: 20px 0px 20px 0px;
	}
