body {
	background: url(../../img/base/top-bar.jpg) repeat-x;
	font-family: sans-serif;
	color: #333;
}

#header {
	color: white;
	height: 87px;
}

#main-logo {
	margin: 11px 0 0 10px;
	float: left;
}

#main-nav {
	margin-top: 20px;
	float: right;

}

#main-nav a {
	margin-right: 2px;
	color: #e6e6e6;
	text-decoration: none;
	font-size: 16px;
    font-family: Century Gothic, Arial;
	padding: 5px 10px 5px 10px;
	background: url(../../img/base/button.jpg) repeat-x;
}

#main-nav a:hover {
	color: white;
	text-decoration: underline;
	background: url(../../img/base/button_hover.jpg) repeat-x #22487a;
}

#main-nav a.selected {
	color: white;
	background: url(../../img/base/button_hover.jpg) repeat-x #333;
}

#number-top {
	font-size: 18px;
	font-family: Century Gothic, Arial;
	margin-left: 20px;
}

#footer {
	text-align: center;
	padding: 10px 0;
	
}

.bottom-header {
	font-family: Century Gothic, Arial;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.section-header-small, .section-header-small a {
	font-family: Century Gothic, Arial;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #333;
	text-decoration: none;
}

#header-biggest {
	font-size: 22px;
	line-height: 35px;
	margin: 25px 0;
	text-align: center;
	color: #666;
	font-family: Century Gothic, Arial;
}

#bottom {
	padding-bottom: 20px;
}

hr {
	font-size: 1em;
}

