/*
    AUTHOR: YOUR NAME HERE
            you@domain.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 75% Helvetica, sans-serif; text-align: justify; }
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#content {
	width: 775px;
	margin: 0 auto;
}

#left{
  width: 550px;
  margin-right:25px;
  float: left;
  margin-top: 70px;
}

#right{
  width: 200px;
  float:left;
    margin-top: 70px;
}

#header {
  background-image: url(images/header-bg.jpg);
  background-repeat: repeat-x;
  height: 200px;
  color: #fff;
}


/* END STRUCTURE */

#header .msg {
Position: absolute;
Top: 150px;
Left: 200px
}

#header .logo {
Position: absolute;
Top: 50px;
Left: 100px
}  

#footer {
padding-top: 50px;
}