* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: url('layout/bg.jpg');
}

body, td, tr, table {
	margin: 0 auto;
	font-size: 10.5pt;
	font-family: muli, arial;
	text-align: justify;
	line-height: 19pt;
	color: #7d796b;
}

input, select, textarea {
	font-size: 10.5pt;
	font-family: muli, arial;
	padding: 8px; 
	margin: 0 2px 2px 2px;
	background: url('layout/bgbox.png');
	color: #7d796b;
}

b {
	color: #13494b;
}

i {
	color: #84be92;
}

u {
	color: #43919e;
}

a:link, a:visited, a:active {
	color: #3aaba1;
	text-decoration: none;
}

a:hover {
	color: #1d7c74;
}

#wrap {
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

#top {
	background: url('layout/main.jpg') no-repeat top;
	height: 500px;
	text-align: left;
}

#navi {
	width: 250px;
	float: right;
	margin-top: -70px !important;
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	word-spacing: 0px;
	padding: 0px 0px 15px 5px;
	display: inline-table;
	border-left: 1px solid #eeeade;
}

#navi a {
	font-family: quicksand;
	font-size: 11pt;
	line-height: 16pt;
	letter-spacing: 0px;
	text-transform: lowercase;
	text-align: left;
	text-decoration: none;
	text-style: italic;
	display: block;
	margin-right: 10px;
}

#navi a:hover {
	text-decoration: none;
}

#topup {
	margin: 0 0 0 0;
}

html>body #content {
	margin: 0 0 0 0;
}

#content p {
	margin: 10px 0 0 0;
}

div.left {
	float: left; 
	width: 49%;
	margin-top: 1pt;
	margin-bottom: 5pt;
}

div.right {
	float: right; 
	width: 49%;
	margin-top: 1pt;
	margin-bottom: 5pt;
}

#content {
	width: 700px;
	float: left;
	margin-top: -20px !important;
	padding: 0px 20px;
}

.box {
	font-weight: normal; 
	width: 85%; 
	background: url('layout/bgbox.png') center; 
	text-align: justify;
	margin: 25px auto;
	padding: 12px;
	border-radius: 15px;
}

.head {
	font-size: 17pt;
	line-height: 20pt;
	font-family: quicksand;
	color: #dad1aa;
	text-align: left;
	padding: 12px 0px 5px 25px;
}

#navi .head {
	font-size: 12pt;
	line-height: 17pt;
	font-family: muli;
	color: #dad1aa;
	text-align: right;
	text-transform: lowercase;
	font-weight: bold;
	padding: 0px 25px 0px 0px;
}

#iefix {
	margin: 0;
	font-size: 0;
}

div.image img {
	padding: 8px; 
	margin: 1px;
	background: url('layout/bgbox.png');
}

div.image img:hover {
	background: url('layout/bgbox.jpg') bottom left;
}

div.image2 img {
	padding: 8px; 
	margin: 1px;
	background: url('layout/bgbox.jpg') bottom center;
}

div.image2 img:hover {
	background: url('layout/bgbox2.jpg') bottom center;
}

div.image3 img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* IE 6-9 */
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	margin: 1px;
	border-radius: 15px;
	box-shadow: 1px 1px 7px 0px #cccccc;
}

div.image3 img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: none;
	filter: none;
}

.stats {
	text-align: center;
	text-transform: lowercase;
	padding: 10px;
	color: #99cea4;
	font-size: 18pt;
	background: url('layout/bgup.png') center;
}

ul {
	list-style-type: katakana;
	margin: 0 0 0 35px !important;
	padding: 0 0 0 0 !important;
	color: #c8c2ac;
}

li {
	text-align: justify;
	padding: 0 0 0 3px !important;
}

.links a {
	display: inline-table;
	background: url('layout/bgbox.png');
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-khtml-opacity: 0.6;
	width: 30%;
	padding: 5px;
	margin: 2px .5px;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
}

.links a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

table {
	width: 90%;
}

th {
	padding: 8px;
	background: url('layout/bgbox2.jpg');
	text-align: center;
	color: #eae8d7;
}

td {
	padding: 8px;
	background: url('layout/bgbox.jpg');
	text-align: center;
}

.pre {
	font-weight: normal; 
	width: 613px; 
	text-align: justify;
	margin: 5px auto 35px auto;
	padding: 0px;
	display: block;
	border-radius: 15px;
}

.predate {
	padding: 10px;
	background: url('layout/bgbox2.jpg'); 
	float: left;
	display: inline-table;
	text-align: center;
	width: 150px;
	margin: 0px 0px 7px 0px;
}

.prein {
	padding: 10px; 
	background: url('layout/bgbox.png'); 
	float: left;
	display: inline-table;
	width: 416px;
	margin: 0px 0px 7px 7px;
}

@font-face {
    font-family: muli;
    src: url('layout/muli.ttf');
}

@font-face {
    font-family: avenir;
    src: url('layout/avenirlt.otf');
}

@font-face {
    font-family: quicksand;
    src: url('layout/quicksand.otf');
}


#footer {
	width: 100%;
	text-align: center;
	font-size: 8pt;
	margin: 10px auto 0px auto;
	padding: 130px 0px 10px 0px;
	line-height: 12pt;
	text-transform: uppercase;
	color: #17494b;
	background: url('layout/bgbot.jpg');
}

#footer a {
	color: #2f6f5c;
}

#footer a:hover {
	color: #1d5343;
}

#footer img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
}

#footer img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}
