* {
	margin: 0;
	padding: 0;
}

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
}

img {
border: 0;
margin: 0;
padding: 0;
}

.clear{
clear: both;
}

#container{
width: 925px;
margin: 0 auto;
}

#nav{
width: 925px;
height: 42px;
float: left;
}

/* Home page */

#homeContainer{
width: 925px;
height: 646px;
margin: 0 auto;
}

#homeLeftCol{
width: 289px;
height: 646px;
float: left;
background:url(../images/home-leftcol-bg.jpg) top left no-repeat;
}

#awardLogo{
width: 289px;
height: 89px;
float: left;
}

#homeContent{
width: 289px;
margin-top: 79px;
float: left;
}

#homeRightCol{
width: 636px;
height: 646px;
float: left;
}

/* Content pages */

#whoContainer{
width: 925px;
height: 646px;
margin: 0 auto;
background:url(../images/whoweare-bg.jpg) bottom left no-repeat;
}

#whatContainer{
width: 925px;
height: 646px;
margin: 0 auto;
background:url(../images/whatwedo-bg.jpg) bottom left no-repeat;
}

#whoForContainer{
width: 925px;
height: 646px;
margin: 0 auto;
background:url(../images/whofor-bg.jpg) bottom left no-repeat;
}

#youYoursContainer{
width: 925px;
height: 646px;
margin: 0 auto;
background:url(../images/youyours-bg.jpg) bottom left no-repeat;
}

#contactContainer{
width: 925px;
height: 646px;
margin: 0 auto;
background:url(../images/contact-bg.jpg) bottom left no-repeat;
}

#privacyContainer{
width: 925px;
height: 646px;
margin: 0 auto;
background:url(../images/privacy-bg.jpg) bottom left no-repeat;
}

#sitemapContainer{
width: 925px;
height: 646px;
margin: 0 auto;
background:url(../images/sitemap-bg.jpg) bottom left no-repeat;
}

#leftCol{
width: 291px;
height: 646px;
float: left;
}

#content{
width: 291px;
float: left;
}

#magCover{
width: 283px;
height: 98px;
margin-top: 70px;
float: left;
padding-left: 8px;
}

#rightCol{
width: 634px;
height: 646px;
float: left;
}

#slideshowContainer{
width: 319px;
height: 646px;
float: left;
}

/* Contact page */

#contactLeftCol{
width: 375px;
height: 478px;
float: left;
margin-top: 168px;
}

#contactContent{
width: 375px;
float: left;
}

/* Privacy policy page */

#privacyLeftCol{
width: 420px;
height: 516px;
float: left;
margin-top: 130px;
}

#privacyContent{
width: 420px;
float: left;
}

/* Sitemap page */

#sitemapLeftCol{
width: 375px;
height: 478px;
float: left;
margin-top: 168px;
}

#sitemapContent{
width: 375px;
float: left;
}


/* Footer */

#footerContainer{
width: 925px;
height: 28px;
float: left;
}

#footerLeft{
width: 508px;
height: 28px;
float: left;
}

#footerRight{
width: 44px;
height: 28px;
margin-left: 373px;
float: left;
}

