/*globals*/
body{
	margin:0;
	padding:0;
	font-family:"Bank Gothic", "Century Gothic", arial, sans-serif;
	font-weight: lighter;
	font-size:25px;
	line-height:1.4;
	background:#1A1A1A;
	background-image:url(../images/back_page.png);
	background-repeat:repeat-x;
	background-position:top center;
	color:#eee;
}
p{
	margin:0;
	padding-bottom:20px;
}

/*Layers*/
div#shell{
	width:530px;
	margin:0px auto;
	position:relative;
	text-align:center;
	margin-top:56px;
}

/*Lists*/
ul, li{
	list-style:none;
	padding:0;
	margin:0;
}

/*links*/
a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	color:#FFE608;
	border-bottom:1px solid #FFE608;
	padding:0;
	margin:0;
}
a:hover{
	color:#aaa;
	border-bottom:1px dotted #aaa;
}

/*images*/
img{
	margin-bottom:110px;
}

/*fonts*/
p.construction{
	margin-top:15px;
}
div.century{
	font-family:"Century Gothic";
	font-size:12px;
	margin:0px auto;
	margin-top:50px;
	width:332px;
}
div.century_left, div.century_right{
	display:inline-block;
	float:left;
	width:150px;
	text-align:right;
	padding-right:16px;
	border-right:1px solid #FFE608
}
div.century_left{
	border:none;
	text-align:left;
	padding-right:0;
	padding-left:10px;
}
#footer{
	padding-top:17px;
	font-size:15px;
	line-height:1.8;
}
#footer_lower{
	color:#aaa;
}
