@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
margin:0;
padding:0;
}
fieldset, img, abbr {
border:0 none;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style:normal;
	font-weight: bold;
}

body {
	background:#efe6ac none repeat scroll 0 0;
	color:#222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin-bottom:40px;
	line-height: 17px;
	background-image:url(../IMAGES/background5.jpg);
}
a {
	text-decoration: none;
	color: #000;

}
a:hover{
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration:none;
}

h1 {
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00000;
	line-height: 18px;
}
h2 {
	color:#00000;
	font-size:18px;
}
h3 {
	font-size:14px;
	line-height:23px;
	font-weight:bold;
	color:#00000;
	margin-bottom:10px;	
}
h4 {
	font-size:13px;
	line-height:23px;
	text-align:center;
	color:#00000;

}

/* added a few changes */
img {
     max-width: 100%;
	 height: auto;
}

#container {
	clear:both;
	margin:0 auto;
	height: auto;
    min-width: 415px;
    width: 80%;
	max-width:960px;
}

.photo-container iframe, .photo-container object,  
.photo-container embed {
	width: 100%;
	max-width:960px;

}

#header {
	
	
	
}

/* added to make menu contract */

div.nav select {
  display: none;
}

@media (max-width: 960px) {
  div.nav ul     { display: center; }
  div.nav select { display: inline-block; }
}

div.nav {
	height: 30px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 65px;
}

div.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	min-width:200px;
}

div.nav li {
    float: left;
}

div.nav a {
    display: block;
    width: auto;
	font-style:;
}

div.nav a:link, div.nav a:visited {
    background-color:none;
    color: #222222;
    font-weight: ;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    text-transform:uppercase;
}

div.nav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #333;
}

div.nav a.active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #900;
	font-size: 13px;
}

#mainContent {
	height: auto;
	min-height: 600px;
	background-color: none;
}
.main_images {
	clear: none;
	position: relative;
}

.footer {
	margin-top:20px;
	font-size:13px;	
}

#footer table td {
	text-shadow: 1px 1px 2px #444444;
        filter: dropshadow(color=#444444, offx=1, offy=1);
	text-transform:uppercase;
	width:100%	
}
table {
	width:960px; 
	border:0px;
	margin-bottom:100px
	table-layout:fixed
 }
td {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
