
/* COMMON */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Time New Roman;
	background-color: #FFFFFF;
	background-image : url('img/bg_main.gif');
	background-position : top center;
	background-repeat : no-repeat;
/*	background-attachment : fixed; */
	font-size: 12px;
	color: #000;
}

body.about {
	background-image : url('img/bg_about.gif');
	background-position : left top;
	background-repeat : no-repeat;
	background-attachment : fixed;
	font-size: 12px;
	color: #000;
}

body.art {
	background-image : url('img/bg_art.gif');
	background-position : left top;
	background-repeat : no-repeat;
	background-attachment : fixed;
	font-size: 12px;
	color: #000;
}

body.portfolio {
	background-image : url('img/bg_portfolio.gif');
	background-position : left top;
	background-repeat : no-repeat;
	background-attachment : fixed;
	font-size: 12px;
	color: #000;
}

body.portfoliopublic {
	background-image : url('img/bg_portfolio_public.gif');
	background-position : left top;
	background-repeat : repeat-x;
	background-attachment : scroll;
	font-size: 12px;
	color: #000;
}

#maintext1 {
	position: absolute;
	margin: 0px auto;
	top: 800px;
	left: 30px;
	width: 900px;
	text-align: justify;
}

#maintext2 {
	position: absolute;
	margin: 0px auto;
	top: 800px;
	left: 610px;
	width: 550px;
	text-align: justify;
}

#maintext1l {
	position: absolute;
	margin: 0px auto;
	top: 800px;
	left: -550px;
	width: 550px;
	text-align: justify;
}

#maintext2l {
	position: absolute;
	margin: 0px auto;
	top: 800px;
	left: -1130px;
	width: 550px;
	text-align: justify;
}

#maintext1r {
	position: absolute;
	margin: 0px auto;
	top: 800px;
	left: 1190px;
	width: 550px;
	text-align: justify;
}

#maintext2r {
	position: absolute;
	margin: 0px auto;
	top: 800px;
	left: 1770px;
	width: 550px;
	text-align: justify;
}

#titleportfoliopublic {
	position: absolute;
	margin: 0px auto;
	top: 43px;
	left: 43px;
}

#btportfoliopublicflats {
	position: absolute;
	margin: 0px auto;
	top: 5px;
	left: 760px;
}

#btportfoliopublichouses {
	position: absolute;
	margin: 0px auto;
	top: 164px;
	left: 761px;
}


body.portfolioflats {
	background-image : url('img/bg_portfolio_flats.gif');
	background-position : left top;
	background-repeat : repeat-x;
	background-attachment : scroll;
	font-size: 12px;
	color: #000;
}

#titleportfolioflats {
	position: absolute;
	margin: 0px auto;
	top: 210px;
	left: 0px;
}

#btportfolioflatshouses {
	position: absolute;
	margin: 0px auto;
	top: 5px;
	left: 860px;
}

#btportfolioflatspublic {
	position: absolute;
	margin: 0px auto;
	top: 143px;
	left: 856px;
}


body.portfoliohouses {
	background-image : url('img/bg_portfolio_houses.gif');
	background-position : left top;
	background-repeat : repeat-x;
	background-attachment : scroll;
	font-size: 12px;
	color: #000;
}

#titleportfoliohouses {
	position: absolute;
	margin: 0px auto;
	top: 0px;
	left: 0px;
}

#btportfoliohousesflats {
	position: absolute;
	margin: 0px auto;
	top: 5px;
	left: 860px;
}

#btportfoliohousespublic {
	position: absolute;
	margin: 0px auto;
	top: 144px;
	left: 877px;
}


body.portfoliopreview {
	background-image : url('img/bg_portfolio_preview.gif');
	background-position : center top;
	background-repeat : repeat-x;
	background-attachment : fixed;
	font-size: 12px;
	color: #000;
}



#containermain {
	width: 750px;
	position: relative;
	margin: 0px auto;
}

#containerabout {
	width: 750px;
	position: absolute;
	margin: 0px auto;
	top: 0px;
	left: 0px;
}

#portfoliomenu {
	position: absolute;
	margin: 0px auto;
	top: 650px;
	left: 200px;
}


#menu1 {
	width: 250px;
	position: absolute;
	margin: 0px auto;
	top: 10px;
	left: 0px;
}

#main1 {
	width: 550px;
	position: absolute;
	margin: 0px auto;
	top: 10px;
	left: 370px;
	font: Times New Roman;
	font-size: 14pt;
}

#title {
	font: Times New Roman;
	height: 60px;
	font-size: 26pt;
	font-style: italic;
}

#btportfolio {
	position: absolute;
	left: 60px;
	top: 340px;
	width: 300px;
	height: 150px;
}

#btabout {
	position: absolute;
	left: 383px;
	top: 348px;
	width: 200px;
	height: 150px;
}

#btart {
	position: absolute;
	left: 567px;
	top: 274px;
	width: 200px;
	height: 150px;
}

#btportfoliohouses {
	position: absolute;
	left: 215px;
	top: 40px;
}

#btportfolioflats {
	position: absolute;
	top: 200px;
	left: 460px;
}

#btportfoliopublic {
	position: absolute;
	left: 765px;
	top: 130px;
}

#backtogalbutton {
	position: absolute;
	left: 50px;
	top: 20px;
}

#contactphone {
	position: absolute;
	left: 450px;
	top: 620px;
	width: 300px;
	font-size: 28px;
	color:#EE0000;
}

#contactphone2 {
	font-size: 24px;
	color:#EE0000;
}


