/* GLOBAL */
body {
	background: url('../../images/layout/bg.gif') top right repeat-y #2A3033;
	margin: 0px;
	padding: 0px;
	font: 16px garamond,serif;
	color: #B2B2B2;
}

img { 
	border:0; 
}

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

a:hover {
	color: #6E6E6E;
}


/* LAYOUT */
#header {
	background: url('../../images/layout/bg2.gif') repeat-x top right;
	width: 100%;
	text-align: right;
}

#header img {
	float: right;
	clear: both;
}

#container {
	position: absolute; 
	right: 30px; 
	top: 160px; 
	z-index: 2; 
	width: 505px;
}

#footer {
	text-align: center;
	padding-top: 35px;
}

#ad160x600 {
	position: absolute; 
	right: 580px; 
	top: 150px; 
	z-index: 2; 
	width: 160px;
}


/* NAVIGATION */
#nav {
	display: inline;
	list-style: none;
	float: right;
	clear: both;
	margin: 0;
	width:520px;
}

#nav li, #nav img {
	display: inline;
	float: left;
}

#nav a {
	text-indent: 200px;
	display: block;
	overflow: hidden;
	height: 29px;
}

#nav a:hover {
	background-position: 0 -29px;
}


/* TABBER */
.tabberlive .tabbertabhide {
	display: none;
}

ul.tabbernav {
	margin: 0;
	padding: 3px 0;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}


/* MISC */
.char-profile {
	background: #3E4245 no-repeat;
	width: 466px;
	height: 425px;
	margin: auto;
}

.char-profile .desc {
	text-indent: 10px; 
	padding: 131px 0px 0px 171px; 
	width: 198px;
	text-align: left;
}

.center {
	display: block;
	margin: auto;
	text-align: center;
}

.small-text {
	font-size: 80%;
}

.clear {
	clear: both;
}
