@charset "utf-8";
@import url("../webfonts/architectsdaughter/stylesheet.css");

@font-face {
	font-family: 'architectsdaughter';
	src: url('../webfonts/architectsdaughter/architectsdaughter-webfont.eot');
	src: url('../webfonts/architectsdaughter/architectsdaughter-webfont.eot?#iefix') format('embedded-opentype'),
url('../webfonts/architectsdaughter/architectsdaughter-webfont.woff') format('woff'),
url('../webfonts/architectsdaughter/architectsdaughter-webfont.ttf') format('truetype'),
url('../webfonts/architectsdaughter/architectsdaughter-webfont.svg') format('svg');
}

h1, h2, h3, p, nav, ul, footer {
	text-align: center;
	color: #000000;
}

p {max-width: 1200px;
margin: 0 auto;}

body, header, footer {
	font-family: architectsdaughter, "Comic Sans MS", cursive;

}body {
	background-image: url(../3-running/LMTR10/lmtrbkgd.jpg);
	background-repeat: repeat-x;
}

nav {
	font-size: medium;
	background-color: #BBB7B7 ;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
nav li {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
	text-decoration: none;
}
nav a:link {
		color: #1D03FB;
	text-decoration: underline;
}
nav a:hover {
	color: #000000;
	text-decoration: none;
}
#footer {

	background-color: #ccc;
	text-decoration: none;
	position:relative;
	bottom:0%
}