* {
	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: 700px;
	margin: 0 auto;
	float: left;
	text-align: left;
}

#top {
	background: url('layout/main.jpg') no-repeat top;
	height: 500px;
}

#topup {
	margin: -90px 0 0 0;
}

#content {
	float: left;
	text-align: justify;
	width: 450px;
	color: #666666;
	font-size: 7.5pt;
	font-family: trebuchet ms, arial;
	line-height: 10px;
	letter-spacing: 1px;	
	margin: 0 0 0 100px;
}

html>body #content {
	margin: 0 0 0 100px;
}

#conpadding {
	padding: 0 0 0 0;
}

#content p {
	margin: 10px 0 0 0;
}

.box {
	color: #666666; 
	font-weight: normal; 
	width: 99%; 
	background: url('layout/bgbox.jpg'); 
	text-align: justify; 
	letter-spacing: 1px;
	border: 0;
	margin: 0 0 0 5px;
}

.head {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 28pt;
	font-family: georgia;
	font-style: italic;
	color: #B2B2B2;
	padding: 0 0 5px 10px;
	margin: 10px 0 0 0;
}

#iefix {
	margin: 0;
	font-size: 0;
}

b {
	color: #444444;
	font-family: georgia;
}

i {
	color: #111111;
	font-family: georgia;
}

a:link, a:visited, a:active {
	font-weight: normal;
	color: #4C508C;
	text-decoration: none;
	font-family: georgia;
}

a:hover {
	color: #292D67;
	font-family: georgia;
}

.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;
}