@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'aine_fontsquare';
	src: url('fnt/aine_font-webfont.eot');
	src: local(';-)'), url('fnt/aine_font-webfont.woff') format('woff'), url('fnt/aine_font-webfont.ttf') format('truetype'), url('fnt/aine_font-webfont.svg#webfont076dJyaD') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	height:100%
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #111;
	margin: auto;
	padding: 0;
	height:100%;
	background: #EEE;
	background: -moz-linear-gradient(top,  #ddd 0%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ddd 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ddd 0%,#eee 100%); /* Opera 11.10+ */
	background: linear-gradient(top,  #ddd 0%,#eee 100%); /* W3C */
	background: -ms-linear-gradient(top,  #ddd 0%,#eee 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
}
address {
	background:#FFF;
	width:150px;
	margin:auto;
	padding:25px 25px 15px;
	-moz-box-shadow: 1px 4px 8px #888;
	-webkit-box-shadow: 1px 4px 8px #888;
	box-shadow: 1px 4px 8px #888;
	font-style: normal;
	position:absolute;
	right:50%;
	top:0;
	background: #fff8a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff9bf 0%, #fff58c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff9bf), color-stop(100%,#fff58c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff9bf 0%,#fff58c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff9bf 0%,#fff58c 100%); /* Opera 11.10+ */
	background: linear-gradient(top,  #fff9bf 0%,#fff58c 100%); /* W3C */
	background: -ms-linear-gradient(top,  #fff9bf 0%,#fff58c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9bf', endColorstr='#fff58c',GradientType=0 ); /* IE6-8 */
}
hr {
	color:#EC9;
	background-color:#EC9;
	border:0;
	height:1px;
	margin:2px -25px;
}
a {
	text-decoration:none;
	color:#111;
}
a:hover {
	color:#930;	
}
p {
	margin-left:15px;
}
p strong {
	margin-left:-5px;
}
.special {
	font-family: aine_fontsquare, sans-serif;
	font-size: 13px;
}