body {
	margin: 0; 	
	padding: 0;										/* to avoid margins */
	text-align: center; 							/* to correct the centering IE bug*/
	background-color: #FFFFFF;
	background-image: url('../images/header-background.jpg');
	background-repeat: repeat-x;
	font-family: Arial,Helvetica,Verdana;
}
.clearboth { clear: both; line-height:0px; font-size:0px; margin:0px; padding:0px; height:0px; }

#page {
	position: relative; 							/* container positioning */
    width: 950px;		
	margin: 0px auto;
	padding: 0;										/* mandatory to be centered */
	text-align: left;
}

#header {
	width:950px;
	height:170px;
	background-image: url('../images/logo-alessimd.jpg') ;
	background-repeat: none;
}

.top-right-row-1 {
	width: 290px;
	height: 70px;
	float:right;
	text-align:right;
	padding-right:20px;
}

.headerlink {
	height:70px;
	float:left;
	margin:0px;
	padding:24px 20px 20px 20px;
	color: #f5f5f5;
	font-size: 16px;
	font-family: Arial,Helvetica,Verdana;
	font-weight: normal;
}
.headerlink a{
	color: #f5f5f5;
}
.headerlink a:hover{
	color: #CCCCCC;
	text-decoration:underline;
}
.headerline {
	width:1px;
	height:70px;
	background-image: url('../images/header-divider.jpg');
	float:left;
}


#top-nav {
    float:right;
    width:564px;
    background:#FFFFFF;
    font-size:16px;
	line-height:30px;
	font-family:Arial;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
    }
#top-nav ul {
    margin:0;
    padding:0;
    list-style:none;
}
	
#top-nav li {
    float:left;
    margin:0px 15px 0px 15px;
    padding:0;
    }

#top-nav a {
	float:left;
    display:block;
	padding: 0px 0px 0px 0px;
	height:30px;
	color: #1D2235;
	text-decoration: none;
}	
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #top-nav a {float:none;}
  /* End IE5-Mac hack */
#top-nav a:hover {
	color: #4A6590;
}
#top-nav #current {
    background:url('../images/button-right-on.gif') no-repeat right top;
	
    }
	
#top-nav #current a {
    background:url('../images/button-left-on.gif') no-repeat left top;
	color:#ffffff;
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	cursor: default;
}

#content{
	width: 902px;
	margin-left:20px;
	text-align:left;
}


#homecontent{
	background:url('../images/home-c-bg.gif') no-repeat left top;
	width:900px;
	height:330px;
}

.homestatement{
	width: 600px;
	height: 260px;
	float: right;
	margin: 36px 10px 0px 0px;
}
.homestatement p{
	font-weight:bold;
	line-height:17px;
	font-size: 13px;
	padding-bottom: 10px;
}
.hbuffer20 {height:20px;padding:0px;margin:0px;}
#thirdbox{
	float:left;
	background:url('../images/3box-ctr.gif') repeat-y left top;
	width: 286px;
	margin:0px 21px 0px 0px;
	padding:0px 0px 0px 0px;
}
#thirdbox.noright {margin:0px 0px 0px 0px;}
#thirdbox .t{
	background:url('../images/3box-top.gif') no-repeat left top;
	width: 286px;
	height:6px;
	margin:0px;
	padding:0px;
}
#thirdbox .b{
	background:url('../images/3box-btm.gif') no-repeat left top;
	width: 286px;
	height:6px;
	margin:0px;
	padding:0px;
}
#thirdbox h2{
	font-size:18px;
	font-weight:bold;
	padding: 4px 10px 10px 10px;
}
#thirdbox blockquote{
	padding:6px;
}
