body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #221B15;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/IMG_BG_index.jpg);
	color: #240F0F;
}
.frame {
	float: right;
	height: 800px;
	width: 830px;
	margin-right: 86px;
	margin-left: 86px;
}
.banner {
	float: right;
	height: 170px;
	width: 830px;
}
.menu {
	float: right;
	height: 30px;
	width: 830px;
	margin-top: 5px;
}
.gallery {
	float: right;
	height: 200px;
	width: 434px;
	margin-right: 30px;
	margin-top: 17px;
	
}
.intro {
	float: right;
	height: 200px;
	width: 350px;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 17px;
	line-height: 17px;
}
.text2 {
	float: right;
	height: 126px;
	width: 820px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.text {
	float: right;
	height: 200px;
	width: 820px;
	margin-left: 5px;
	margin-top: 15px;
	margin-right: 5px;
	line-height: 17px;
}
.footer {
	float: right;
	height: 30px;
	width: 830px;
	font-size: 9px;
	color: #D9D0B8;
}
.copyright {
	float: right;
	height: 15px;
	width: 415px;
	text-align: right;
	margin-top: 15px;
	font-family: Tahoma;
}
.links {
	float: right;
	height: 15px;
	width: 415px;
	margin-top: 15px;
}
.class1 a:link {color: #D9D0B8; text-decoration: none; font-family: Tahoma, Arial, sans-serif; font-size: 9px;} 
.class1 a:visited {color: #8B9937; text-decoration: none; font-family: Tahoma, Arial, sans-serif; font-size: 9px;} 
.class1 a:hover {color: #8B9937; text-decoration: none; font-family: Tahoma, Arial, sans-serif; font-size: 9px;} 
.class1 a:active {color: #D9D0B8; text-decoration: none; font-family: Tahoma, Arial, sans-serif; font-size: 9px;} 

.class2 a:link {color: #240F0F; text-decoration: underline; font-family: Tahoma, Arial, sans-serif; font-size: 13px;} 
.class2 a:visited {color: #8B9937; text-decoration: underline; font-family: Tahoma, Arial, sans-serif; font-size: 13px;} 
.class2 a:hover {color: #8B9937; text-decoration: none; font-family: Tahoma, Arial, sans-serif; font-size: 13px;} 
.class2 a:active {color: #240F0F; text-decoration: underline; font-family: Tahoma, Arial, sans-serif; font-size: 13px;} 

/* Gallery Styles */

#motioncontainer {
	width: 855px; /* Set to gallery width, in px or percentage */
	height: 185px; /* Set to gallery height */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#motioncontainer a img {
	border: 1px none #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 1px none black; /* Set image border hover color */
}

#statusdiv {
	background-color: #d9d0b8;
	border: 1px none gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: #FFFFFF; /* Dummy definition to overcome IE bug */
}

