body {
   text-align: center; /* Centers the container */
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 16px;
   background-color: #FFFFFF;
   color: #000000;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   line-height: 1.4;
}

#wrapper {
    width: 980px; /* 780px is just wide enough to fill and 800px screen */
    margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
    background: #FFFFFF;
    text-align: left;
    border: 0px solid #fff; 
}

#header, #column1, #column2, #column3, #column4 ,#footer{ 
    padding: 5px;  /* This sets a 10px padding on all of our content boxes */
}

#header {
    margin-top: 0;
	margin-bottom: 3;
    padding 0;
	padding-left: 117px;
	text-align: center;
	height: 0px;
}

#menu {
    background: #FFFFFF; 
    margin: 0;
    padding 0;
	text-align: center;
	height: 30px;
    margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */	
}

#section1 {
    float: left; /* Sets this section to the left */
    background: #FFFFFF;
    width: 340px;
}

    #column1 {
        float: left; /* Sets this column to the left inside its section */
        width: 0px;
		height: 0px;
		margin-top: 0px;
    }

    #column2 {
        float: right; /* Sets this column to the right inside its section*/
        background: #FFFFFF;
        width: 160px;
    }

#section2 {
    float: right; /*Sets this sectionto the right */
    background: #FFFFFF;
    width: 630px;
}

    #column3 {
        float: left; /* Sets this column to the left inside its section */
        background: #FFFFFF;
        width: 420px;
		padding-right: 5px;
    }

    #column4 {
        float: right; /* Sets this column to the right inside its section*/
        background: #FFFFFF;
        width: 300px;
    }

#footer { 
    background: #FFFFFF;
    clear: both;
    width: 960px;
    background-color: #FFFFFF;
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	color: #000000;	
}

#glam {
    width: 300px;
	padding: 0px;
    margin-bottom: 6px;
}

p {
	padding-left: 0px;
	padding-right: 0px;
} 

p.image {
	margin-top: 0px;
}

p.rights { 
     font-size: 12px; 
     font-family: Arial, Helvetica, SansSerif; 
	 margin-left: 0px;
	 margin-right: 0px;
}

h1 { 
     font-size: 16px; 
     font-family: Arial, Helvetica, SansSerif; 
	 margin-left: 0px;
	 margin-right: 0px;
}

h2 {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 16px;
}

p img
{
	border:1px solid #fff;
}

a:link {
	color: #000000;
}

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

#sectionmenu {
	width: 160px;
	padding-right: 12px;
}

#leftcolumn {
	text-align: left;
	align: left;
	padding: 0px;
	width: 300px;
	padding-left: 20px;
	vertical-align: top;	
}
