/*Main Content*/

body {
margin:0 auto; padding:0px;
background-image:url('../img/pg-bg.jpg');
					background-repeat: no-repeat;
					font-family: Arial, Helvetica, sans-serif;
					background-color:#23354D;
font-size:12px;
letter-spacing:1px;;
line-height:20px;
color:#000000; 
}

#container {
margin: 0 auto;
width:949px;
min-height:800px;
background-image:url(../img/content-bg.gif);
}

#top {
margin: 0px 0 0 0;
width:949px;
height:118px;
background-image:url(../img/top-bg.jpg);
}

#logo {
float:left;
width:307px; 
height:118px; 
display:inline;
}

#nav-background {
float:right;
width:630px;
height:118px;
display:inline;
margin-top:86px;
}

#picswitch-bg {
margin: 0px 0 0 0;
width:949px;
height:316px;
background-image:url(../img/pictureswitcher-bg.png);
overflow:inherit;
}

#picswitch-bg1 {
margin: 0px 0 0 0;
width:885px;
overflow:inherit;
}

#picswitch-bg2 {
margin: 0px 0 0 0;
width:949px;
height:150px;
background-image:url(../img/pictureswitcher-bg.png);
overflow:inherit;
}

#content {
width:890px; 
min-height:210px; 
margin:0 30px 0 40px;

}

#footer {
float:left;
width:949px; 
height:97px; 
}

h1 {
font-family:times new roman;
font-size:10px;
color:#3C7825;
font-style:italic;
word-spacing:3px;
line-height:17px;
font-weight:400;;
}

h2 {
font-family:times new roman;
font-size:25px;
color:#ffffff;
font-style:italic;
word-spacing:1px;
line-height:17px;
font-weight:400;
}

.right {
  float:right;
  margin-bottom:0px;
  padding:2px 3px 2px 3px;
}

.left {
  float:left;
  margin-right:0px;
  margin-bottom:0px;
  padding:2px 10px 2px 1px;
}

.p {
margin:0 auto;
}



/*top navigation*/
#nav a:link, #nav a:visited {
  text-decoration:none;
  list-style:none;
  background-position: 0 0;
  width:120px;
}

#nav li a:hover {
  list-style:none;
  background-position: 0 -18px;
  display:block;
	height: 18px;
}

#nav li a {
  display:block;
	height: 18px;
}

#nav {
  margin:0 0 0 15px;
  width:600px;
  clear:both; 
  padding:1px 0 0 0;
  list-style:none;
  text-indent: -5000px;
}

#nav li {
  margin: 0 0 0 0;
  background: none;
  margin-right: 25px;
  text-align: center;
  float: left;
  list-style: none;
  padding-left: 0px;
}

#nav li #home {
  background-image: url('../img/buttons/home.gif');
  width:38px;
}

#nav li #about {
  background-image: url('../img/buttons/about.gif'); 
  width:107px;
}

#nav li #featured {
  background-image: url('../img/buttons/featured.gif');
  width:120px;
}

#nav li #training {
    background-image: url('../img/buttons/training.gif'); 
  width:120px;
}

#nav li #contact {
    background-image: url('../img/buttons/contact.gif');
	width:73px;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
