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

a {
	text-decoration:none;
	color:#FFF;
}


body {
	background-color:#007ab5;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

#container {
	width:950px;
	height:650px;
	margin-top:65px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}


#logo {
	width:235px;
	height:64px;
	float:left;

}

#header {
	width:715px;
	height:64px;
	float:left;
	text-align: center;
	font-size:11px;
	line-height:64px;
	margin-left:-8px;
}

#nav {
	width:235px;
	height:551px;
	float:left;
	text-align:right;
}

#menu {
	margin-top:44px;
	width:235px;
	height:250px;
	float:left;
	text-align:right;
}

#content {
	width:715px;
	height:551px;
	float:left;
	text-align: center;
}


#boxtesto {
	margin-top:27px;
	margin-left:65px;
	margin-right:auto;
	width:577px;
	height:500px;
	text-align: left;
	overflow:hidden;
}

#box1 {
	margin-top:35px;
	margin-left:-8px;
	margin-right:auto;
	width:715px;
	height:232px;
	text-align: center;
}

#box2 {
	margin-top:80px;
	margin-left:67px;
	width:577px;
	height:120px;
	text-align: left;
	font-size:12px;
	overflow:hidden;
}

#footer {
	width:950px;
	height:31px;
	float:left;
}

#footer1 {
	width:303px;
	height:31px;
	float:left;
}

#footer2 {
	width:647px;
	height:31px;
	float:left;
	text-align: left;
	font-size:9px;
}


