/* Layout Stylesheet */

html, body {
	margin: 0;
	padding: 0;
/*	height: 95%; */
}

body {
	margin: 20px 0px 20px 0px;
	font-size: 100%;
	line-height: 120%;
	color: #fff;
	background: #000;
	font-family: "Arial";
	text-align: center;
}

#test {
	float: right;
	width: 100px;
	height: 90%;
	background: transparent;
	padding: 0px;
	margin: 0 5px 0 0 ;
}

#outer {
	text-align:left;
	background: #fff;
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 0px 0px;
	width:800px;
	margin: auto;
}

#main {
	font-size: 80%;
	line-height: 140%;
	text-align:left;
	background: transparent;
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 0px 0px;
	width:100%;
	height: 516px;
	background-image: url(../img/background.jpg);
}

#outer_new {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#main_new {
	font-size: 80%;
	line-height: 140%;
	margin: 0 0 0 -400px;
	position: absolute;
	top: -258px;
	left: 50%;
	width: 800px;
	height: 516px;
	background-image: url(../img/background.jpg);
}

#main-work {
	font-size: 80%;
	line-height: 140%;
	text-align:left;
	background: #111;
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 0px 0px;
	width:100%;
	height: 516px;
	background-image: url(../img/background_work.jpg);
}

#logo {
	text-align:left;
	background: #fff;
	border-style: solid;
	border-color: #1B5580;
	border-width: 0px 0px 0px 0px;
	margin-top: 152px;
	margin-left: 130px;
	padding: 0;
	height: 45px;
	width: 194px;
	background: no-repeat;
	background-image: url(../img/logo.gif);
}
#logo-about {
	text-align:left;
	background: #fff;;
	border-style: solid;
	border-color: #1B5580;
	border-width: 0px 0px 0px 0px;
	margin-top: 152px;
	margin-left: 130px;
	padding: 0;
	height: 33px;
	width: 194px;
	background: no-repeat;
	background-image: url(../img/logo_new.gif);
}



#content {
	text-align:left;
	background: transparent;
	border-style: solid;
	border-color: #1B5580;
	border-width: 0px 0px 0px 0px;
	margin: 0;
	padding: 27px 0 0 132px;
	height: 106px;
	width: 500px;
}

#content-contact {
	text-align:left;
	background: transparent;
	border-style: solid;
	border-color: #1B5580;
	border-width: 0px 0px 0px 0px;
	margin: 0;
	padding: 17px 0 0 128px;
	width: 300px;
}

#content-about {
	text-align:left;
	background: transparent;
	border-style: solid;
	border-color: #1B5580;
	border-width: 0px 0px 0px 0px;
	margin: 0 0 0 3px;
	padding: 17px 0 0 128px;
	width: 550px;
}

#content-work-left {
	float: left;
 	text-align:left;
	background: transparent;
	border-style: solid;
	border-color: #1B5580;
	border-width: 0px 0px 0px 0px;
	margin: 0;
	padding: 0;
	padding-top: 84px;
	width: 220px;
	height: 432px;
}

#content-work-middle {
	float: left;
	text-align:left;
	background: transparent;
	border-style: solid;
	border-color: #1B5580;
	border-width: 0px 0px 0px 0px;
	margin: 0;
	padding: 0;
	padding-top: 84px;
	width: 570px;
	height: 432px;
}

#content-work-right {
	float: left;
 	text-align:left;
	background: transparent;
	border-style: solid;
	border-color: #1B5580;
	border-width: 0px 0px 0px 0px;
	margin: 0;
	padding: 0;
	padding-top: 84px;
	width: 100px;
	height: 432px;
}

#footer-work {
	color: #424242;
	font-size: 100%;
	line-height: 120%;
	text-align:center;
	background: transparent;
	border-style: solid;
	border-color: #1B5580;
	border-width: 0;
	width:95%;
	height: 10px;
	padding: 5px;
 }

#footer {
	text-align:left;
	background: transparent;
	width: 200px;
	height: 25px;
	padding: 4px 0 0 565px;
	position: absolute;
	top: 400px;
}
#footer-home {
	text-align:left;
	background: transparent;
	width: 200px;
	height: 25px;
	padding: 4px 0 0 565px;
	position: absolute;
	top: 400px;
}
.marge {
	width: 10px;
	padding-left: 2px;
}
