
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	scrollbar-face-color: #CE7E4E;
	scrollbar-track-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #FFFFFF;
	background: #FFFFFF url('layout/bg.jpg') repeat-x;
	margin: 0 auto;
	font-size: 7.5pt;
	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: 500px;
}

#topup {
	margin: -50px 0 0 0;
}

#content {
	float: left;
	text-align: justify;
	width: 500px;
	color: #A16D24;
	font-size: 7.5pt;
	font-family: trebuchet ms, arial;
	line-height: 10px;
	letter-spacing: 1px;	
	margin: -30px 0 0 0;
}

html>body #content {
	margin: -30px 0 0 0;
}

#conpadding {
	padding: 0 0 0 45px;
}

#content p {
	margin: 10px 0 0 0;
}

#navi {
	width: 200px;
	float: right;
	margin: 0 0 0 0;
	text-align: right;
}

#navipadding {
	margin: 0 0 0 0;
}

.box {
	font-family: trebuchet ms; 
	font-size: 7.5pt; 
	color: #99492D; 
	font-weight: normal; 
	width: 99%; 
	background-color: #FBF4EE; 
	text-align: justify; 
	letter-spacing: 1px;
	border: 0;
	margin: 0 0 0 5px;
}

.head {
	background: url('layout/bghead.jpg') no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18pt;
	font-family: century gothic, trebuchet ms;
	letter-spacing: 1px;
	font-style: italic;
	color: #000000;
	padding: 7px 0 10px 10px;
	margin: 10px 0 5px 0;
}

#iefix {
	margin: 0;
	font-size: 0;
}

b {
	color: #A90000;
}

i {
	color: #000000;
}

a:link, a:visited, a:active {
	font-weight: normal;
	color: #008955;
	text-decoration: none;
}

a:hover {
	color: #024717;
}

#footer {
	background: url('layout/bottom.jpg') top center no-repeat;
	width: 550px;
	height: 114px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	font-family: century gothic, trebuchet ms;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}

#footertext {
	padding: 25px 0 0 15px;
}