body {
	margin:0;
	padding:0;
	width: 100%;
	height: 600px;
	background-image:url(../images/stripe-back.gif);
	background-repeat: repeat-x repeat-y;
	font: 62.5%/150% Arial, Tahoma, sans-serif; 
	
}





hr, .hide {
	position:absolute; 
	top:0;
    	left:-9000px;
}	

#header {
	position: fixed;
	padding-left: 35px;
	padding-top: 5px;
	background-color:#ffffff;
	width: 100%;
	
	 
	
}
#page {
	position: absolute;
	top:50%;
	margin-top:-275px;
	width: 100%;
	height: 550px;
	background: #fff;
}

#menu {
	margin-top: 4px; 
	
	padding-top: 0px;
	font-size: 2em;
	color: #22b1e1;
	
}




#menu a{
	text-decoration: none;
	color: #000000;
}

#menu a:hover{
	color: #22b1e1;
}

#content_photos {
		position:relative;
	margin-top:60px;
	width:950px; 
	height:390px; 	
	padding-top:20px;
	padding-bottom:20px;
	font-size: 1.1em;	
	background: #fff;
}

#content_photos
.par {

	margin: -15px 0px 0px 46px;
	
	float: left; 
	width: 240px;	
	height: 400px;
}

.par_photos {
	width: 900px;	
	height: 400px;
}





#rightsider {
	position: fixed;
	top:50%;
	margin-top: 220px;
	left: 55px; 
	padding: 0 10px 0px 0;
	font-size:1.1em;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}