/* background */

body {background: url(images/bgimg.jpg);}

/* Page Headings */

img {border-style: outset ;}

img.1 {border-color: #800000 ;}

h1 {font-family: "Times New Roman"; 
    font-size: 170%;
    font-weight: bold;
    color: maroon;
    text-decoration: underline;
    text-transform:  uppercase; }

/* Section Heading */

h2 {font-family: "Times New Roman"; 
    font-size: 100%;
    font-weight: bold; }

/* Normal Text */

a       { color: #800000;
	  text-decoration: none;
          text-transform: capitalize;
          }
a:hover {
	text-decoration: underline;
             }

a.email      { color: #800000;
	  text-decoration: none;
              }

a.email:hover {
	text-decoration: underline;
              }


p {font-family: Arial; 
   font-size: 100%;}

h2.link {font-family: Times New Roman; 
    font-size: 100%;
     Font-weight: bold;
         border-style: outset;
 }

#page_container { float: none;
	width: 780px;
}

#header_container {
	width: 760px; 
	
}

#content_container {
        width: 760px;

}

#left_nav {
	float: left;
        width: 190px;
}

#page {
	float: left;
        width: 380px;
}

#right_nav {
	float: left;
        width: 190px;
}
#lower_nav {
        float: none;
           }
       
#border { border: solid #800000}

