* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: url('layout/bg.jpg');
	margin: 0 auto;
	font-size: 8pt;
	font-family: trebuchet ms, arial;
	text-align: left;
}

#wrap {
	width: 600px;
	margin: 0 auto;
	float: left;
	text-align: left;
}

#top {
	background: url('layout/main.jpg') no-repeat top;
	height: 400px;
}

#topup {
	margin: -20px 0 0 0;
}

#content {
	float: center;
	text-align: justify;
	width: 450px;
	color: #000000;
	font-size: 8pt;
	font-family: trebuchet ms, arial;
	line-height: 13px;
	letter-spacing: 1px;	
	margin: 0 20px 0 0;
}

html>body #content {
	margin: 0 20px 0 0;
}

#conpadding {
	padding: 0 0 0 0;
}

#content p {
	margin: 10px 0 0 0;
}

.box {
	color: #000000; 
	font-weight: normal; 
	width: 99%; 
	background: url('layout/bgbox.jpg'); 
	text-align: justify; 
	letter-spacing: 1px;
	border: 0;
	margin: 0 0 0 5px;
}

div.left {
	float: left; 
	width: 49%;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
}

div.right {
	float: right; 
	width: 49%;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
}

.head {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 28pt;
	font-family: georgia;
	font-style: italic;
	color: #cccccc;
	padding: 0 0 5px 0;
	margin: 10px 0 0 0;
}

#iefix {
	margin: 0;
	font-size: 0;
}

b {
	color: #EC9F6B;
	font-family: georgia;
}

i {
	color: #4085B6;
	font-family: georgia;
}

a:link, a:visited, a:active {
	font-weight: normal;
	color: #64A02E;
	text-decoration: none;
	font-family: georgia;
}

a:hover {
	color: #4F861D;
	font-family: georgia;
}

a.one:link, a.one:active, a.one:visited {
	display: block;
	font-family: century gothic;
	text-transform: uppercase;
	font-size: 12pt;
	line-height:28px;
	letter-spacing:1px; 
	color: #ffffff; 
	text-decoration:none; 
	height: 28px; 
	width: 100%; 
	text-align: center; 
	background-color: #000000;
	margin: 0 0 0 0;
}

a.one:hover {
	display: block;
	line-height:28px;
	color: #5F6B8D; 
	text-decoration:none; 
	height: 28px; 
	width: 100%; 
	text-align: center; 
	background-color: #080F27;
	margin: 0 0 0 0;
}

.spacer {
	height: 100%;
}

#footer {
	background: url('layout/bgbottom.jpg') top right no-repeat;
	width: 600px;
	height: 200px;
	color: #000000;
	font-size: 8pt;
	font-family: georgia, century gothic, trebuchet ms;
	text-align: center;
	clear: both;
}

#footertext {
	padding: 125px 0 0 0;
}