body {
	margin: 0px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	background: #444444 url(images/body_bg2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #e7d6ab; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}

#container
{
	width: 915px;
	margin: 0 auto;
	margin-top: 0;
	background: url(images/shadow_main.png) repeat left top;

}

h1 {
	margin: 2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #336699;
	border-bottom-style: none;
}

a:hover {
	background: none;
	color: #663300;
}




#wrapper {
    position: relative;
	width: 900px;
	margin-top: 5px;
	background-color: #transparent;
	z-index: 1;

}


/* Header */

#intro {
	width: 900px;
	height: 0px;
	margin: 0 auto;
	padding: 0px auto;
	background: url(images/shadow_main.png) repeat left top;
}

#dropdown {
	width: 900px;
    position: relative;	
	height: 0px;
	margin: 70px 0px 0px 7px;
	z-index: 2000;
}

#othercontent {
	position: absolute;
	top: 10px;
	left: 371px;
	width: 900px;
	height: 186px;
	z-index: 2;
}




/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 0px;
	z-index: 1;
}

#page2 {
	width: 900px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	z-index: 1;
}

/* Content */

#content {
	float: left;
	width: 500px;
	margin-left: 20px;
	margin-top: 10px;	
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	line-height: normal;
	z-index: 1;
}

#contentleft {
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-top: 10px;	
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	line-height: normal;
	z-index: 1;
}

#contentright {
	float: right;
	width: 535px;
	margin-right: 20px;
	margin-top: 10px;	
	padding: 0px 5px 0px 5px;
	line-height: normal;
	z-index: 1;
}


#pagecontent {
	float: left;
	width: 850px;
	margin-left: 0px;
	margin-top: 0px;	
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	line-height: normal;
	z-index: 1;
}



#flashcontent {
	float: left;
	width: 500px;
	height: 300px;
	margin-left: 0px;
	margin-top: 10px;	
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;

	}

#thumbnails {
	float: right;
	width: 335px;
	margin-right: 10px;
	margin-top: 10px;	
	padding: 0px 5px 0px 5px;
	line-height: normal;
	z-index: 1;
}

#images {
	float: right;
	padding: 0px 5px 0px 5px;
	line-height: normal;

}
.imageboxleft {
	border: 8px solid #dfc990;
	padding: 0px;
	margin-left: 0px;
	margin-right: 15px;	
	margin-bottom: 5px;
}
.imageboxright {
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	margin-left: 40px;
	margin-bottom: 5px;
	border: 8px solid #dfc990;
}

.imagebox {
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 8px solid #dfc990;
}



/* Footer */


	

#footer {
	width: 900px;
	margin: 0 auto;
	height: 65px;
	padding: 0px 0px 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #066f8b;
	background: url(images/) no-repeat left bottom;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform:  ;
	text-align: center;
}

#footer a {
	color: #066f8b;
	border-bottom: 1px #000000;
}

