body {
    background-color: #d9d9d9;
	background-image: url('../images/wave_bg.png'), url('../images/noise.png');
    background-position: bottom, center;
    background-repeat: repeat-x, repeat;
}

hr {
    border: none;
    height: 1px;
    background-color: #bababa;
}

a {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	margin: 0;
}

h1.section_header {
	padding: 10px;
	width: 830px;
    height: 65px;
    font-size: 50px;
	margin-left: -45px;
	color: white;
	text-align: center;
    background: url('../images/section_header_bg.png') no-repeat;
}

p {
	font-weight: 200;
	margin: 0;
	line-height: 1.2;
}

p.ext_link {
    padding: 10px;
    background: #eefcef;
    border: 1px solid #6cac98;
    border-radius: 5px;
    width: 740px;
    display: block;
	color: #6cac98;
	text-align: center;
}

p.ext_link:hover {
	color: #34715e;
	border: 1px solid #34715e;
}

code {
    font-size: 15px;
    padding: 10px;
    background: #f2f5f5;
    border: 1px solid #b1bfc3;
    border-radius: 5px;
    width: 740px;
    display: block;
	color: #3c6f7e;
}

.main_container > img {
    padding: 10px;
    background: #efefef;
    border: 1px solid #bababa;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 740px;
}

#header {
	height: 300px;
	width: 100%;
	background: #41425d url('../images/header_bg.png') center center;
	color: white;
	text-align: center;
	position: relative;
	z-index: 999;
}

#nav_main, #nav_fixed, #nav_scroll {
	height: 50px;
	width: 100%;
	background-color: #303145;
	text-align: center;
	font-size: 0;
	color: white;
	overflow: hidden;
}

#nav_main {
	top: 250px;
	position: absolute;
}

#nav_fixed {
	top: 0;
	position: fixed;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}

#nav_scroll {
	position: fixed;
	top: 0;
	right: 10px;
	height: 70px;
	width: 50px;
	background: transparent url('../images/top.png') bottom no-repeat;
	overflow: visible;
}

#nav_scroll:hover {
    background-position: top; 
}

.nav_button {
	width: 200px;
	height: 50px;
	display: inline-block;
	font-size: 20px;
}

.nav_button:hover {
	background-color: #222231;
}

.nav_button > p {
	padding-top: 15px;
	font-weight: 100;
}

.main_container {
	width: 760px;
	margin: 50px auto;
	padding: 20px;
	background: white;
    border: 1px solid #bababa;
}

.page {
	background: #f4f3eb;
	border: 1px solid #bcbcbc;
	border-radius: 5px;
	margin: 0 -45px;
	padding: 40px;
}


/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Helvetica Neue', sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}