/* CSS Document */

body p {
text-align:left;
}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

#wrapper {
margin:0 auto; text-align:center; width:942px; height:auto; margin: 0px auto

}

header {
margin:0 auto;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
height:358px;
width:942px;
background-color:blue;
}

#headertext {
font-color:#ffffff;
font-family: sans-serif; 
text-align:left;
width:300px;
position:absolute;
left:225px;
top:125px;


}

#content {
float:left; 
width:942px; 
height:500px; 
background-image: url(images/blueline.jpg); 
background-repeat: repeat-y; 
background-position: left;
padding:0px;

}


#contentL {
background-image: url(images/blueline.jpg); 
background-repeat: repeat-y; 
background-position: right; 
padding:10px;
float:left; 
width:300px; 
height:500px;
text-align:left;
font-decoration:bold;

}

#contentM {
background-image: url(images/blueline.jpg); 
background-repeat: repeat-y; 
background-position: right; 
padding:10px;
float:left; 
width:317px; 
height:500px
}

#contentR {
background-image: url(images/blueline.jpg); 
background-repeat: repeat-y; 
background-position: right; 
padding:10px
float:right; 
width:321px; 
height:500px
text-align:left;
}

#footer {
background-color:green; 
width:942px; 
height:60px; 
float:right;

}
