body {
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

#title {
	padding-top: 50px;
	text-align: center;
}

#main {
	padding-top: 40px;
	padding-bottom: 40px;
}

#icons td {
	padding: 5px;
	border: solid black 1px;
	text-align: center;
	vertical-align: middle;
}

#icons a { text-decoration: none ! important; }
#icons a:visited { text-decoration: none ! important; }
#icons a:hover { text-decoration: none ! important; }
#icons a:visited:hover { text-decoration: none ! important; }

#use, #about, #blog {
	width: 190px;
	height: 30px;
	padding-top: 170px;
	padding-right: 10px;
	text-align: right;
	vertical-align: bottom;
	font-size: 14pt;
	font-weight: bold;
}

#use {
	background-image: url("/media/use.png");
	color: #000;
}

#about {
	background-image: url("/media/about.png");
	color: #000;
}

#blog {
	background-image: url("/media/blog.png");
	color: #000;
}

#details {
	width: 800px;
}

#bodytext {
	width: 800px;
	text-align: left;
}

#lefttext {
	width: 550px;
	text-align: left;
	margin-bottom: 64px;
}

#righttext {
	width: 180px;
	float: right;
	text-align: left;
	border: #ccc solid 1px;
	background-color: #ffe;
	padding: 10px;
	margin-bottom: 64px;
}

#righttext h4:first-child {
	margin-top: 0px;
}

#righttext ul {
	padding-left: 0px;
	list-style-type: none;
}

#righttext li {
	padding-bottom: 0.8em;
}

#righttext a { text-decoration: none; }
#righttext a:hover { text-decoration: underline; }

#sharelinks img {
	margin: 0.5em;
}

#footer {
	clear: both;
	border-top: #ccc solid 1px;
	background-color: #ffe;
	padding: 10px;
	text-align: center;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000000;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #e8e8e8;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#ff0000;
}.button:active {
	position:relative;
	top:1px;
}

