@charset "utf-8";
/* CSS Document */
/* Author: Mauro Strione - mauro.strione@gmail.com */


html, body {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}

body {
	background:url(../imgs/bg_page.jpg) repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1b1464;
}

p {
	text-align:justify;	
}

#bottom_right p {	
	text-align:right;
}

.ui-widget {
	font-family:Arial, Helvetica, sans-serif !important;	
	font-size:12px !important;
}

.ui-widget-content {
	color: #1B1464 !important;
}

#wrapper {
	width: 923px;
	margin: 0 auto;
	clear:both;
}

#header {
	background-color:#FFF;	
}

#content{
	background-color:#FFF;
	min-height:450px;
	height:450px;
	padding:30px;
	padding-top:5px;
	clear:both;
}

#left {
	float:left;
	width:580px;
}

#right {
	float:left;
	padding-left:20px;
	width:259px;
}


#bottom {
	background-color:#000;
	min-height:200px;
	height:200px;
	border-top:#666 5px solid;
	clear:both;
	color:#666;
	font-size:10px;
	
}

#bottom a:link , #bottom a:visited {
	color:#CCC;
	text-decoration:none;
}

#bottom a:hover {
	color:#FFF;
	text-decoration:none;
}


#bottom_left {
	float:left;
	width:47%;
	text-align:left;
	padding:10px;
}


#bottom_right {
	float:left;
	width:48%;
	text-align:right;
	padding:10px;
}

#menu {
	text-transform:uppercase;
}

.grey {
	color:#cccccc;
}


h1 {
	background:url(../imgs/h1.png) no-repeat;
	text-transform:uppercase;
	height:25px;
	line-height:25px;
	padding-left:60px;
	text-transform:uppercase;
	margin-left: -40px;
}

#strione {
	font-size:9px;
}

#strione a:link {
	color:#333;
}

#strione a:hover {
	color:#666;
}

