body
{
	background-color: #f0f0f0;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: black;
}
A
{
	color: #0000a0;
	text-decoration: none;
	border: dotted 1px #f0f0f0;
	border-bottom: dotted 1px gray;
}
A:hover
{
	color: #0000a0;
	text-decoration: none;
	border: dotted 1px blue;
}
#posts
{
	float: left;
	width: 250px;
	padding-top: 50px;
}
#main
{
	padding-top: 25px;
	padding-left: 25px;
	margin-top: 125px;
}
#photo
{
	position: relative;
	margin: 10px;
	float: left;
}

#stats
{
	width: 275px;
	float: left;
	padding: 10px;
}

.defaultbig
{
	font-family: Georgia;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;	
}

#validator
{
	color: black;
	text-align: center;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 20px;
}

#separator1
{
	background-color: gray;
	margin: 20px;
	width: 1px;
	float: left;
	height: 305px;
	padding-top: 50px;
}

#separator2
{
	background-color: gray;
	margin: 20px;
	width: 1px;
	float: left;
	height: 305px;
	margin-top: 100px;
}


#contact
{
	position: absolute;
	top: 50px;
	right: 50px;
	font-family: Tahoma, Arial;
}

#contactSkype
{
	position: absolute;
	top: 50px;
	right: 25px;
	border: 0px none;
}
#contactSkype A
{
	border: 0px none;
}
