/* @override http://ak.thefinaldomain.com/style.css */

html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: white;
	color: #444;
	font-size: 75%;
	width: 1190px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
a{
	text-decoration: none;
}
a:focus, a:hover, a:active, a:visited {
	text-decoration: none;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

.new-wrapper { float: left; width: 200px; height: 300px; margin: 0px 20px 20px 0px;
	text-decoration: none;
}

a {
	text-decoration: none;
}

img {
	max-height:300px;
}

#contact a {
	color: silver;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	position: relative;
	text-align: right;
	margin-bottom: 30px;
	bottom: 0px;
}

#contact a:hover {
	color: black;
}