/*
    NSD Health & Fitness Website CSS
    CSS Positioning version
    by Shane Laird
 */

/* ===== global styles ===== */

body {
	font-family: arial;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	background-color: black;
}

h3{
	font-family: arial;
	font-size: 14pt;
	color: black;
	
}	

h4{
	font-family: arial;
	font-size: 12pt;
	color: black;
}
	
p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em
}

.links {
	font-family: arial;
	color: black;
	font-size: 8pt;
	
}



div#outerDiv{
	height: 950px;
	position: relative;
	
}


	
#outer a:link, #outer a:visited {
    text-decoration: none;
    color: #1302b9;
	
}

#outer a:hover, #outer a:active {
    color: #1302b9;
    border-bottom: 1px dashed #000000;
}	
	

/* ===== header ===== */	

div#header {
	height: 950px;
	height: 100px;
	position: relative;

}