* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: url('images/bg.jpg');
}

body, td, tr, table {
	margin: 0 auto;
	font-size: 8pt;
	font-family: century gothic, meiryo, verdana, trebuchet ms;
	text-align: left;
	line-height: 16px;
	color: #08065a;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: left;
}

#top {
	background: url('images/main.png') no-repeat top;
	height: 600px;
}

#topup {
	margin: 0 0 0 0;
}

#content {
	float: right;
	text-align: justify;
	width: 660px;
	margin: 0 0 0 0;
	background: url('images/spacer.png') repeat-y;
}

html>body #content {
	margin: 0 0 0 0;
}

#content p {
	margin: 10px 0 0 0;
}

div.left {
	float: left; 
	width: 47%;
}

div.right {
	float: right; 
	width: 47%;
}

#maincon {
	text-align: justify;
	width: 450px;
	left: 320px;
	top: 145px;
	position: absolute;
}

#mainnav {
	float: left;
	text-align: justify;
	width: 257px;
	font-family: arial;
	left: 25px;
	top: 400px;
	position: absolute;
}

#links {
	text-align: right;
	width: 85px;
	left: 205px;
	top: 258px;
	position: absolute;
}

.box {
	font-weight: normal; 
	width: 80%; 
	background: #e6e6e6; 
	text-align: justify;
	border-left: 4px solid #ffffff;
	padding: 15px;
	margin: 0 auto;
}

.head {
	height: 15px;
	text-transform: lowercase;
	font-size: 14pt;
	font-family: georgia;
	color: #aaaaaa;
	letter-spacing: 10px;
	font-style: italic;
	text-align: right;
	padding: 3px;
	border-bottom: 3px dotted #bbbbbb;
	margin: 4px;
}

.head2 {
	text-transform: lowercase;
	font-weight: bold;
	line-height: 18pt;
	font-size: 13pt;
	font-family: arial narrow, arial;
	text-align: left;
	letter-spacing: 2px;
	padding: 0 0 0 15px;
	font-style: italic;
	color: #0869da;
}

#iefix {
	margin: 0;
	font-size: 0;
}

b {
	color: #fe0e69;
	letter-spacing: 1px;
}

i {
	color: #07d5c1;
	font-family: century gothic;
	font-weight: bold;
}

u {
	color: #ff0010;
}

a:link, a:visited, a:active {
	color: #0869da;
	text-decoration: none;
	font-family: georgia;
	letter-spacing: 1px;
}

a:hover {
	color: #0869da;
	text-decoration: underline;
}

a.one:link, a.one:active, a.one:visited {
	display: block;
	font: 8pt courier new;
	letter-spacing: 2px;
	color: #ffffff; 
	text-decoration:none; 
	width: 100%;
	line-height: 22pt;
	margin: 1px 1px 3px 0px;
	text-align: center;
	background: #fe0e69;
}

a.one:hover {
	color: #fe0e69; 
	text-decoration:none; 
	background: #ffffff;
}

.spacer {
	height: 100%;
}

div.image img {
	padding: 6px; 
	margin: 0 2px 2px 2px;
	background: #ffffff;
	border: 1px solid #bbbbbb;
}