﻿@charset "UTF-8";
/* CSS Document */

/* Colors for the menus and background.
#6a6967--dark grey color
#908f8c--light grey color
#ffffff--background
#eb5033--dark orange
23c0c0c0
*/

*{
	margin:0 auto;
	}
	

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 0.9em;
	background-image: url(images/natfl044.jpg);
	margin: 0;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#container{
	background-color: #FFFFFF;
	width: 730px; /*597px;*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1000px; /*615px;*/
	margin-top: 0px;
	}

	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 900px; /*615px;*/
	margin-top: 0px;
	}

	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 800px; /*615px;*/
	margin-top: 0px;
	}

#content{
	width: 350px;
	float: right;
	margin-right: 50px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
	margin-top: 25px;
}
/*
#nav{
	float: left;
	background-color: #FFFFFF;
	margin-top: 25px;
	width: 175px;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav ul li{
	padding:0;
	list-style-image: none;
	list-style-type: none;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}


#nav ul li a {
display:block;
text-decoration:none;
text-indent:-9999px;
}



#nav-home a{
	background-image: url(images/nav_01.gif);
	height: 36px;
	width: 144px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#nav-calender a{
	background-image: url(images/nav_02.gif);
	height: 36px;
	width: 144px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#nav-photo a{
	background-image: url(images/nav_03.gif);
	height: 36px;
	width: 144px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#nav-blog a{
	background-image: url(images/nav_04.gif);
	height: 36px;
	width: 144px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#nav-faqs a{
	background-image: url(images/nav_05.gif);
	height: 36px;
	width: 144px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#nav-contact a{
	background-image: url(images/nav_06.gif);
	height: 36px;
	width: 144px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#nav-appform a{
	background-image: url(images/nav_07.gif);
	height: 36px;
	width: 144px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#nav a:hover{
background-position: 0 -36px;
}
#nav a.selected{
background-position: 0 -72px;
}

*/

