@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/background.jpg);
	background-repeat:repeat;
}
#mainPage{
	width:900px;
	/*border:1px #000 solid;*/
	position:absolute;
	left:50%;
	margin-left:-450px;
}
#Lside{
	width:290px;
	height:660px;
	float:left;
	/*border:1px #00F solid;*/
}
	#Home{
		height:132px;
		/*background-image:url(images/post2.png);
		background-repeat:no-repeat;*/
		margin-top:-5px;
	}
	#About{
		height:132px;
		/*background-image:url(images/post3.png);
		background-repeat:no-repeat;*/
		margin-top:-5px;
	}
	#Portfolio{
		height:132px;
		/*background-image:url(images/post4.png);
		background-repeat:no-repeat;*/
		margin-top:-5px;
	}
	#Services{
		height:132px;
		/*background-image:url(images/post6.png);
		background-repeat:no-repeat;*/
		margin-top:-5px;
	}
	#Contact{
		height:132px;
		/*background-image:url(images/post5.png);
		background-repeat:no-repeat;*/
		margin-top:-5px;
	}
	#CopyRight{
		font:Verdana;
		font-size:21px;
	}
	.naviIcons{
	margin-top:5px;
	margin-left:5px;
}
#Rside{
	float:left;
		width:602px;
}
	#header{
		height:230px;
		background-image:url(images/head.png);
		background-repeat:no-repeat;
		/*border: 1px #F00 solid;*/
	}
	
	#content{
		height:402px;
		/*border:1px #0F0 solid;*/	
		background-image:url(images/main.png);
	}
	#text{
		font:Verdana;
		padding:40px 40px 40px 40px;
	}

#photoBig{
	width:520px;
	height:360px;
	background-image:url(images/photoBig1.png);
	background-repeat:no-repeat;
	float:left;
	margin-top:50px;
	position:absolute;
}
#close{
width:19px;
height:18px;
float:right;
margin-top:7px;
margin-right:16px;	
background-image:url(images/close.png);
	background-repeat:no-repeat
}
#popUpPhoto{
	width:242px;
	height:244px;
	float:left;
	margin-left:29px;
	margin-top:18px;
}
#popUpText{
	width:194px;
	height:184px;
	float:left;
	margin-left:30px;
	margin-top:41px;
}