* {

	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {

	margin: 0px;
	padding: 0px;

	background: #7C7768;
	
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: #3D3A30;
	text-align: center;
	line-height: 16px;
}

#ceiling-wrap {

	position: relative;
	
	top: 0px;
	left: 0px;
	width: 900px;
	height: 40px;
	
	margin: 0px auto;
}

#ceiling-wrap #ceiling {

	position: absolute;

	top: 10px;
	left: 0px;
	width: 900px;
	
	color: #FBEFCD;
	text-align: right;
}

#ceiling .icon-wrap {
	
	position: absolute;

	top: 3px;
	left: 820px;
	width: 80px;
}

#frame-wrap {

	position: relative;
	
	top: 0px;
	left: 0px;
	width: 900px;
	
	background: url('/images/body/background.png') repeat;
	
	margin: 0px auto;
}

#frame-wrap #header-wrap {

	position: relative;
	
	top: 0px;
	left: 0px;
	width: 900px;
	height: 180px;
	
	background: url('/images/header/background.png') repeat;
}

#content-wrap {

	position: relative;

	top: 0px;
	left: 0px;
	width: 900px;
}

#content-wrap #content {

	position: relative;

	top: 20px;
	left: 30px;
	width: 840px;

	text-align: left;
}

#content .column-1_75-2-wrap,
#content .column-2_25-2-wrap {

	position: relative;
	float: left;
}

#content .column-1_75-2-wrap {

	left: 0px;
	width: 560px;
}

#content .column-2_25-2-wrap {

	left: 30px;
	width: 250px;
}

#footer-wrap {

	position: relative;

	top: 0px;
	left: 0px;
	width: 900px;
	
	margin: 0px auto;
}

#footer-wrap .footer {

	position: relative;
	
	top: 0px;
	left: 0px;
	width: 900px;
	
	color: #FBEFCD;
	font-size: 9px;
	line-height: 12px;
	
	margin: 10px 0px 15px 0px;
}

a {

	color: #C40022;
	text-decoration: none;
	font-weight: bold;
}

a:hover {

	color: #C40022;
	text-decoration: underline;
	font-weight: bold;
}

a.ceiling {

	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

a.ceiling:hover {

	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

h1 {

	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color: #3D3A30;
	line-height: 24px;

	margin-bottom: 15px;
}