/* CSS Document */

/* - - - - - - - - - - - - - - -  Body / Overall Page Style - - - - - - - - - - - - - - - - */

body {
	
	background-image:url(../images/layout_background.png);
	background-position: top center;
	background-repeat: no-repeat;
	
	background-color: #FFFFFF;
	}


/*Special Fonts - - - - - - - - - - - - - - - - */

@font-face {
    font-family: 'apple_chancery';
    src: url('../../fonts/apple_chancery.ttf') format('truetype');
	}

/*Elements Style - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - -  Banner Style - - - - - - - - - - - - - - - - - - - - - - */

#banner {
	width: 950px;
	height: 252px;
	
	margin-left: auto;
	margin-right: auto;
	

/*For testing only, to see where element covers:	
	background-color: #9999FF;
	opacity: 0.6;*/
	
	}


/* - - - - - - - - - - - - - - -  Middle Div Style - - - - - - - - - - - - - - - - - - - - */

#middle {
	width: 950px;
	height: 540px;
	
	margin-left: auto;
	margin-right: auto;

/*For testing only, to see where element covers:	
	background-color: #009933;
	opacity: 0.6;*/
	}

/* - - - - - - - - - - - - - - -  Navigation Menu Style - - - - - - - - - - - - - - - - - */

#nav {
	width: 166px;
	height: 495px;
	padding-top: 35px;
	padding-bottom: 10px;
	
/*	Settings to be used with footer:
	width: 166px;
	height: 415px;
	padding-top: 35px;
	padding-bottom: 50px;*/
	
	margin-left: 25px;
	float: left;
	
	font-family: apple_chancery, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D6301;
	
	text-align: center;

/*For testing only, to see where element covers:	
	background-color: #9999FF;
	opacity: 0.6;*/
	}
	
#nav h1 {
	font-size: 20px;
	font-variant: small-caps;
	line-height: 180%;
	}

#nav h2 {
	font-size: 14px;
	font-variant: small-caps;
	line-height: 130%;
	}

#nav a {
	color: #6D6301;
	text-decoration: none;
	}

#nav a:hover, a:active {
	color: #000000;
	}

/* - - - - - - - - - - - - - - -  Main Content Box Style - - - - - - - - - - - - - - - - */

#content {
	width: 654px;
	height: 510px;;
	
	padding: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
	
/*	Settings to be used with footer: 
	width: 654px;
	height: 430px;;
	padding: 40px;
	padding-top: 30px;*/
	
	
	float: right;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
/*For testing only, to see where element covers:
	background-color: #9999FF;
	opacity: 0.6;*/
	}

/* - - - - - - - - - - - - - - -  Footer Style - - - - - - - - - - - - - - - - - - - - - */

/*#footer {
	width: 950px;
	height: 40px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-color: #9999FF;
	opacity: 0.6;
	}*/
	

img#SpotlightPic {
	margin-left: 71.1%;
	margin-right: auto;
	margin-top: 3px;
	}





















