html {

	width: 100%;
	height: 100%;
	
	margin: 0;
	padding: 0;
}


body {

	width: 100%;
	height: 100%;
	
	margin: 0;
	padding: 0;
	
	background-color: #003888;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	
	text-align: center;
	
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Helvetica, Arial, Helvetica, sans-serif
}

div#container {

	width: 980px;
	height: auto;
	min-height: 500px;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
	text-align: left;
	
}
	
	div#img-photos {
	
		width: 980px;
		height: auto;
		min-height: 500px;
		
		position: absolute;
		
		z-index: 10;
		
		text-align: left;
		
		margin-left: -50px;

	}
	
	
	div#container2  {
	
		width: 649px;
		height: auto;
		
		position: absolute;
		
		z-index: 20;
		
		margin-left: 159px;
		margin-top: 50px;

	}
		
	
	div#website-container {
	
		width: 649px;
		height: auto;
		min-height: 400px;
		
		background-color: #ffffff;
		background-image: url(../img/bg_website-img.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		border: 1px solid #1d1a8d;
	
	}	
	
	div#website-container div#left-content {	

		height: 500px;
		width: 496px;
	
		text-align: left;
	
	}
	
	
	
	
	div#website-container div#right-menu {	
		
		height: 500px;
		width: 153px;
	
		text-align: right;
		
	}	
	
		div#website-container div#right-menu ul {	

			margin: 0;
			padding: 0;
			
			padding-top: 8px;
			
			list-style-type: none;
			
			font-family: Arial, Helvetica, sans-serif;
			
		}		
		
			div#website-container div#right-menu ul li.normal {	

				margin: 0;
				padding: 0;
				
				list-style-type: none;
				
				width: auto;
				
				padding-right: 15px;

			}	
			
				div#website-container div#right-menu ul li.normal a {	
	
					margin: 0;
					padding: 0;
					
					list-style-type: none;
					
					color: #ffffff;
					
					text-decoration: none;
		
				}	

		
				
			div#website-container div#right-menu ul li.active {	

				margin: 0;
				padding: 0;
				
				list-style-type: none;
				
				width: auto;
				
				padding-right: 15px;
				
			}	
			
				div#website-container div#right-menu ul li.active a {	
	
					margin: 0;
					padding: 0;
					
					list-style-type: none;
					
					color: #ffffff;
					
					text-decoration: none;
		
				}			


	div#website-mirror {

		width: 649px;
		height: 130px;
		
		background-repeat: no-repeat;
		background-image: url(../img/bg_website_mirror_home.png);
		
		margin-left: 3px;

	}	

div#developement {
	
	width: auto;
	height: auto;
	
	position: absolute;
	
	margin-top: 110px;
	margin-left: 10px;
	
	font-size: 10px;
	
	color: #92aacc;
	

}

	div#developement a {
		
		text-decoration: none;
		color: #92aacc;

	}

		div#developement a:hover {
			
			text-decoration: none;
			color: #003888;

		}		