/* CSS Document */

/*Template*/

body {
	background: url(images/blocks.gif) no-repeat top center;
	width: 850px;
	margin: 0 auto;
}

a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #8D00CE;
	text-decoration: underline #8D00CE;
}

a:selected {
	color: #8D00CE;
	text-decoration: none;
}

ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;

}



#header {
	margin-top: 40px;
	height: 50px;
	font-family: Georgia, Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.left {
	float: left;
	width: 170px;
	text-align: left;
}

.right {
	float: right;
	width: 650px;
	text-align: center;
	font-family: Georgia, Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2em;

}

.list {
	font-family: Georgia, Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#name {
	float: left;
	width: 160px;
	text-align: left;
	font-size: 18px;
}

#contact {
	float: right;
	width: 650px;
	text-align: left;
	font-family: Georgia, Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 17px;
}

.backtotop {
	font-size: 10px;
	line-height: 24px;
}

.on {
	color: #8D00CE;
}

#about {
	width: 80%;
	float: left;
	text-align: left;
	line-height: 1.3em;
}

#home {
	width: 87%;
	float: left;
	text-align: center;
	line-height: 1.5em;
}