/*--------------------------------page properties-----------------------------------*/
body{
	background-color:#3940a7;
	background-image:url(images/layout/bck-page.jpg);
	background-repeat:repeat-y;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*--------Image Spacing in Paragraphs------*/
.photos-border_left img {
    border-style: solid;
	border-color: #000000;
	background: #FFF;
	border-width: 1px;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 4px;
}

.photos-border_left a:hover img {
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 4px;
}	
	
.photos-border_right img {
    border-style: solid;
	border-color: #000000;
	background: #FFF;
	border-width: 1px; 
	margin-left: 8px;
	margin-bottom: 5px;
	padding: 4px;
}

.photos-border_right a:hover img {
	margin-left: 8px;
	margin-bottom: 5px;
	padding: 4px;
}

/*--------Image Borders and Hovers------*/
.photos-border_big img {
	border-style: solid;
	border-color: #000000;
	background: #FFF;
	border-width: 1px;
	margin: 0px;
	padding: 10px;

}

.photos-border_big a:hover img {
	margin: 0px;
	padding: 10px;

}

.photos-border_small img {
	border-style: solid;
	border-color: #000000;
	background: #FFF;
	border-width: 1px;
	margin: 3px;
	padding: 5px;

}

.photos-border_small a:hover img {
	margin: 3px;
	padding: 5px;

}
		
/*--------Table Spacings------*/
.spacer1 {
	line-height: 1px;        
        }

.spacer2 {
	line-height: 2px;        
        }
		
.spacer4 {
	line-height: 4px;        
        }
		
.spacer_5 {
	line-height: 5px;        
        }