body {
		background-color: black;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #665f42;
		font-size: 10px;
		text-align: center;
	}
	
	a {
		font-size: 10px;
		text-decoration: underline;
		color: #9c8e62;
	}
	
	#holder {
		margin: 0 auto;
		width: 950px;
	}
	
	#top {
		width: 916px;
		height: 157px;
		background: url(/atra/img/top.jpg);
	}
	
	.title {
		font-size: 14px;
		color: #ffb109;
		font-weight: bold;
	}	
	
	.title_white {
		font-size: 14px;
		color: #ffffff;
		font-weight: bold;
	}
	
	.text {
		color: #665f42;
		font-size: 10px;
	}
	
	.text_white {
		color: #ffffff;
		font-size: 10px;
	}
	
	#menu {
		padding-left: 10px;
		width: 916px;
		height: 44px;
		background: url(/atra/img/menu-bg.jpg) no-repeat;
		background-position: 0 2;
		font-size: 14px;
		color: #e4e0d1;
	}
	
	#menu table {
		height: 37px;
		width: 100%;
	}
	
	#menu a {
		font-size: 14px;
		color: #e4e0d1;
		font-weight: bold;
		text-decoration: none;
	}
	
	#menu a:hover {
		color: #ffb109;
	}
	
	#menu .icons {
		padding-right: 30px;
	}
	
	#menu .lang {
		padding-left: 20px;
	}
	
	#menu td {
		font-size: 14px;
		color: #e4e0d1;
		font-weight: bold;
	}

	#menu td.active {
		background: url(/atra/img/active-menu-marker.gif) no-repeat;
		background-position: 2 0;
	}
	
	#menu td.active a {
		color: #ffb109;
	}
	
	#content_head {
		margin-top: 20px;
		background: url(/atra/img/content-head-bg.png) no-repeat;
		width: 916px;
		height: 21px;
	}
	
	#content_foot {
		background: url(/atra/img/content-foot-bg.jpg) no-repeat;
		width: 916px;
		height: 51px;
		text-align: left;
		padding-left: 30px;
	}	
	
	#contents {
		background: url(/atra/img/content-bg.gif);
		width: 916px;
		min-height: 500px;
	}
	
	#contents table td {
		vertical-align: top;
	}
	
	#offers {
		width: 300px;
		margin-left: 23px;
		height: 100%;
	}
	
	#offers div {
		margin-bottom: 13px;
		line-height: 20px;
	}
	
	#offers div img {
		float: left;
		margin-right: 5px;
	}
	
	#offers div a {
		text-decoration: none;
	}
	
	#offers div a:hover {
		text-decoration: underline;
	}	
	
	.clear {
		clear: left;
	}
	
	#main {
		padding-right: 20px;
		min-height: 500px;
	}
	
	#main table td {
		vertical-align: middle;
		margin-bottom: 10px;
	}
	
	.news_item {
		margin-bottom: 20px;
	}
	
	.dots {
		font-size: 18px;
		font-weight: bold;
	}
	
	#copy {
		margin-top: 20px;
	}
	
	#clickable {
		display: block;
		position: relative;
		top: 18px;
		left: 67px;
		width: 100px;
		height: 120px;
	}
	
	#myspace {
		position: relative;
		left: 380px;;
	}
	
	/*
		Input
	*/
	
	input {
		border: solid 1px #4d3503;
		background-color: #665f42;
	}
	
	textarea {
		border: solid 1px #4d3503;
		background-color: #665f42;
	}
	
	select {
		border: solid 1px #4d3503;
		background-color: #665f42;
	}
	
	table tr td {
		font-size: 10px;
	}
	
	/*
		SHOP
	*/
	
	.shop_item {
		float: left;
		border-right: solid 1px #685f42;
		padding-left: 5px;
		width: 120px;
		height: 500px;
		overflow: hidden;
	}
	
	.paging {
		color: white;
	}
	
	.paging a {
		color: white;
		text-decoration: none;
	}
	
	#item_details {
		float: left;
	}
	
	#item_details th {
		font-size: 10px;
		text-align: left;
	}
	
	#item_details td {
		color: white
	}
