	body {
		background-color: white;
		font-family:verdana,arial;
		font-size:12px;
		font-style: normal;
		background-color: #343534;
	}
	
	#outer {
		height: 620px;
		width: 980px;
		background-color: #556771;
		margin:  auto;
		border: 1px solid #343534;
	}
		
	#nav {
		width: 122px;
		height: 640px;
		float: left;
		background-color: #343534;
		position:relative;	
	}
	
	#header {
		height: 110px;
		width: auto;
		position: relative;
		top: 0px;
		right: 0px;
		width: 858px;
		float: left;
	}
	
	p#name {
		font-size: 12pt;
		color: #7d1933;		
		margin: 10px 0px 6px 108px;
		font-style: normal;
		font-family:"Century Gothic";
	}

	p#slogan {
		font-size: 21pt;
		color: #d4d8d9;
		margin: 6px 0px 0px 108px;
	}
	#main {
		float: left;
		height: 450px;
		width: 858px;
		padding:0px;
		margin:0px;
		border: 0; 
}

#main p{
		padding:0px;
		margin:0px;
		border: 0; 
}
	#footer {
		position: relative;
		bottom: 0px;
		width: 858px;
		right: 0px;
		float: left;	
		height: 59px;
	}
	
	#footer p {
		background-color: #343534;
		padding: 5px 0px 6px 70px;
		color: #4e5b60;
		font-size: 10pt;
	}
	
	#footer a {
		text-decoration: none;
		color: #4e5b60;
	}
	#footer a:hover {
		text-decoration: none;
		color: #fff;
	}
	
/*	#footer span {
		padding-left: 70px;	
	}*/

	#nav ul {
		z-index: 4;
		width: 125px;
		position: absolute;
		padding: 0px 0px;
		margin: 110px 20px 260px 60px;
		list-style-type:none;	
		
	}
	
	#nav li {
		width: 100px;
		background-color: #711a32;
		padding-top: 3px;
		padding-bottom: 3px;
		margin: 20px 0px; 
		border: thin solid #64585f;
		
	}

	#nav a {
		padding-left: 10px;	
		color: #a4a8ab;
		text-decoration:none;
		font-size: 13px;
	}
	
	#nav a:hover {
		font-weight: normal;
		color: white;
		font-size: 13px;
}

	#nav a.active {
		color: white;
		font-weight: bold;
}
/*
hr {width: 50%;
text-align: left;/*this will align it for IE
margin: 0 auto 0 0; 
}
*/

hr{
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	color: #891635;
	background-color: #891635;
	height: 2px;
	width: 308px;
		padding:0px;

		border: 0; 	
}
.img-shadow {
  float:left;
  background: url(/new/images/shadowAlpha.png) no-repeat top left !important;
  background: url(/new/images/shadow.gif) no-repeat top left;
  margin: 23px 0px 23px 104px !important;
  margin: 10px 10px 0 5px;
  }
.img-shadow2 {
  float:left;
  background: url(/new/images/shadowAlpha.png) no-repeat top left !important;
  background: url(/new/images/shadow.gif) no-repeat top left;
  margin: 23px 0px 23px 104px !important;
  margin: 10px 10px 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  border: 0px solid black;
  margin: 7px -23px -23px 7px;
  } 
  
  #content{
  	color:#ffffff;
  	width:710px;
  	padding:20px;
  	margin-left:70px;
  	background-color:#3d4f59;
  	height:375px;  
  }
    #content p{
    	padding-top:5px;
    	padding-bottom:5px;    	
    	}
  	#content a {
		color:#a4a8ab ;
		text-decoration:none;
		font-size: 12px;
	}
	
	#content a:hover {
		font-weight: normal;
		color: #ffffff;
		font-size: 12px;
}

	#content	 a.active {
		color: #a4a8ab;
		font-weight: bold; 
		}
  
  #gallery{
  	color:#ffffff;
  	width:710px;
  	padding:20px;
  	margin-left:70px;
  	background-color:#3d4f59;
  	height:375px;
  overflow: auto;  
  }
  
    #gallery-no-scroll{
  	color:#ffffff;
  	width:710px;
  	padding:20px;
  	margin-left:70px;
  	background-color:#3d4f59;
  	height:375px;
 
  }



    #gallery,#gallery-no-scroll p{
    	padding-top:5px;
    	padding-bottom:5px;    	
    	}
  	#gallery,#gallery-no-scroll a {
		color: #a4a8ab;
		text-decoration:none;
		font-size: 12px;
	}
	
	#gallery,#gallery-no-scroll a:hover {
		font-weight: normal;
		color: white;
		font-size: 12px;
}

	#gallery,#gallery-no-scroll	 a.active {
		color: white;
		font-weight: bold;  	
    	
    	
