@import url(https://fonts.googleapis.com/css?family=Inconsolata);

a:link {
    text-decoration: none; 
    color: white;
    border-style: none;
}

a:visited {
    text-decoration: none; 
    color: white;
}

a:hover { 
    text-decoration: none;
}

body        {position: inherit; background-image: url("./images/bg.png"); background-position: top center; top: 0px; background-repeat: no-repeat;z-index: 1; overflow-y: auto; height: auto; overflow-x: hidden; }
#logo       {top:15px;left: 50%;margin-left:-410px;width:170px;height:103px;background-image: url("./images/logo.jpg");position:absolute;}
#content    {top:145px; width: 860px; left: 50%; margin-left: -430px; height: auto; position: relative; display: block; font-family: Helvetica, sans-serif; padding-bottom: 27px;}
#images     {z-index: 5; position: relative;}
#nav        {position: absolute; top: 75px; left: 50%; margin-left: -200px; letter-spacing: 0px}
#moto       {position: absolute; top: -10px; left: 50%; margin-left: -10px}
#footer     {position: fixed; bottom: 0px; display: block; clear: both; background-color: black; height: 18px; width: 100%; left: 0px; margin-top: -25px; text-align: center; color: #a7a7a7; font-family: 'Inconsolata';font-size: 14px; padding-top: 3px;}
#navbg		{background-color: #ED4D29; display: inline-block; padding: 7px 0px 17px 0px;}

ul li 		{list-style-type: none;margin: 0;font-family: 'Inconsolata';display: inline;padding:7px 0px 17px 0px;
				cursor: pointer;
			    box-shadow: inset 0 0 0 0 #ED4D29;
				-webkit-transition: all ease 0.8s;
				-moz-transition: all ease 0.8s;
				transition: all ease 0.8s;}
ul li:hover {text-decoration: none; background-color: #ED4D29; padding: 7px 0px 17px 0px;
				box-shadow: inset 0 -100px 50px 0 #ED4D29;}
h1 			{font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;font-size: 24px;font-style: italic;color: #ED4D29; margin-bottom: 0px;}
h2 			{font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;color: white;z-index:1;font-size: 24px;padding: 10px; font-style: italic;}
h3 			{font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; margin-top: 4px; margin-bottom: 0px; font-size:14px ;color: white;font-style: normal;}
p 			{margin-top: 0px;font-size: 14px;z-index:1;line-height: 1.7;padding-top: 10px;padding-bottom: 0px;}
p:link 		{text-decoration: underline; color: red;border-style: none;}
