/* CSS Document */
* {
	margin : 0;
	padding : 0;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
html,body {
font : normal 11px Verdana;
text-align : center;
background : #ffffff;
}
div#shell {
text-align : left;
width : 770px;
margin : 0px auto;
background : #ffffff;
height:auto;
}
div#nav {
font : bold 14px 'Trebuchet MS',Arial,Helvetica,Sans-Serif;
margin: 43px 7px 0 0;
float:right;
padding : 4px;
background : transparent;
}
div#nav ul {
margin : 0;
padding : 0 0 0 0px;
}
div#nav ul li {
display:inline;
margin : 0;
padding : 0 5px;
}
div#nav ul li a:link, #nav ul li a:visited {
font-weight : bold;
text-decoration : none;
color : #000000;
}
div#top {
height: 73px;
background: transparent url(../img/topbg.jpg) no-repeat top;
}
div#content {
border: solid 1px;
border-color:#CCCCCC;
height:auto;
clear:both;
}
div#intro2 {
align: left;
height: auto;
background: transparent url(../img/introbg.jpg) no-repeat top;
clear:both;
}
div#intro_text2 {
text-align:left;
padding: 10px 150px 0 20px;
}
div#intro_text ul {
padding: 0 0 0 40px;
}
div#intro_img {
padding: 0px 0px 10px 100px;
}
div#intro {
align: top;
height: auto;
background: transparent url(../img/introbg2.jpg) no-repeat top;
clear:both;
}
div#intro_text {
text-align:left;
padding: 25px 250px 0 20px;
}
div#footer {
clear:both;
}
div#bottom_nav {
font : 11px 'Trebuchet MS',Arial,Helvetica,Sans-Serif;
margin: 0px 0px 0px 200px;
float:right;
padding : 6px;
background : transparent;
}
div#bottom_nav ul {
margin : 0;
padding : 0 0 0 0px;
}
div#bottom_nav ul li {
display: inline; 
margin : 0;
	padding : 0 8px;
	color:#999999;
	list-style-type: square;
}
div#bottom>nav ul li a:link, #bottom_nav ul li a:visited {
font-weight : bold;
text-decoration:underline
color:#FF6600;
}
.style2 {
font : 14px 'Trebuchet MS',Arial,Helvetica,Sans-Serif;
font-weight: bold;
color: #FF0000;
}

/*Photo Galleries*/
div#gallery {
padding: 20px 0 40px 0;
text-align:center;
}
div#gallery a:link, a:visited { 
color:#999999;
}
div#gallery table {
padding : 10px;
border : 1px solid #bbb;
}