* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #f5f1f2 url('layout/bg.jpg') repeat-y top right;
	overflow-x: hidden;
}

body, td, tr, table, input, select, textarea {
	font-size: 9pt;
	font-family: arial narrow, century gothic, meiryo, verdana, trebuchet ms;
	text-align: left;
	line-height: 16px;
	letter-spacing: 1px;
	color: #222222;
}

input, select, textarea {
	padding: 4px; 
	margin: 0 2px 2px 2px;
	border: 1px solid #cccccc;
}

#wrap {
	width: 800px;
	top: 0px;
	right: 0px;
	position: absolute;
}

#top {
	background: url('layout/main.jpg') no-repeat top;
	height: 500px;
}

#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: 575px;
	margin: 0 auto;
}

#maincon {
	text-align: justify;
	width: 475px;
	left: 30px;
	top: 130px;
	position: absolute;
	margin: 0 auto;
}

#mainnav {
	left: 540px;
	top: 300px;
	position: absolute;
	font-size: 7.5pt;
	color: #116572;
}

#mainnav a {
	font: 7.5pt arial narrow;
	letter-spacing: 0px;
}

#links {
	width: 180px;
	top: 440px;
	left: 545px;
	position: absolute;
	text-align: center;
}

.box {
	font-weight: normal; 
	width: 85%; 
	background: #e9e5e4; 
	text-align: justify;
	border-bottom: 1px dotted #aaaaaa;
	padding: 10px;
	margin: 0 auto;
}

.head {
	line-height: 14pt;
	text-transform: lowercase;
	font-size: 14pt;
	font-family: courier new, georgia;
	color: #b6aba5;
	letter-spacing: 5px;
	text-align: right;
	padding: 3px;
	margin: 4px;
	border-bottom: 1px dotted #cfc6bf;
	padding: 5px 5px 5px 10px;
}

#iefix {
	margin: 0;
	font-size: 0;
}

b {
	color: #deb828;
}

i {
	color: #5e95c0;
	font-family: century gothic;
	font-weight: bold;
}

u {
	color: #8adb82;
	border-bottom: 1px dotted #8adb82;
}

a:link, a:visited, a:active {
	color: #e67375;
	text-decoration: none;
	font-family: courier new;
	letter-spacing: -1px;
	font-size: 9pt;
}

a:hover {
	color: #be4c4f;
	text-decoration: underline;
}

a.one:link, a.one:active, a.one:visited {
	display: inline-table;
	font: 8pt courier new;
	letter-spacing: 2px;
	color: #999999; 
	text-decoration:none; 
	padding: 5px;
	text-align: center;
	background: #ffffff;
}

a.one:hover {
	color: #ffffff; 
	text-decoration:none; 
	background: #999999;
}

a.two:link, a.two:active, a.two:visited {
	display: block;
	font: 8pt courier new !important;
	line-height:14px; 
	text-transform: lowercase;
	color: #3092b5; 
	text-decoration:none; 
	border-bottom: 1px dotted #ffffff;
	width: 93%; 
	text-align: left; 
	margin: 1pt 1pt 5pt 1pt;
	letter-spacing:3px !important;
	padding: 2px 0 2px 5px;
}

a.two:hover {
	color: #ffffff; 
	border-bottom: 1px solid #3092b5;
}

.spacer {
	height: 100%;
}

div.image img {
	padding: 4px; 
	margin: 0 2px 2px 2px;
	border: 1px solid #cccccc;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
}

div.image img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

div.image2 img {
	padding: 4px; 
	margin: 0;
	border: 1px solid #abd0e7;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	-khtml-opacity: 0.4;
}

div.image2 img:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

#footer {
	border-top: 1px dotted #dddddd;
	background: url('layout/bot.jpg');
	width: 400px;
	text-align: center;
	clear: both;
	margin: 0 auto;
}

#footer a {
	font-size: 7pt;
	letter-spacing: 1px;
}

#footertext {
	margin: 0 auto;
	padding: 10px;
	font-size: 7pt;
	line-height: 12px;
}
