/* -- General Layout Formatting -- */
/*----------------------------------------------------------------------------
     Web Styles
     Version:   1.0
     Author:    Filippo Di Trapani

     Table of Contents:
     1. Header
     2. Left Column
     3. Right Column
     4. Footer

___________________________________________________________________________ */
div#wrapper{
width:100%;
margin:0 auto;
}


.pageColumn{
float:left;
display:inline;
}

/* Page Measurements
*************************************************************/

div#navigation ul{
width:950px;
margin:0 auto;
}

div#contentWrapper, div#footer ul{
width:950px;
margin:0 auto;
}


/* Content Measurements
*************************************************************/

div#header div#utilityNav{
margin:0 auto;
width:950px;
}

div.homePageInnerWrapper{
margin:0 auto;
width:950px;
}


#contentMiddle{
width:430px;
margin:10px 0 0 40px;
}

.noLeftColumn #contentMiddle{
width:630px;
}


.homepage #contentMiddle{
width:620px;
margin:30px 0 0 0 ;
min-height:330px;
height:auto !important;
height:330px;
}

.fullWidth  #contentMiddle{
width:655px;
}

.leftColumn #contentLeft{
width:220px;

}

.internal .leftColumn #contentLeft{
width:200px;
margin-left:1px;
}


#contentRight{
padding-left:35px;

}

.rightColumn #contentRight{
width:200px;
margin-left:20px;
padding-left:35px;
padding-right:20px;
}



div.homepage div#contentRight{
width:230px;
margin-left:20px;
padding-left:45px;
padding-top:20px;
}