@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	text-decoration: none;
	border-top-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	margin-top: 5px;
}

#wrapper #logo {
	height: 150px;
	background-repeat: no-repeat;
	background-image: url(../Image/home/logo.png);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#wrapper     #navigation   {
	height: 36px;
	width: 1000px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #9F5A56;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
#wrapper #headerImg {
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF;
	text-align: right;
	text-decoration: blink;
	font-weight: normal;
	background-image: url(../Image/home/wrapper_background.png);
	background-repeat: repeat-y;
}

#wrapper #gallery {
	width: 1000px;
	padding-bottom: 30px;
	text-align: center;
	background-image: url(../Image/home/wrapper_background_half2.png);
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
}
#wrapper #gallery img {
	border: 2px solid #9F5A56;
	height: 200px;
	width: 200px;
	margin-top: 35px;
	margin-right: 19px;
	margin-bottom: 2px;
	margin-left: 19px;
}
#wrapper #gallery img:Hover {
	border: 2px solid #F00;
	height: 200px;
	width: 200px;
	margin-top: 35px;
	margin-right: 19px;
	margin-bottom: 2px;
	margin-left: 19px;
}




#wrapper #bodyArea #left {
	float: left;
	width: 500px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #A20D0D;
	font-weight: bold;
	background-image: url(../Image/home/wrapper_background_half.png);
	text-align: center;
}
#wrapper #bodyArea #right {
	float: right;
	width: 499px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #A20D0D;
	text-align: center;
	background-image: url(../Image/home/wrapper_background_half.png);
	background-repeat: repeat-y;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#video {
	width: 1000px;
	clear: both;
	text-align: center;
}
#wrapper #video #left {
	width: 474px;
	float: left;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(../Image/home/wrapper_background_half2.png);
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 15px;
	padding-bottom: 15px;
}
#wrapper #video #right {
	width: 525px;
	float: right;
	text-align: center;
	background-image: url(../Image/home/wrapper_background_half.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 15px;
	padding-bottom: 15px;
}

#wrapper #footer {
	clear: both;
	height: 20px;
	width: 1000px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A20D0D;
	padding-top: 7px;
	text-align: right;
	background-image: url(../Image/home/wrapper_background.png);
	background-repeat: repeat-y;
	text-decoration: blink;
	padding-bottom: 7px;
}

p  {
	margin-right: 15px;
}
