html {
	min-height: 100%;
	position: relative;
}

body {
	color: #000;
	background: #FFF;
	background: url(../bg_pat01.gif) repeat fixed;
	margin-bottom: 60px;
	font-family: 'Sawarabi Gothic', "Lucida Sans Unicode", Verdana;
}

.whiteFont {color: #fff;}
.padding20 {padding: 20px;}
.padding40 {padding: 40px;}
.blueBackground {background-color: #1ab;}
.grayblueBackground {background-color: #506466;}


.navbar-default .navbar-toggle {border-color: #888;}

.navbar li {
	font-size: 13px;
	text-transform: uppercase;
}

.navbar, .navbar-collapse {
	border: 0;
	background: none;
}

ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a {
	color: #1ab;
	background: none;
	border-bottom: 1px solid #1ab;
}

footer {
	bottom: 0;
	width: 100%;
	font-size: 13px;
	position: absolute;
}