@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}


body {
	font-family: Bree, Helvetica, Arial, Sans-serif;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

@font-face {
	font-family: 'Bree';
	src: url('BreeOblique_Reg.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

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

p {
	padding: 10px 0 0 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 1130px;
	height: 1090px;
	text-align: left;
	background-repeat: repeat;
	margin-top: 10px;
	padding-left: 16px;
}

