﻿body
{
    background-image:url('App_Themes/Desert/Images/P1010038.JPG'); /*uncomment this line if we use an image instead of solid black*/
    background-repeat:repeat;
    /*background-color: #000000;*/
}

#container
{
	width: 45em;
	padding: 0;
	margin: 0 auto;
	/*background-color: #99CCCC; /*this was only used in development to visually test container layout*/
}

#header {
	background-color: #FFF;
	background: url('App_Themes/Desert/Images/TucsonCityView4_resized.jpg') no-repeat left top;
	width: 45em;
	height: 175px;
	border-style: solid;
    border-width: 0.1em;
    border-color: White;
	/*border: 5px solid #7593AB;*/
    text-align: center;
    margin: 0em 0em 0.25em 0em; /*this sets a bottom margin between this and the NavBar div */
}

#header h1
{
    font-family: "Batang";
    font-weight: bolder;
    font-size: 55px;
    /*color: #333333;*/
    color:White;
    height: 75px;
}

#PageHeader2
{
	background-color: #FFF;
	background: url('App_Themes/Desert/Images/TucsonCityView4Bottom.jpg') no-repeat left top;
	width: 45em;
	height: 75px;
	margin: 0em 0em 0.5em 0em; /*this sets a bottom margin between this and the nav bar */
	/* border: 1px solid #7593AB; */
}

#PageHeader2 p
{
    text-align: center;
    font-family: "Batang";
    font-size: 35px;
    font-weight: bolder;
    color: #ffffff;
    margin: .5em;
}

#NavBar ul
{
list-style: none;
padding: 0;
margin: 0;
}

#NavBar li
{
float: left;
margin: 0 0.15em;
} 

#NavBar li a
{
background: url('css-nav.gif') #fff bottom left repeat-x;
font-family: "Batang";
font-weight: bold;
height: 2em;
line-height: 2em;
float: left;
width: 7em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
} 

/* Hide from IE5-Mac */
#NavBar li a
{
float: none
}
/* End hide */

#NavBar
{
width:45em;
Height:41px;
margin: 0em 0em 0.25em 0em;
padding:0;
}

#PageLayout /*formats the main layout table on the master*/
{
width: 45em;
border-style: solid;
border-width: 0.1em;
border-color: White;
background-color:#DEB887;
}

#PageLayout td /*formats the font for the content within the layout table*/
{
vertical-align:text-top;
vertical-align:top;
font-family: "Batang";
font-weight:normal;
color: #990000;
/*background-image:url('App_Themes/Desert/Images/RockBackgroundSmall.JPG');*/
/*background-repeat:repeat;*/
/*background-color: black;*/
}

#Paracenter /*used to center text - example on books.aspx text under book image*/
{
text-align: center;
color:Blue;
font-size:small;
}