/* CSS Document */
body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: Monotype Corsiva;*/
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 17px;
	text-align: left;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/sfondo.jpg);*/
	background-repeat: repeat-x;
	color: #525151;
}

#header {
	/*background-color: #FFFFFF;*/
	height: 100px;
	width: 700px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6AAFFB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6AAFFB;
}

#container {
	width: 700px;
	margin: auto;
	/*
	left: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -475px;
	*/
	height: auto;
	position: relative;
}

#navigation {
	width: 700px;
	background-image: url(../images/menu.gif);	
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 30px;
	line-height: 18px;
	/*width: 100%;*/
	background-color: #04386C;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6AAFFB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6AAFFB;
}

div#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    /*font-family: Monotype Corsiva;*/
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 14px;
	font-weight: bold;
	/*width: 100%;*/
	width: 700px;
}

div#navigation ul li{
	display: inline;
}

div#navigation ul li a{
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #6AAFFB;
	padding-right: 13px;
	text-align: center;
	float: left;
}

div#navigation ul li a:hover{
	color: #FFFFFF;
}

#navigation ul #current a{
    color: #feedbb;
}

#content {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6AAFFB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6AAFFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6AAFFB;
	width: 700px;
	height: 100%;
	position: relative;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content_construction {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6AAFFB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6AAFFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6AAFFB;
	width: 700px;
	height: 300px;
	position: relative;
	padding-top:100px;
	text-align:center;
}

#contact {
	color: #6AAFFB;
	padding-left: 20px;
}

a.contact {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
font-style:normal;
text-decoration:none;
color:#0066FF;
}

a.contact:Hover{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
font-style:normal;
text-decoration:none;
color:#0066FF;
}

#biography {
	color: #6AAFFB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6AAFFB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6AAFFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6AAFFB;
	width: 700px;
	position: relative;
	text-align:center;
}

#biography table {
	width: 700px;
	height: 300px;
}

#biography a {
	color: #6AAFFB;
	text-decoration: none;
}

#biography a:visited {
	color: #6AAFFB;
	text-decoration: none;
}

#biography a:hover {
	color: #6AAFFB;
	text-decoration: none;
}

#biography .content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 10px;	
	width: 640px;
	text-align: left;
}

#biography img {
	padding: 5px;
	border: 1px solid #6AAFFB;
	background: #CCDDFF;
}

.title {
	font-weight: bold;
}

#footer {
	padding-top: 10px;
	padding-bottom: 4px;
	margin: auto;
	width: 700px;
	height: 100%;
	position: relative;
	color:#6AAFFB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;	
	text-align: center;
}

#footer a {
	color: #6AAFFB;
	text-decoration: none;
}

#footer a:visited {
	color: #6AAFFB;
	text-decoration: none;
}

#footer a:hover {
	color: #6AAFFB;
	text-decoration: none;
}


