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

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color:#333333;
	margin:0;
	text-align:left;
	background-image:url(images/imgback.png);
	background-repeat:repeat-x;
	background-color:#e3e3e3;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color:#333333;
	padding:0px;
	margin:0px;
	margin-bottom:18px;
	text-align:justify;
	font-weight:normal;
}

h1 {
	font-family:"Gill Sans", "Myriad Pro","Myriad", Verdana, Helvetica, sans-serif;
	font-size:32px;
	line-height:32px;
	color:#333333;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:4px;

}
h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	color:#333333;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:5px;
	
}
h3 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	color:#333333;
	margin-bottom:5px;
	font-weight:normal;
	
}

h4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color:#333333;
	padding:0px;
	margin:0px;
	margin-bottom:18px;
	text-align:left;
	font-weight:normal;
	
}
h5 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height:15px;
	color:#333333;
	padding:0px;
	margin:0px;
	margin-bottom:18px;
	text-align:left;
	font-weight:normal;
	
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -270px;
	top: 70px;
	width:540px;
	height:auto;
	z-index:2;
}

#myspaceVolta {
	position: absolute;
	left:-200px;
	margin-left:0px;
	top: 0px;
	width:130px;
	height:190px;
	z-index:2;
}

.imgfloatLeft{
position:relative;
float:left;
margin-right:20px;
margin-bottom:20px;
border-style:solid;
border-color:#CCCCCC;
border-width:thin;

}

.imgfloatRight{
position:relative;
float:left;
margin-left:20px;
margin-bottom:20px;
border-style:solid;
border-color:#CCCCCC;
border-width:thin;

}

a:link{
	color:#FF3399;
	text-decoration:none;

}
a:visited{
	color:#FF3399;
	text-decoration:none;

}
a:hover{
	color:#CCCCCC;
	text-decoration:none;

}
