body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin: 0 0 0 0;
	min-width: 800px;
}

#header2 {
	width: 100%;
}

#nav_bar {
	height: 54px;
	min-width: 912px;
	background-image: url(../images/trans.png);
	background-repeat: repeat;
}

#nav_bar_left {
	float: left;
	min-width: 912px;
}

#nav_bar_right {
	float: right;
	text-align: right;
	height: 54px;
}

#nav_bar_right img {
	margin-top: 16px;
	margin-right: 20px;
}

.nav_link {
	display: inline;
	line-height: 54px;
}

.nav_link a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 15px;
	font-size: 14px;
}

.nav_link a:hover {
	text-decoration: underline;
}

.selected {
	text-decoration: underline;	
}

#footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	color: #ffffff;
	text-align: center;
}

@media (max-width: 1330px) {
.nav_link a {
	margin-left: 10px;
	font-size: 12px;
}
}

@media (max-width: 1130px) {
#nav_bar_right {
	display: none;
}
}

@media (max-width: 1075px) {
.nav_link a {
	font-size: 12px;	
}
}