* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
.clear {
    clear: both;
    font-size: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.text-right {
    text-align: right;
}
.center {
    text-align: center;
}
.xxsmall {
    font-size: 10px;
}
.xsmall {
    font-size: 11px;
}
.small {
    font-size: 12px;
}
.normal {
    font-size: 14px;
}
.big {
    font-size: 16px;
}
.black {
    color: #000;
}
.strong {
    font-weight: bold;
}
.float {
    float: left;
}
.right {
    float: right;
}
.uppercase {
    text-transform: uppercase;
}
.absolute-right {
    position: absolute;
    top: 0;
    right: 0;
}
body {
    background: #232522;
    color: #b6b6b6;
	font: 100 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a {
    color: #b6b6b6;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
	border-bottom: 1px dotted #8e8e8e;
}
a.reverse {
    text-decoration: none;
}
a.reverse:hover {
    text-decoration: none;
}
.no-ul {
    text-decoration: none
}
.no-ul:hover {
    text-decoration: underline !important
}
p, ol, ul {
    margin: 10px 0px;
}

h1,h2,h3,.about-details {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light",Arial,Helvetica,sans-serif;
}

/* -- terrible browser hacks -- */
select {
    min-width: 1.5em;
}

.container {
    margin: 0 auto;
    width: 960px;
}

.header {
    background: #2a2a2a;
    border-bottom: solid 1px #1e1e1e;
    display: block;
    height: 139px;
    overflow: hidden;
}

.header table {
    height: 129px;
    width: 100%;
}

.header td.text-right {
    padding-left: 10px;
}

h1,h2,h3,h4 {
    font-weight: normal;
}

h1 {
    color: #575757;
    font-size: 40px;
    letter-spacing: -.3px;
}

h1 a {
    color: #575757;
    text-decoration: none;
}
h1 a:hover {
    color: #575757;
}

h2 {
    color: #d6d6d6;
    font-size: 18px;
    padding-bottom: 10px;
}

h2 a {
    color: #d6d6d6;
    text-decoration: none;
}

h2 a:hover {
    color: #A98E2E;
}

h3 {
    color: #444;
    font-size: 20px;
}

#main {
	width: 300px;
	height: auto;
	margin: auto;
}

#main ul {
	list-style: none;
/*	border-top: 1px solid #444;*/
	padding-top: 12px;
	margin-top: 35px;
}

#main ul li {
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	margin-left: 30px;
	margin-right: 30px;
}

#center-cont {
}

#avatar {
	width: 300px;
	height: 300px;
	background: url(../talisman_light_100.png) no-repeat 100px 150px;
}