body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-image:url("../images/background_color.gif");
	background-repeat:repeat-x;
	background-color:#E3ECD5;
}
a{
	outline:none;	
}
ul, li{
	padding:0;
	margin:0;
}
#gallery {
	width: 800px;
	margin:auto;
	padding:15px;
}
#gallery ul { list-style: none; background: #E1E1E1;}
#gallery ul li { display: inline; background: #E1E1E1;}
#gallery ul li div {
	width:200px;
	float:left;
	border:0;
	height:160px;
	background: #E1E1E1;
}
#gallery ul li div div {
	float:none;
	width:140px;
	margin:auto;
	background: #E1E1E1;
}
#gallery ul img {
	margin:auto;
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 10px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 10px;
	color: #f2f2f2;
}
#gallery ul a {
	outline:none;
	text-decoration:none;
	color:#6600CC;
}
#gallery ul a:hover { color:#006600; }

#MasterContainer{
	width:951px;
	margin:auto;
}
#HeaderContainer{
	width:951px;
	height:142px;
	margin:auto;
}
#GalleryLogo{
	width:215px;
	height:inherit;
	float:left;
}

#button{
    float:left;
    width:721px;
	height:auto;
	margin-left:15px;
}
#LeftMenuBkg{
	float:left;
	width:18px;
	height:142px;
	background:url("../images/Menu_left.jpg") no-repeat;
}
#MenuBkg{
	float:left;
	width:685px;
	height:142px;
	background:url("../images/Menu_Tile.jpg") repeat-x;
}
#RightMenuBkg{
	float:right;
	width:18px;
	height:142px;
	background:url("../images/Menu_right.jpg") no-repeat;
}
.button{
    float:left;
	margin-top:50px;
    width:141px;
	height:70px;
	display:inline;
	}
.home{
    float:left;
    width:94px;
	height:82px;
	margin-top:40px;
	display:inline;
	}
#logo{
    padding:0;
    float:right;
	width:220px;
	height:150px;
	background-image:url("../images/logoingallery.gif");
	background-position:bottom;
	background-repeat:no-repeat;
}
#ContentContainer{
	width:951px;
	margin:20px auto 0;
	background:#E1E1E1 url("../images/GalleryTop.jpg") no-repeat top center;
}
#GalleryTitle{
	width:928px;
	height:54px;
	margin:auto;
	padding-top:10px;
}
#FooterContainer{
	width:951px;
	min-height:100px;
	margin:auto;
}
#sharethis{
	width:951px;
	margin-top:20px;
}

.clear{
clear: both;
}
