@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
	border: 5px solid #333333;
	height: 1200px;
	background-image: url(../IMAGE/grey_square.png);
}
#wrapper #header {
	height: 100px;
	background-repeat: no-repeat;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #slide {
	height: 400px;
}
#gallery {
	height: 200px;
	clear: both;
}
#gallery #article {
	height: 200px;
	width: 300px;
	float: left;
}
#gallery #gallery_2 {
	float: right;
	height: 200px;
	width: 500px;
}
#gallery_2 {
	height: 200px;
	width: 500px;
}
#wrapper #slide .slider-wrapper theme-default #gallery_video {
}
#wrapper #slide .slider-wrapper theme-default #gallery_video #leftie {
	float: left;
	height: 500px;
	width: 300px;
	background-color: #00FF99;
}
#wrapper #slide .slider-wrapper theme-default #gallery_video #rightie {
	height: 500px;
	width: 500px;
	float: right;
	background-color: #0066FF;
}
#gallery_video #rightie {
	float: right;
	height: 500px;
	width: 500px;
	top: 800px;
}
#gallery_video #leftie {
	float: left;
	height: 500px;
	width: 260px;
	margin-right: 20px;
	margin-left: 20px;
}
#gallery_video {
	height: 800px;
	width: 100%;
}
#gallery_video #rightie #divde {
	height: 150px;
	width: 100%;
}
#gallery_video #leftie #divide_left {
	height: 150px;
	width: 100%;
}
#gallery_video #caroussel {
	clear: both;
	height: 350px;
	width: 800px;
}
p {
	font-family: Arial, "Arial Black", "Loveable Scruff", "Lobster 1.4";
	font-size: 14px;
	font-style: normal;
	color: #CCCCCC;
	margin: 20px;
}

