body {
	height: 700px;
	background: url(../img/bg.jpg) top center repeat-x #053048;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

h1 {
    font-family: Rockwell, Georgia, serif;
}

.texten {
    font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 120%;
}

.ingress {
    font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 130%;
}

.texten a {
    color:#2253de;
	text-decoration:none;
}

.texten a hover {
    color:#5078ec;
	text-decoration:none;
}


#site {
	height: 700px;
}


#menu {
	float: left;
	width: 240px;
	height: 500px;
	background: url(../img/nav.png) top center no-repeat;
	padding: 0 0 0 10px;
	margin: 124px 0 0 80px;
}

	.logo {
		text-align: center;
		padding: 30px 0 0 0;
		margin: 0 0 0 5px;
	}
	
	
	#nav {
		font-family: Myriad Pro, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		padding: 15px 9px 0 0;
	}
	
		#nav ul {
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		
		#nav li {
			display: block;
			margin: 0;
		}
		
		
			#nav li.current {
				background: url(../img/arr.gif) no-repeat #000;
			}
			
			#nav li.current_anch1 {
				background: url(../img/anc_inv1_a.jpg) no-repeat #000;
			}
			
			#nav li.current_anch2 {
				background: url(../img/anc_inv2_a.jpg) no-repeat #000;
			}
			
			#nav li.current_anch3 {
				background: url(../img/anc_inv3_a.jpg) no-repeat #000;
			}
			
			#nav li.current_anch4 {
				background: url(../img/anc_inv4_a.jpg) no-repeat #000;
			}
			
		
		#nav a {
			display: block;
			color: #b5b4b4;
			text-decoration: none;
			padding: 6px 0 7px 50px;
		}
		
		
		#nav a:hover {
			display: block;
			background: url(../img/hover.jpg) no-repeat top right;
			color: #fff;
			text-decoration: none;
			padding: 6px 0 7px 50px;
		}
		
		
		#nav a.current {
			color: #fff;
		}
		
		
			#nav a.anch1:hover {
				background: url(../img/anc_inv1.jpg) no-repeat top right;
			}
			
				#nav a.anch1_a, a.anch1_a:hover {
					color: #fff;
					background: none;
				}
			
			#nav a.anch2:hover {
				background: url(../img/anc_inv2.jpg) no-repeat top right;
			}
			
				#nav a.anch2_a, a.anch2_a:hover {
					color: #fff;
					background: none;
				}
			
			#nav a.anch3:hover {
				background: url(../img/anc_inv3.jpg) no-repeat top right;
			}
			
				#nav a.anch3_a, a.anch3_a:hover {
					color: #fff;
					background: none;
				}
			
			#nav a.anch4:hover {
				background: url(../img/anc_inv4.jpg) no-repeat top right;
			}
			
				#nav a.anch4_a, a.anch4_a:hover {
					color: #fff;
					background: none;
				}


#cont {
	float: left;
	width: 500px;
	height: 560px;
	border-left: 30px solid #000;
	margin: 58px 0 0 -9px;
}


	#table {
		padding: 0;
		margin: 0 60px 0 0;
	}
	
		#table tr {
			padding: 0;
			margin: 0;
		}
		
		#table td  {
			padding: 0;
			margin: -1px 0 0 0;
		}
		
			.square {
				width: 670px;
				min-height: 440px;
				height: auto !important;
				height: 440px;
				background: #000;
				color:#FFFFFF;
				border-top: 30px solid #000;
				border-right: 30px solid #000;
				border-bottom: 30px solid #000;
				padding: 30px;
			}
			
	

	#cont img {
		float: left;
		border-top: 30px solid #000;
		border-right: 30px solid #000;
		border-bottom: 30px solid #000;
	}






