* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: url('layout/bg.jpg') fixed;
}

body, td, tr, table {
	margin: 0 auto;
	font-size: 10pt;
	font-family: tahoma, trebuchet ms;
	text-align: justify;
	line-height: 20pt;
	color: #333333;
}

input, select, textarea {
	padding: 4px; 
	margin: 0 2px 2px 2px;
	border: 1px dotted #383838;
	color: #383838;
	background: url('layout/bgbox.jpg'); 
}

#wrap {
	width: 700px;
	margin: 0 auto;
	background: #000000;
	padding: 0px 20px 0px 20px;
}

#top {
	background: url('layout/main.jpg') no-repeat top;
	height: 380px;
	text-align: left;
}

#top a:hover {
	background: url('layout/bglink.png');
	display: inline-table;
}

#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;
	margin: 0 auto;
}

.box {
	font-weight: normal; 
	width: 75%; 
	background:  url('layout/bgbox.jpg'); 
	text-align: justify;
	margin: 0 auto 25px auto;
	font: 9pt courier new;
	color: #393939;
	padding: 8px 14px 8px 14px;
	line-height: 18pt;
	border: 1px dotted #333333;
}

.head {
	line-height: 14pt;
	font-size: 24pt;
	font-family: georgia, courier new, georgia;
	color: #540701;
	letter-spacing: -1px;
	text-align: left;
	text-transform: lowercase;
}

.subhead {
	font-size: 10pt;
	line-height: 10pt;
	font-family: courier new, georgia;
	color: #b35c00;
	letter-spacing: 8px;
	text-align: right;
	text-transform: uppercase;
}

#iefix {
	margin: 0;
	font-size: 0;
}

b {
	color: #d87f01;
	font-weight: normal;
}

i {
	color: #ffffff;
}

u {
	color: #f9ca69;
}

a:link, a:visited, a:active {
	color: #870c00;
	text-decoration: none;
}

a:hover {
	color: #777777;
}

#mainnav a:link, #mainnav a:visited, #mainnav a:active {
	display: inline-table;
	color: #dd5946;
	text-decoration: none;
	font: 9pt courier new;
	letter-spacing: 7px;
	text-transform: lowercase;
	background: #ffffff;
	padding: 10px 10px 10px 17px;
}

#mainnav a:hover {
	color: #ffffff;
	background: transparent;
}

a.one:link, a.one:active, a.one:visited {
	display: inline-table;
	font: 7pt courier new;
	letter-spacing: 1px;
	color: #79b5b2; 
	background: #ffffff;
	text-decoration:none; 
	padding: 1px 5px 1px 5px;
	text-align: left;
}

a.one:hover {
	color: #d28000; 
	text-decoration:none; 
}

.spacer {
	height: 100%;
}

div.image img {
	padding: 4px; 
	margin: 1px;
	background: #222222;
	border: 1px dotted #333333;
	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: 1px;
	background: #ffffff;
	border: 1px dotted #0195bf;
	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 {
	width: 95%;
	text-align: justify;
	clear: both;
	color: #282828;
	text-transform: uppercase;
	font-family: courier new;
	border-top: 1px dotted #222222;
	margin: 0 auto;
	padding: 15px 15px 15px 15px;
	font-size: 7.5pt;
	line-height: 12px;
}
