body { 
	background: #fff; 
	color: #000;   
	text-align: center;
}

html, body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr { 
	clear: both;
	border: 0; 
	color: #e5e5e5; 
	background-color: #e5e5e5;
	height: 1px;
}

.clr {
	clear: both;
}

.pdf { 
	background: url(../img/pdf.gif) no-repeat left 50%; 
	padding: 0 0 0 20px;
	display: block;
}

#corp { 
	position: relative;
	width: 930px; 
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff;  
	text-align: left; 
}

#campaign {
	margin: 0 -24px 4px;
	padding: 9px 10px;
	height: 290px;
	background: #ddd url(camp_bg.gif);
}

.box {
	float: left;
	width: 270px;
	background: url(box_bg.jpg) no-repeat;
	padding: 20px;
}

	.box h3 {
		border-bottom: 2px solid #d7d1c7;
	}

#footer {
	margin: 20px 0;
	font-weight: bold;
	font-size: 93%;
	color: #333;
	letter-spacing: -0.08em;
}

/* Menu */
/* ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ */

#logo {
	float: left;
}

#menu { 
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#menu li {
	float: left;
	padding: 0;
}

#menu li a { 
	display: block;
	height: 36px;
	margin: 0 2px;
	padding: 0 16px 0 0;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: -0.08em;
	background: url(menu_bg0.gif) no-repeat right top;
}

#menu li a span {
	display: block;
	height: 36px;
	padding: 10px 0 0 16px;
	background: url(menu_bg0.gif) no-repeat left top;
}

	#menu li a:hover, #menu li a:hover span, #menu li.here a, #menu li.here a span { 
		background-image: url(menu_bg1.gif);
		color: #fff;
	}
	

/* Typography */
/* ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ ≈ */

body, input, select, textarea {
	font: 70%/146% 'helvetica neue', helvetica, arial, sans-serif;
}

a				{ background: transparent; }
a:link 			{ color: #333; }
a:visited 		{ color: #333; }
a:visited:hover {  }
a:hover 		{ color: #ff3600; }
a:active 		{  }

h1, h2, h3, h4 ,h5 { 
	letter-spacing: -0.07em;
	color: #2c2312;
}

h1 {
	font-size: 210%;
	margin: 10px 0 10px 20px;
}

h2 {
	font-size: 160%;
	margin: 0 0 16px;
}

h3 {
	font-size: 130%;
	margin: 0 0 12px;
}

h4 {
	font-size: 120%;
	margin: 0 0 6px;
}

h5 {
	font-size: 100%;
	margin: 0 0 4px;
}

p { 
	margin: 0 0 14px;
}

ul, ol {
	margin: 0 0 12px 16px;
}

.alert {
	color: #bd3d13 !important;
}