@charset "utf-8";

/* CUSTOM CSS DESIGNED BY FLYINGHSTUDIOS.COM */

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #666666;
}
#wrapper {
	text-align: center;
	width: 960px;
	margin: 0 auto; /*Center container on page*/
}
#nav {
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	height: 33px;
	text-align: left;
}
#left-content {
	background-image: url(../images/left_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	height: 380px;
	float: left;
	text-align: left;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#right-content {
	background-image: url(../images/right_content.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 620px;
	float: right;
	clear: right;
}
#left-scroll-div {
	height: 370px;
}
#right-div {
	overflow: auto;
	overflow-x: hidden;
	height: 330px;
	padding-right: 10px;
	margin: 20px;
}
#gallery-content {
	background-image: url(../images/gallery_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 450px;
	float: left;
	text-align: left;
	width: 960px;
}
#gallery-frame {

}
#iframe {
	width: 620px;
	float: right;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 30px;
	margin-bottom: 30px;
}
.client-table {
	font-size: 11px;
	line-height: 20px;
}
#contact-left {
	float: left;
	width: 48%;
}
#contact-right {
	float: right;
	width: 48%;
}
#gallery-companies {
	float: left;
	width: 240px;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#right-div2 {
	overflow: auto;
	overflow-x: hidden;
	height: 370px;
}
